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
Age
Commit message (
Expand
)
Author
Files
Lines
2015-07-27
Add Position.h as a place-holder and to allow #include "Position.h" in source.
Neil
6
-0
/
+6
2015-07-04
Unit tests need to see std::exception now.
Neil
3
-0
/
+3
2014-12-22
Avoid warning from cppcheck.
Neil
1
-3
/
+2
2014-12-22
Replace function UnicodeFromBytes with UnicodeFromUTF8 as they are exactly the
Neil
2
-0
/
+45
2014-05-21
Updated to current version of Catch as fixes issues reported by undefined
Neil
1
-555
/
+398
2014-05-15
Don't try to use sanitizers on OS X as not built into Clang.
Neil Hodgson
1
-2
/
+5
2014-05-15
Support Clang on Linux and turn on the address and undefined behaviour
Neil
1
-1
/
+6
2014-05-15
Update Catch unit testing framework to current build 43 as it avoids some
Neil
1
-1989
/
+3048
2014-01-14
Avoid warnings from cppcheck for testing code.
Neil
1
-0
/
+2
2013-11-18
Added necessary header.
Unknown
1
-1
/
+2
2013-11-18
Add some tests for CellBuffer.
Neil
4
-1
/
+152
2013-11-18
Add some tests for DecorationList.
Neil
2
-1
/
+45
2013-11-17
Added tests for Decoration.
Neil
4
-2
/
+52
2013-11-17
Switch unit tests to Catch framework.
Neil
13
-1022
/
+8833
2013-04-19
Using std::fill instead of a loop is much faster. As much as 4x on a large bl...
nyamatongwe
4
-0
/
+8
2013-04-15
Update tests for last change to RunStyles as it no longer throws in FillRange.
nyamatongwe
1
-5
/
+1
2013-04-15
RunStyles can be corrupted by filling 0 length ranges and ranges that go past...
nyamatongwe
1
-0
/
+18
2012-09-12
Fix bug where removing all characters from indicator at end of document did
nyamatongwe
1
-0
/
+31
2012-05-29
add CharClassifier::GetCharsOfClass
Mook
2
-1
/
+111
2011-06-07
Testing RunStyles::AllSame and RunStyles::AllSameAs.
nyamatongwe
1
-0
/
+18
2011-06-07
Add tests for bug found in #3291579 and for new RunStyles::Find
nyamatongwe
2
-0
/
+119
2011-02-13
Avoid unnecessary relinks on Windows.
nyamatongwe
1
-2
/
+4
2011-02-13
Added Merge method to SparseState to make it possible to detect significant
nyamatongwe
1
-1
/
+100
2011-02-10
Only append a state if the value differs from the last current value.
nyamatongwe
1
-0
/
+7
2011-02-10
New class SparseState for storing lexer state that may not
nyamatongwe
1
-0
/
+138
2011-02-03
Added some coverage testing.
nyamatongwe
1
-1
/
+5
2011-02-01
Added runStyles tests.
nyamatongwe
1
-1
/
+1
2011-02-01
Unit tests for Scintilla data structures.
nyamatongwe
8
-0
/
+850