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
/
win32
/
SciLexer.vcxproj
Age
Commit message (
Collapse
)
Author
Files
Lines
2021-01-29
Remove Lexilla files from Scintilla
Neil
1
-171
/
+0
2019-10-31
Feature [feature-requests:#1319] Include ARM64 in project.
Zufu Liu
1
-2
/
+38
2019-04-28
Switch from /std:c++latest to /std:c++17 as Visual C++ 2019 now includes some
Neil
1
-4
/
+4
C++20 features.
2018-04-04
Move DLL entry points DllMain and Scintilla_DirectFunction into ScintillaDLL.cxx
Neil
1
-0
/
+1
to simplify build process by eliminating the compilation of ScintillaWin.cxx into ScintillaWinS.o|obj.
2018-01-28
Allow C++17 in all build and project files.
Neil
1
-1
/
+5
2017-05-19
Update from MSVC 2013 to 2015 for better C++11 compliance for unique_ptr.
Neil
1
-2
/
+2
2017-03-09
Drop support for Windows NT 4 by statically linking to system APIs that are
Neil
1
-1
/
+1
only available from Windows 2000 and later.
2016-09-30
Enable SplitVector to store objects by using std::copy to copy elements instead
Neil
1
-1
/
+1
of memmove and memcpy. This allows SplitVector<std::string> to work.
2015-02-22
Implement VK_HANJA for Korean on Windows.
Neil
1
-0
/
+1
2014-01-22
Visual C++ project file added.
Neil
1
-0
/
+129