Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-01-11 | Bug [#2306] Allow choice of object file directory with makefile by setting ↵ | Arkadiusz Michalski | 1 | -0/+3 | |
DIR_O. | |||||
2021-07-03 | Remove remnants of support for including lexers in Scintilla. | Neil | 1 | -6/+0 | |
2020-11-02 | Update DepGen to not look for lexers or lexlib. | Neil | 1 | -2/+2 | |
2020-04-17 | Making dependencies now requires Python 3.6+. | Neil | 1 | -3/+3 | |
2019-12-31 | Implement SCI_SETILEXER. | Neil | 1 | -0/+3 | |
2019-12-31 | Move collection of modules from Catalogue.cxx to CatalogueModules.h so it can | Neil | 1 | -3/+0 | |
be reused. | |||||
2019-04-08 | Make dependencies scripts work when called from ↵ | Neil | 1 | -2/+2 | |
scite/scripts/RegenerateSource.py. | |||||
2019-04-01 | Switch generation of make dependencies to Python scripts DepGen.py. | Neil | 1 | -0/+38 | |
Dependencies files deps.mak and nmdeps.mak are formatted with one file per line as that makes it easier to examine differences between versions. |