Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2021-01-29 | Move CharacterSet and CharacterCategory from lexlib to src as in both Lexilla... | Neil | 1 | -52/+0 |
2020-07-16 | Add constexpr, const, noexcept and make other small improvements to lexlib. | Neil | 1 | -2/+2 |
2018-04-19 | Templatize MakeUpperCase/MakeLowerCase so they work on char/int without casts. | Neil | 1 | -4/+4 |
2017-09-11 | The Scintilla namespace is always active for internal symbols and for the lexer | Neil | 1 | -6/+0 |
2017-04-06 | Added const where possible. | Neil | 1 | -4/+4 |
2017-04-01 | Standardize on C++ headers, remove headers that aren't needed and add <cstddef> | Neil | 1 | -5/+2 |
2016-10-06 | Move MakeLowerCase into CharacterSet.h as that is where MakeUpperCase is. | Neil | 1 | -4/+4 |
2014-05-24 | Header include statements are now in a standardised order with that order | Neil | 1 | -1/+1 |
2013-07-21 | Normalising order of language headers. | Neil | 1 | -1/+1 |
2010-07-13 | New files for new lexer implementation. | nyamatongwe | 1 | -0/+61 |