Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-02-01 | Move the patterns to check and exclude to HeaderOrder.txt so one script can be | Neil | 1 | -33/+31 | |
used for Scintilla, Lexilla, and SciTE. Update HeaderOrder.txt to match files moved out to Lexilla. | |||||
2020-06-04 | Use pathlib. | Neil | 1 | -28/+64 | |
Read files as cp437 so all bytes are valid and windows-1252 invalid characters do not fail. When new headers found, save reasonable order of headers to "NewOrder.txt" making it easier to update HeaderOrder.txt. When a file is out-of-order, save list of headers used in the same order as HeaderOrder.txt to "<path>.ordered". | |||||
2020-03-16 | List headers in HeaderOrder.txt that are not used. | Neil | 1 | -0/+6 | |
Remove unused headers from HeaderOrder.txt. | |||||
2020-03-11 | Modernize and simplify script. Now requires Python 3. | Neil | 1 | -46/+28 | |
2020-03-11 | Add or update #! lines of Python scripts to use python3. | Neil | 1 | -1/+3 | |
2019-12-22 | Lexilla testing framework. | Neil | 1 | -0/+2 | |
2017-09-14 | Normalize whitespace. | Zufu Liu | 1 | -1/+0 | |
2016-11-16 | Extend header checking to include directory and add Sci_Position.h. | Neil | 1 | -1/+2 | |
2016-10-18 | Script for checking that all headers are included in a standard order. | Neil | 1 | -0/+92 | |