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
/
testUniConversion.cxx
Age
Commit message (
Expand
)
Author
Files
Lines
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
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-14
Use string_view for UniConversion functions.
Neil
1
-24
/
+24
2018-05-13
Include <string_view> in tests in case needed.
Neil
1
-0
/
+1
2018-03-25
Feature [feature-requests:#1213]. Clarify UTF8Classify.
Zufu Liu
1
-31
/
+48
2018-03-24
Feature [feature-requests:#1212]. Move Unicode conversions into UniConversion.
Zufu Liu
1
-0
/
+27
2018-03-22
Feature [feature-requests:#1211]. Use pre-computed table for UTF8BytesOfLead.
Zufu Liu
1
-60
/
+107
2018-03-20
Add unit tests for UniCoversion.
Neil
1
-0
/
+264