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
/
lexlib
/
PropSetSimple.cxx
Age
Commit message (
Expand
)
Author
Files
Lines
2020-07-16
Add constexpr, const, noexcept and make other small improvements to lexlib.
Neil
1
-7
/
+7
2020-03-27
Avoid casts by returning size_t from GetExpanded.
Neil
1
-2
/
+2
2019-01-06
Bug [#2068]. Fix some clang-tidy warnings.
Zufu Liu
1
-1
/
+1
2018-05-03
Simplify PropSetSimple, avoid casts, use nullptr.
Neil
1
-12
/
+16
2018-04-27
Fix comments.
Neil
1
-2
/
+2
2018-04-14
Make some changes recommended by clang-tidy.
Neil Hodgson
1
-1
/
+1
2018-02-27
Use 'const'.
Neil
1
-1
/
+1
2017-09-11
The Scintilla namespace is always active for internal symbols and for the lexer
Neil
1
-2
/
+0
2017-04-01
Standardize on C++ headers, remove headers that aren't needed and add <cstddef>
Neil
1
-3
/
+2
2014-04-29
Stop disabling warnings where no longer needed.
Neil
1
-5
/
+0
2013-12-22
Avoid unsafe strcpy, strncpy, and strcat replacing with safer functions which
Neil
1
-1
/
+1
2013-12-15
Format normalization - whitespace and braces made consistent.
Neil
1
-1
/
+1
2013-05-02
Remove Expanded method which was not used by any client code.
nyamatongwe
1
-16
/
+7
2011-11-14
Removed warning suppression that had been included for Visual C++ 6.0.
nyamatongwe
1
-2
/
+2
2011-06-25
Add casts to avoid warnings from SDK 64-bit compiler.
nyamatongwe
1
-3
/
+4
2010-07-13
New files for new lexer implementation.
nyamatongwe
1
-0
/
+169