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
/
gtk
/
makefile
Age
Commit message (
Expand
)
Author
Files
Lines
2018-03-08
Create static library libscintilla.a or libscintilla.lib on Windows.
Neil
1
-6
/
+7
2018-01-28
Allow C++17 in all build and project files.
Neil
1
-1
/
+1
2017-07-23
Lexer style metadata uses arrays of struct literals but don't want noise of
Neil Hodgson
1
-2
/
+5
2017-06-22
Add a DefaultLexer class which lexers can subclass if they want reasonable
Neil
1
-1
/
+1
2017-06-12
Back down from gnu++17 to gnu++14 so can build with g++ on current Ubuntu.
Neil
1
-1
/
+1
2017-06-12
Removed unused functions and methods from Platform.h.
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
2016-12-01
Sorting list of lexers for 'make deps' to minimize changes.
Neil
1
-1
/
+4
2016-10-21
Initial accessibility support for the GTK platform v7
Colomban Wendling
1
-1
/
+1
2016-08-27
Feature [feature-requests:#1154]. GTK: Allow out-of-sources build.
Colomban Wendling
1
-8
/
+11
2016-08-11
Bug [#1846]. Allow setting ARFLAGS for make.
Van de Bugger
1
-1
/
+2
2016-08-11
Bug [#1845]. Allow recreating deps.mak if ever deleted.
Van de Bugger
1
-2
/
+3
2016-08-11
Bug [#1844]. Allow setting CFLAGS for make.
Neil Hodgson
1
-2
/
+1
2016-05-17
GTK: Add makefile rules to auto-generate marshallers
Colomban Wendling
1
-1
/
+9
2016-05-17
Backed out changeset: 89cda794d0dd as fixed changeset will be sent by author.
Neil
1
-1
/
+2
2016-04-26
Enable g-ir-scanner to scan ScintillaObject signals
Thomas Martitz
1
-2
/
+1
2016-04-28
Fixes for problems with C++11 <regex>.
Neil Hodgson
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
/
+2
2015-11-11
Don't use -fPIC on Windows due to warnings.
Neil
1
-1
/
+6
2015-11-09
Add -fPIC for position-independent code to allow linking as a shared library.
Neil
1
-1
/
+1
2014-10-02
Allow using C++11 <regex> for searches as a provisional feature.
Neil
1
-1
/
+5
2014-08-02
Clang warns for register keyword used in system headers so turn off warning.
Neil
1
-1
/
+1
2014-07-08
Split out EditModel, MarginView, and EditView classes into separate files.
Neil
1
-1
/
+2
2014-05-31
Remove definitions that are provided by make.
Neil
1
-4
/
+0
2014-05-31
Compatibility with makefile conventions: use CXX for C++ compiler and CC for
Neil
1
-7
/
+7
2014-05-02
Enable building with Clang undefined behaviour sanitizer.
Neil
1
-2
/
+6
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-08-07
Include lexlib and lexers directory in make dependencies.
Unknown
1
-1
/
+1
2013-07-21
Separating out C and C++ flags so that Clang works agin for C files.
Unknown
1
-5
/
+6
2013-07-21
Add standard compliance flag.
Unknown
1
-2
/
+2
2013-07-11
Include case conversion data in Scintilla so that all platforms will perform
Neil
1
-1
/
+1
2013-07-01
Added CharacterCategory.
Neil
1
-1
/
+1
2013-04-26
Added memory sanitizer to clang debug builds.
Neil Hodgson
1
-0
/
+4
2013-02-18
Drop -Wno-long-long as it makes no difference on current systems.
nyamatongwe
1
-2
/
+2
2013-02-05
To run Clang analyzer, use 'analyze' target instead of defining 'CLANG_ANALYZE'.
nyamatongwe
1
-5
/
+5
2013-01-26
Use CXXFLAGS for C++ only, not for C.
nyamatongwe
1
-3
/
+3
2012-07-16
Remove files built as a side effect of clang --analyze.
Neil Hodgson
1
-1
/
+1
2012-05-27
Add a way to run the clang static analyzer by defining CLANG_ANALYZE to make.
Neil Hodgson
1
-2
/
+5
2012-01-20
Include CXXFLAGS from environment for bug #3476149.
nyamatongwe
1
-5
/
+5
2011-05-01
Enable building for GTK+ 3.0 with "make GTK3=1".
nyamatongwe
1
-2
/
+10
2011-03-26
Command line option to check for deprecated calls.
nyamatongwe
1
-1
/
+3
2011-02-13
Make work on Windows.
nyamatongwe
1
-2
/
+2
2011-01-22
Check for Win32 and use DEL instead of rm. Ensures 'make clean' works on Wind...
nyamatongwe
1
-1
/
+9
2010-08-18
Changed deprecation flags to turn off GdkFont use which is deprecated.
Unknown
1
-1
/
+1
2010-08-18
Include deprecation options to make it easy to check for use of deprecated APIs.
nyamatongwe
1
-1
/
+2
2010-07-17
Avoid warning from GTK+ headers: "ISO C++ 1998 does not support 'long long'".
nyamatongwe
1
-1
/
+1
2010-07-13
Using Make functions to avoid regenerating makefile when set of lexers changed.
nyamatongwe
1
-16
/
+1
2010-07-13
Build files that reflect the new lexer directories and added files.
nyamatongwe
1
-7
/
+22
2010-06-05
Using Make functions to avoid regenerating makefile when set of
nyamatongwe
1
-16
/
+1
[next]