| Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Remove suppressions that are no longer needed with cppcheck 1.86 for lexers.
|
|
|
|
The useStlAlgorithm suggestions may be worth investigation but they are not
obvious so should not be in the default messages for now.
|
|
|
|
|
|
to simplify build process by eliminating the compilation of ScintillaWin.cxx
into ScintillaWinS.o|obj.
|
|
Suppress unused private function warnings in ScintillaWin as they are used.
|
|
|
|
|
|
|
|
|
|
ILexer implementation
Lexer can now correctly handle:
"end triggers" phrase
"last-event:function" phrase
Indefinite comment level depth
|
|
|
|
|
|
|
|
Avoid heap allocations for here delimiter and quote stack.
|
|
LexErrorList, LexMake, LexNull, and LexProps.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixes warning about duplicate clauses in test and variable scope.
|
|
|
|
|
|
|
|
|