Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-01-18 | Suppress warnings from cppcheck 2.13. | Markus Nißl | 1 | -1/+3 | |
2023-12-14 | Bug [#2405]. Fix regular expression bug in reverse direction where shortened | Zufu Liu | 1 | -2/+0 | |
match returned. | |||||
2023-12-07 | Simplify substitution checks. | Zufu Liu | 1 | -0/+2 | |
Set global locale for llvm-mingw libc++. Add test for \w+ which currently fails for RESearch. | |||||
2023-09-25 | Update cppcheck to 2.12. | Neil | 1 | -3/+4 | |
2023-06-28 | Update suppressions for cppcheck 2.11. | Neil | 1 | -12/+30 | |
2023-02-05 | Update suppressions for Cppcheck 2.10. Remove unused variable.rel-5-3-3 | Neil | 1 | -0/+11 | |
2022-12-02 | Detangle ASCII and multi-byte code for case-insenstive UTF-8 searches. | Neil | 1 | -0/+4 | |
This avoids some work for the common case of ASCII text, which can reduce time taken for search in text that is ASCII or almost-all ASCII by 30%. Ensures that the bytes variable is always initialized. There are a small gains possible by making other minor changes but they would increase code length and add complexity. Add performance test for UTF-8 search in almost-all ASCII document. Increase size of test cases for more consistent results on faster computers. | |||||
2022-09-04 | Update suppressions for cppcheck 2.9. | Neil | 1 | -5/+8 | |
2022-07-05 | Suppress warnings for ScintillaEdit as have no way to test it. | Neil | 1 | -0/+4 | |
2022-07-04 | Update suppressions for cppcheck 2.8. | Neil | 1 | -7/+7 | |
2022-02-17 | Suppress cppcheck warnings where it doesn't undertand changing dropWentOutside | Neil | 1 | -0/+4 | |
in called methods. | |||||
2021-10-09 | Suppress unwanted warning from Cppcheck 2.6. | Neil | 1 | -0/+3 | |
2021-09-29 | Feature [feature-requests:#1416] Shorten code and avoid cppcheck warning. | Zufu Liu | 1 | -3/+0 | |
2021-08-07 | Changes for Cppcheck 2.5. | Neil | 1 | -9/+0 | |
Shift of unsigned to avoid too much shifting and overflow warnings. Remove condition that was always true. Remove suppressions no longer needed. | |||||
2021-05-28 | Removed suppression that is no longer needed. | Neil | 1 | -3/+0 | |
2021-03-26 | Update suppressions for cppcheck 2.4.1. | Neil | 1 | -2/+17 | |
2021-03-17 | Drop suppression that appears to no longer be needed.start-platform-changes | Neil | 1 | -3/+0 | |
2021-01-31 | Remove suppressions that are not needed for Cppcheck 2.3. | Neil | 1 | -4/+0 | |
2020-11-18 | Remove Lexilla suppressions. | Neil | 1 | -169/+0 | |
2020-06-17 | Update suppressions for Cppcheck 2.1. | Neil | 1 | -10/+21 | |
2020-04-13 | Replace islower function and add tests for JavaScript regular expressions. | Neil | 1 | -0/+3 | |
2020-04-07 | Bug [#1624]. Fix brace styling in Batch lexer so that brace matching works. | Yury Dubinsky | 1 | -1/+0 | |
Bug [#1906], Bug [#1997], and Bug [#2065] also fixed. | |||||
2020-01-03 | Added Raku lexer and style properties and example files | Mark Reay | 1 | -0/+2 | |
2019-12-22 | Lexilla testing framework. | Neil | 1 | -1/+0 | |
2019-12-29 | Update suppressions for Cppcheck 1.90. | Neil | 1 | -6/+10 | |
2019-11-12 | Feature [feature-requests:#1324] Add Hollywood lexer. | Andreas Falkenhahn | 1 | -0/+1 | |
2019-10-30 | Reduce unwanted warnings from cppcheck. | Neil | 1 | -1/+7 | |
2019-09-28 | Updated suppression file for Cppcheck 1.89. | Neil | 1 | -7/+118 | |
2019-06-15 | Suppress some warnings for new DataFlex lexer. | Neil | 1 | -0/+1 | |
2019-03-29 | Suppress warnings for safety initializations. | Neil | 1 | -0/+3 | |
2019-03-11 | Update suppressions. | Neil | 1 | -2/+5 | |
2019-02-27 | Update suppressions for Cppcheck 1.87. | Neil | 1 | -1/+6 | |
2019-01-23 | Suppress 'noValidConfiguration' problems with Qt moc_* files. | Neil | 1 | -5/+3 | |
Remove suppressions that are no longer needed with cppcheck 1.86 for lexers. | |||||
2019-01-03 | Update suppressions for Cppcheck 1.86. | Neil | 1 | -0/+7 | |
2018-10-16 | Suppress warnings from cppcheck 1.85. | Neil | 1 | -0/+10 | |
The useStlAlgorithm suggestions may be worth investigation but they are not obvious so should not be in the default messages for now. | |||||
2018-09-20 | Ignore another warning in LaTeX lexer. | Neil | 1 | -0/+1 | |
2018-04-20 | Suppress some warnings in lexers. | Neil | 1 | -0/+3 | |
2018-04-04 | Move DLL entry points DllMain and Scintilla_DirectFunction into ScintillaDLL.cxx | Neil | 1 | -3/+0 | |
to simplify build process by eliminating the compilation of ScintillaWin.cxx into ScintillaWinS.o|obj. | |||||
2018-03-26 | Suppress new warnings because of Catch 2.0.1. | Neil | 1 | -4/+6 | |
Suppress unused private function warnings in ScintillaWin as they are used. | |||||
2017-02-02 | Remove suppression no longer required by Cppcheck 1.77. | Neil | 1 | -3/+0 | |
2016-10-22 | Suppress unused function warnings for API binding for Applications. | Neil | 1 | -0/+3 | |
2016-10-21 | Avoid spurious cppcheck warnings for unit testing code. | Neil | 1 | -0/+4 | |
2016-10-06 | Suppress some more uninteresting warnings. | Neil | 1 | -0/+5 | |
2016-09-21 | Feature [feature-requests:#1143]. Replace "progress" lexer with "abl". | Yuval Papish | 1 | -0/+1 | |
ILexer implementation Lexer can now correctly handle: "end triggers" phrase "last-event:function" phrase Indefinite comment level depth | |||||
2016-05-22 | Drop dead warning suppression. | Neil | 1 | -1/+0 | |
2016-05-05 | Remove suppression for warning that no longer occurs. | Neil | 1 | -1/+0 | |
2015-12-12 | Update configuration to remove suppression no longer needed for Perl lexer. | Neil | 1 | -1/+0 | |
2015-12-10 | Flag incomplete here doc delimiters as syntax errors, matching bash 4.3. | Kein-Hong Man | 1 | -1/+1 | |
Avoid heap allocations for here delimiter and quote stack. | |||||
2015-07-14 | Split LexOthers.cxx into separate files for each lexer: LexBatch, LexDiff, | Neil | 1 | -1/+1 | |
LexErrorList, LexMake, LexNull, and LexProps. | |||||
2015-06-22 | Remove some annoying messages from cppcheck. | Neil | 1 | -1/+7 | |