aboutsummaryrefslogtreecommitdiffhomepage
path: root/lexlib/PropSetSimple.cxx
AgeCommit message (Collapse)AuthorFilesLines
2018-05-03Backport: Simplify PropSetSimple, avoid casts, use nullptr.Neil1-12/+16
Backport of changeset 6788:e9f6386c89d4.
2018-04-27Backport: Fix comments.Neil1-2/+2
Backport of changeset 6748:584479379ccb.
2018-05-05Backport: Make some changes recommended by clang-tidy.mitchell1-1/+1
Backport of changeset 6687:4cbf987c7590.
2018-02-27Backport: Use 'const'.Neil1-1/+1
Backport of changeset 6463:6d6db2016d7c.
2017-09-11Backport: The Scintilla namespace is always active for internal symbols and ↵Neil1-2/+0
for the lexer and document interfaces. Backport of changeset 6388:d62863ae40a3.
2017-04-01Standardize on C++ headers, remove headers that aren't needed and add <cstddef>Neil1-3/+2
where it may be needed in the future.
2014-04-29Stop disabling warnings where no longer needed.Neil1-5/+0
2013-12-22Avoid unsafe strcpy, strncpy, and strcat replacing with safer functions whichNeil1-1/+1
guaranty termination where possible.
2013-12-15Format normalization - whitespace and braces made consistent.Neil1-1/+1
Parameter names added to method declarations.
2013-05-02Remove Expanded method which was not used by any client code.nyamatongwe1-16/+7
2011-11-14Removed warning suppression that had been included for Visual C++ 6.0.nyamatongwe1-2/+2
2011-06-25Add casts to avoid warnings from SDK 64-bit compiler.nyamatongwe1-3/+4
2010-07-13New files for new lexer implementation.nyamatongwe1-0/+169