aboutsummaryrefslogtreecommitdiffhomepage
path: root/lexlib/OptionSet.h
AgeCommit message (Collapse)AuthorFilesLines
2020-07-19Backport: Add constexpr, const, noexcept and make other small improvements ↵mitchell1-5/+3
to lexlib. Backport of changeset 8416:06a43e06a8e0.
2019-11-09Backport: Remember string values in OptionSet so can be easily retrieved.Neil1-1/+14
Backport of changeset 7869:7dac229bc696.
2017-09-11Backport: The Scintilla namespace is always active for internal symbols and ↵Neil1-4/+0
for the lexer and document interfaces. Backport of changeset 6388:d62863ae40a3.
2013-05-24Made methods const where they can be and are logically const as well.nyamatongwe1-3/+3
2011-02-01Made destructor of OptionSet virtual to ensure all destructors called.nyamatongwe1-0/+2
2010-07-14Visual C++ 98 had a fatal error with the previous definition of a default ↵nyamatongwe1-1/+4
constructor. This is equivalent and compiles.
2010-07-13Explicit typename avoids errors from g++.nyamatongwe1-3/+3
2010-07-13Split OptionSet class out into its own file.nyamatongwe1-0/+137