Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2025-01-31 | Update comment about modules tested. | Neil | 1 | -17/+11 | |
2023-02-22 | Remove _CRT_SECURE_NO_DEPRECATE. | Neil | 1 | -1/+1 | |
Replace [v]sprintf with bounds checked [v]snprintf. | |||||
2021-05-24 | Define C++ version of the Scintilla API in ScintillaTypes.h, ScintillaMessages.h | Neil | 1 | -1/+1 | |
and ScintillaStructures.h using scoped enumerations. Use these headers instead of Scintilla.h internally. External definitions go in the Scintilla namespace and internal definitio0ns in Scintilla::Internal. | |||||
2021-05-09 | Add @file <filename> comments to follow convention. | Neil | 1 | -1/+3 | |
Fix incorrect filename comments. Normalize Qt code to use #endif /* X */ insetad of #endif // X. | |||||
2021-03-18 | std::optional is a basic vocabulary type that may be used widely so include | Neil | 1 | -0/+1 | |
almost everywhere. | |||||
2021-03-18 | Move assert and debug trace functions into their own header Debugging.h. | Neil | 1 | -2/+1 | |
PLATFORM_ASSERT is used in data structure headers which led to including graphics and windowing APIs in data structure modules. | |||||
2021-03-17 | Extract geometry and colour definitions from Platform.h into src/Geometry.h. | Neil | 1 | -0/+1 | |
2021-03-16 | Convert Platform from a class to a namespace. Does not change callers. | Neil | 1 | -2/+2 | |
Make Assert, DebugPrintf, and similar noexcept so they can be used in noexcept methods and they don't throw. | |||||
2020-11-10 | Remove WordList from testing as that is now part of Lexilla. | Neil | 1 | -1/+0 | |
2018-05-31 | Allow std::unique_ptr to be used more widely. | Neil | 1 | -0/+1 | |
2018-05-18 | Add <vector> to files that include Platform.h as likely needed in future. | Neil | 1 | -0/+1 | |
2018-05-13 | Include <string_view> in tests in case needed. | Neil | 1 | -0/+2 | |
2018-03-26 | Avoid warnings about ignored diagnostic with Clang. | Neil | 1 | -0/+2 | |
2018-03-24 | Feature [feature-requests:#1212]. Move Unicode conversions into UniConversion. | Zufu Liu | 1 | -1/+0 | |
Move Unicode conversion functions UnicodeFromUTF8 and UTF8FromUTF32Character into UniConversion. | |||||
2018-03-20 | Add unit tests for UniCoversion. | Neil | 1 | -1/+1 | |
2018-03-16 | Remove line-end white space. | Neil | 1 | -1/+1 | |
2017-09-11 | The Scintilla namespace is always active for internal symbols and for the lexer | Neil | 1 | -0/+2 | |
interfaces ILexer4 and IDocument. | |||||
2017-06-10 | Avoid warnings when compiling unit tests with recent GCC. | Neil | 1 | -0/+8 | |
2014-12-22 | Replace function UnicodeFromBytes with UnicodeFromUTF8 as they are exactly the | Neil | 1 | -0/+1 | |
same. Add unit tests for UnicodeFromUTF8. | |||||
2013-11-18 | Added necessary header. | Unknown | 1 | -1/+2 | |
2013-11-18 | Add some tests for CellBuffer. | Neil | 1 | -1/+10 | |
2013-11-18 | Add some tests for DecorationList. | Neil | 1 | -1/+1 | |
2013-11-17 | Added tests for Decoration. | Neil | 1 | -1/+1 | |
2013-11-17 | Switch unit tests to Catch framework. | Neil | 1 | -6/+3 | |
2011-02-01 | Added runStyles tests. | nyamatongwe | 1 | -1/+1 | |
2011-02-01 | Unit tests for Scintilla data structures. | nyamatongwe | 1 | -0/+50 | |