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
/
src
/
CaseConvert.cxx
Age
Commit message (
Expand
)
Author
Files
Lines
2023-04-11
Feature [feature-requests:#1485] Follow rule-of-zero to omit standard methods.
Neil
1
-7
/
+1
2023-03-11
Feature [feature-requests:#1482] Merge case converters into an array.
Zufu Liu
1
-26
/
+12
2022-12-02
Feature [feature-requests:#1458] Move code into member functions, use
Zufu Liu
1
-106
/
+76
2022-10-26
Feature [feature-requests:#1461] Update to Unicode 14.
Neil
1
-3
/
+10
2021-08-31
Reduce Code Analysis warnings.
Neil
1
-2
/
+7
2021-08-22
Follow rule-of-zero / rule-of-5 where reasonable by removing standard operators
Neil
1
-1
/
+0
2021-05-28
Better exception handling for noexcept methods. More accurate noexcept marking.
Neil
1
-1
/
+7
2021-05-24
Define C++ version of the Scintilla API in ScintillaTypes.h, ScintillaMessages.h
Neil
1
-2
/
+2
2021-04-27
Feature [feature-requests:1379]. Update to Unicode 13.
Neil
1
-0
/
+3
2021-04-05
Change CaseConversion to an enum class.
Neil
1
-19
/
+19
2020-03-13
Using constexpr in UniConversion and CaseConvert.
Neil
1
-1
/
+1
2019-10-16
Feature [feature-requests:#1315] Update to Unicode 12.1.
Neil
1
-3
/
+5
2019-04-10
Use noexcept in CaseConvert as well as std::string_view::copy.
Neil
1
-5
/
+5
2019-01-06
Bug [#2068]. Fix some clang-tidy warnings.
Zufu Liu
1
-1
/
+1
2018-10-18
Updated case conversion and character categories to Unicode 11.
Neil
1
-0
/
+6
2018-10-11
Replace NULL and 0 with nullptr in clear cases of pure C++ code.
Neil
1
-4
/
+4
2018-05-14
Remove dependency on StringCopy and simplify constructor.
Neil
1
-5
/
+9
2018-05-14
Include <string_view> to allow future use in Platform interface and Unicode.
Neil
1
-0
/
+1
2018-04-21
Safety improvements for character code - drop reinterpret_cast, ensure more
Neil
1
-11
/
+10
2018-04-14
Make some changes recommended by clang-tidy.
Neil Hodgson
1
-1
/
+1
2018-03-24
Feature [feature-requests:#1212]. Move Unicode conversions into UniConversion.
Zufu Liu
1
-21
/
+0
2018-03-01
Mark variables as const where simple.
Neil
1
-4
/
+4
2018-03-01
Avoid warning with explicit destructor.
Neil
1
-0
/
+1
2017-09-14
Remove automatically generated line end whitespace.
Zufu Liu
1
-189
/
+189
2017-09-11
The Scintilla namespace is always active for internal symbols and for the lexer
Neil
1
-6
/
+0
2017-04-09
Further use of range-for.
Neil
1
-3
/
+3
2017-04-06
Added const where possible.
Neil
1
-6
/
+6
2017-03-23
Updated case conversion and character categories to Unicode 9.
Neil
1
-3
/
+199
2017-03-04
Use C++11 keyword "override" for methods that override a base class.
Neil
1
-1
/
+1
2016-10-30
Add header needed for std::string.
Neil Hodgson
1
-0
/
+1
2016-10-27
Tidy CaseMapString by moving some mechanics into CaseConvert. Use StringEncode
Neil
1
-0
/
+8
2015-07-04
Make std::exception visible to all core code to remove chance that a different
Neil
1
-0
/
+1
2014-01-21
Added ELEMENTS macro and use it to clarify determining size of arrays.
Neil Hodgson
1
-2
/
+2
2013-12-22
Avoid unsafe strcpy, strncpy, and strcat replacing with safer functions which
Neil
1
-1
/
+5
2013-12-15
Format normalization - whitespace and braces made consistent.
Neil
1
-1
/
+1
2013-08-01
Bug [#1506]. In some locales Visual C++ fails with UTF-8 in string literals.
Neil
1
-128
/
+128
2013-07-15
Fix out-of-bounds access for characters after end of set.
Neil
1
-1
/
+3
2013-07-11
Add namespace so builds on OS X.
nyamatongwe
1
-0
/
+8
2013-07-11
Include case conversion data in Scintilla so that all platforms will perform
Neil
1
-0
/
+620