index
:
scintilla-mirror
master
sciteco-dev-pre-v2.0.0
sciteco-rel-5-1-3
sciteco-rel-5-3-4
sciteco-rel-5-5-2
sciteco-rel-5-5-4
sciteco-rel-5-5-7
Git mirror of the Scintilla editor component. Referenced by the SciTECO repository.
Robin Haberkorn
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
test
/
unit
/
unitTest.cxx
Age
Commit message (
Expand
)
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
2021-05-24
Define C++ version of the Scintilla API in ScintillaTypes.h, ScintillaMessages.h
Neil
1
-1
/
+1
2021-05-09
Add @file <filename> comments to follow convention.
Neil
1
-1
/
+3
2021-03-18
std::optional is a basic vocabulary type that may be used widely so include
Neil
1
-0
/
+1
2021-03-18
Move assert and debug trace functions into their own header Debugging.h.
Neil
1
-2
/
+1
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
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
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
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
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