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
sciteco-rel-5-5-8
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
/
test.mak
Age
Commit message (
Collapse
)
Author
Files
Lines
2020-11-10
Remove WordList from testing as that is now part of Lexilla.
Neil
1
-1
/
+0
2020-05-03
Feature [feature-requests:1347]. Add InsertLines method to PerLine interface and
Neil
1
-1
/
+2
all implementations. This will allow insertion of lines in batches in a future change set. Added tests for PerLine implementations.
2019-04-28
Switch from /std:c++latest to /std:c++17 as Visual C++ 2019 now includes some
Neil
1
-1
/
+1
C++20 features.
2019-04-05
Move UniqueStringCopy into its own source file UniqueString.cxx to hide the
Neil
1
-1
/
+2
implementation.
2018-03-24
Update unit test Visual C++ builds to Visual C++ 2017 with /std:c++latest
Neil
1
-1
/
+1
but also allowing std::auto_ptr for Catch.
2018-03-20
Add unit tests for UniCoversion.
Neil
1
-1
/
+2
2018-03-16
Remove line-end white space.
Neil
1
-1
/
+1
2016-08-25
Add unit tests for WordList class.
Neil
1
-0
/
+1
2013-11-18
Add some tests for CellBuffer.
Neil
1
-0
/
+1
2013-11-17
Added tests for Decoration.
Neil
1
-1
/
+5
2013-11-17
Switch unit tests to Catch framework.
Neil
1
-0
/
+27