| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Build system maintenance: | 2019-10-04 | 1 | -20/+125 | |
| | | | | | | | | | | | | * Re-write makedep.py for better performance and better parsing front-end * Make srcclean deal with kinds of preprocessor abuse I never want to see in real life (nw) The new parser front-end is better at recognising C++ syntax and also substantially faster - bootstrapping a single-driver build should be noticeably quicker. Having a single parser for C++, .lst and .flt files also gets us a bit closer to making it simpler to create custom subtargets. | ||||
| * | srcclean: treat *.xslt as XML (nw) | 2019-01-03 | 1 | -1/+2 | |
| | | |||||
| * | fix building with clang 6.0.1 (nw) | 2018-07-07 | 1 | -0/+2 | |
| | | |||||
| * | More initialisation at declaration to make things clearer, clean up some ↵ | 2018-01-29 | 1 | -43/+26 | |
| | | | | | tabulation, clean .hsi as xml (nw) | ||||
| * | missing thing in if condition (nw) | 2017-07-10 | 1 | -0/+2 | |
| | | |||||
| * | use standard types uintptr_t, char16_t and char32_t instead of FPTR, ↵ | 2016-10-22 | 1 | -130/+130 | |
| | | | | | utf16_char, unicode_char (nw) | ||||
| * | fix srcclean when doing multiple files in a single run (nw) | 2016-09-28 | 1 | -9/+9 | |
| | | |||||
| * | Add Lua-cleaning ability to srcclean | 2016-08-30 | 1 | -37/+388 | |
| | | |||||
| * | clang didn't like that... | 2016-08-04 | 1 | -1/+5 | |
| | | |||||
| * | remove leftover crud (nw) | 2016-08-03 | 1 | -18/+0 | |
| | | |||||
| * | fix overlong code detection in srcclean | 2016-08-02 | 1 | -2/+12 | |
| | | |||||
| * | Make srcclean a bit more forgiving | 2016-08-02 | 1 | -3/+3 | |
| | | |||||
| * | Re-write srcclean to be cool with UTF-8 and C++14 [Vas Crabb] | 2016-08-02 | 1 | -291/+1512 | |
| | | |||||
| * | INC -> HXX makes editors and code analyzers see it as C++ (nw) | 2016-05-01 | 1 | -1/+1 | |
| | | |||||
| * | clang-modernize part 5 | 2015-12-04 | 1 | -3/+3 | |
| | | |||||
| * | Rename *.c -> *.cpp in our source (nw) | 2015-11-08 | 1 | -0/+402 | |
