aboutsummaryrefslogtreecommitdiffhomepage
path: root/lexlib/PropSetSimple.cxx
AgeCommit message (Collapse)AuthorFilesLines
2019-01-06Bug [#2068]. Fix some clang-tidy warnings.Zufu Liu1-1/+1
2018-05-03Simplify PropSetSimple, avoid casts, use nullptr.Neil1-12/+16
2018-04-27Fix comments.Neil1-2/+2
2018-04-14Make some changes recommended by clang-tidy.Neil Hodgson1-1/+1
2018-02-27Use 'const'.Neil1-1/+1
2017-09-11The Scintilla namespace is always active for internal symbols and for the lexerNeil1-2/+0
interfaces ILexer4 and IDocument.
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