aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/DBCS.cxx
AgeCommit message (Expand)AuthorFilesLines
2025-04-03Silence 'magic' number clang-tidy warning where there is intense use of literalNeil1-0/+8
2025-03-27Optimize case-insensitive DBCS search to be around 5 times faster by using 64KNeil1-0/+61
2025-03-27Use constant definitions to avoid warnings.Neil1-6/+6
2021-07-03Feature [feature-requests:#1408] Merge branches for setting representations forZufu Liu1-0/+12
2021-05-24Define C++ version of the Scintilla API in ScintillaTypes.h, ScintillaMessages.hNeil1-2/+2
2018-04-22Remove casts between char and unsigned char where possible.Neil1-1/+1
2018-04-21Tighten definition of regular expression iterators so they are noexcept andNeil1-1/+1
2017-09-11The Scintilla namespace is always active for internal symbols and for the lexerNeil1-6/+0
2017-06-12Removed unused functions and methods from Platform.h.Neil1-0/+48