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