aboutsummaryrefslogtreecommitdiffhomepage
path: root/lexlib/PropSetSimple.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-01-06Backport: Bug [#2068]. Fix some clang-tidy warnings.Zufu Liu1-1/+1
2018-05-03Backport: Simplify PropSetSimple, avoid casts, use nullptr.Neil1-12/+16
2018-04-27Backport: Fix comments.Neil1-2/+2
2018-05-05Backport: Make some changes recommended by clang-tidy.mitchell1-1/+1
2018-02-27Backport: Use 'const'.Neil1-1/+1
2017-09-11Backport: The Scintilla namespace is always active for internal symbols and f...Neil1-2/+0
2017-04-01Standardize on C++ headers, remove headers that aren't needed and add <cstddef>Neil1-3/+2
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
2013-12-15Format normalization - whitespace and braces made consistent.Neil1-1/+1
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