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
/
makefile
Age
Commit message (
Expand
)
Author
Files
Lines
2019-04-05
Move UniqueStringCopy into its own source file UniqueString.cxx to hide the
Neil
1
-0
/
+1
2019-04-01
Switch generation of make dependencies to Python scripts DepGen.py.
Neil
1
-27
/
+2
2018-06-07
Remove compile-time ENABLE_BIDIRECTIONAL option as bidirectional feature is now
Neil
1
-5
/
+1
2018-04-04
Remove automatic detection of Direct2D support during build.
Neil
1
-8
/
+2
2018-04-04
Move DLL entry points DllMain and Scintilla_DirectFunction into ScintillaDLL.cxx
Neil
1
-17
/
+4
2018-03-31
Make clang 6.0 build without warnings. Requires clang to be on the path now.
Neil
1
-3
/
+6
2018-03-31
Standardize on --std=c++17, avoiding GNU extensions and enabling clang 6.0.
Neil
1
-2
/
+2
2018-03-08
Create static library libscintilla.a or libscintilla.lib on Windows.
Neil
1
-21
/
+29
2018-02-22
Bug [#1993]. Fix building on Mingw/MSYS to perform file copies and deletions.
Tobias Kühne
1
-1
/
+1
2018-01-11
Add ENABLE_BIDIRECTIONAL option to make files.
Neil
1
-1
/
+5
2017-06-22
Add a DefaultLexer class which lexers can subclass if they want reasonable
Neil
1
-0
/
+1
2017-06-12
Removed unused functions and methods from Platform.h.
Neil
1
-1
/
+2
2017-06-10
Update GTK+ and compiler version requirements.
Neil
1
-1
/
+1
2017-05-22
Bug [#1946]. Builds are made with a sorted list of lexers to be more reproduc...
Bernhard M. Wiedemann
1
-1
/
+1
2017-03-09
Drop support for Windows NT 4 by statically linking to system APIs that are
Neil
1
-1
/
+1
2016-09-24
Initial support for building with 32-bit clang.
Neil
1
-6
/
+18
2016-09-10
Expose NO_CXX11_REGEX in Win32 makefiles.
Neil
1
-2
/
+2
2016-03-07
To avoid failures with MinGW 4.9 switch language standard from c++0x to gnu++0x.
Neil
1
-1
/
+1
2016-02-24
Bug [#1813]. Unmangle exported Scintilla_DirectFunction.
Neil
1
-2
/
+2
2015-12-16
Don't use .DEF file as it is not needed.
Neil
1
-2
/
+2
2015-11-20
Remove line end whitespace.
Neil
1
-1
/
+1
2015-09-26
RTTI is a part of standard C++ so don't turn it off.
Neil
1
-1
/
+1
2015-02-22
Implement VK_HANJA for Korean on Windows.
Neil
1
-1
/
+2
2015-02-11
Add the OLEAUT32 library as it will be needed for BSTR support.
Neil
1
-1
/
+1
2014-10-07
Feature [feature-requests:#1077]. Support MinGW compilation under Linux.
Neil
1
-3
/
+9
2014-10-02
Allow using C++11 <regex> for searches as a provisional feature.
Neil
1
-1
/
+5
2014-07-08
Split out EditModel, MarginView, and EditView classes into separate files.
Neil
1
-3
/
+6
2014-05-31
Compatibility with makefile conventions: use CXX for C++ compiler and CC for
Neil
1
-9
/
+8
2013-09-10
Use C++ struct initialization {} so can drop -Wno-missing-braces setting for ...
Neil
1
-1
/
+1
2013-09-10
Drop warning setting -Wno-missing-braces since this has had no effect since g...
Neil
1
-1
/
+1
2013-09-04
Build Direct2D platform code if Direct2D headers are available.
Neil
1
-2
/
+9
2013-08-25
Recent MingW does not compile due to missing Direct2D headers so disable Dire...
Neil
1
-1
/
+1
2013-07-21
Add standard compliance flag.
Neil
1
-1
/
+1
2013-07-11
Include case conversion data in Scintilla so that all platforms will perform
Neil
1
-3
/
+7
2013-07-01
Added CharacterCategory.
Neil
1
-0
/
+1
2013-04-14
Add analyze target for clang --analyze.
nyamatongwe
1
-1
/
+4
2012-07-17
MultiMon.h can cause multiple definition problems when Scintilla is staticall...
nyamatongwe
1
-10
/
+1
2012-07-16
More Windows NT 4.
nyamatongwe
1
-1
/
+1
2012-07-16
Reenable building for Windows NT 4 on NT 4.
nyamatongwe
1
-0
/
+9
2011-10-10
Removing -Wno-strict-overflow as gcc no longer produces useless
nyamatongwe
1
-1
/
+1
2011-10-10
Fix build problems with Mingw gcc 4.6.1.
nyamatongwe
1
-2
/
+2
2010-12-29
Dynamically generate reverse arrow cursor. Feature 3143968 by Jordan Russell.
nyamatongwe
1
-1
/
+1
2010-08-07
Ensure static linking of standard C++ library.
nyamatongwe
1
-4
/
+4
2010-07-13
Lexer source code now in lexers directory.
nyamatongwe
1
-3
/
+3
2010-07-13
Using Make functions to avoid regenerating makefile when set of lexers changed.
nyamatongwe
1
-17
/
+3
2010-07-13
Build files that reflect the new lexer directories and added files.
nyamatongwe
1
-34
/
+98
2010-06-15
Switched from dllwrap to g++ -shared to make work with TDM GCC 4.5.
nyamatongwe
1
-3
/
+3
2010-06-05
Using Make functions to avoid regenerating makefile when set of
nyamatongwe
1
-16
/
+1
2010-04-19
Removed workaround for GCC 2.95 as only 3.2 or better supported now.
nyamatongwe
1
-13
/
+3
2010-02-24
Turn off integer wrap warning in ContractionState.cxx caused by inlining.
nyamatongwe
1
-1
/
+1
[next]