aboutsummaryrefslogtreecommitdiffhomepage
path: root/gtk/makefile
AgeCommit message (Expand)AuthorFilesLines
2020-03-05Fixed building LPeg lexer on GTK.mitchell1-2/+2
2019-12-30Backport: Use pattern rules instead of suffix rules as they are clearer.Neil1-4/+6
2019-12-30Backport: Remove line end whitespace.Neil1-1/+1
2019-12-29Backport: Builds without GNU extensions so set to standard C++11.Neil1-1/+1
2019-12-29Backport: Standardize names and order between make files on win32 and gtk.Neil1-3/+4
2019-12-29Backport: Support Clang on Windows.Neil1-0/+12
2019-12-27Backport: Use Unix paths except when deleting files, then call normalize to c...Neil1-3/+5
2019-12-29Backport: Use if function to simplify GTK version setting.Neil1-6/+2
2019-12-29Backport: Simplify makefile and use better variable names.Neil1-30/+26
2019-12-27Backport: Collect objects into variables and define one-per-line.Neil1-7/+52
2019-12-29Backport: Drop G_THREADS_IMPL_NONE as not implemented in glib since 2011.Neil1-9/+3
2019-12-29Backport: Use ranlib everywhere so no special case on macOS.Neil1-7/+1
2019-12-29Backport: Move suppression of Clang warning missing-braces from makefile to a...Neil1-1/+1
2019-12-29Backport: Update comments.Neil1-4/+5
2019-06-22Backport: Remove CHECK_DEPRECATED option as deprecations always checked.Neil Hodgson1-4/+1
2019-04-17Backport: Move UniqueStringCopy into its own source file UniqueString.cxx to ...mitchell1-1/+1
2019-04-01Backport: Switch generation of make dependencies to Python scripts DepGen.py.Neil1-6/+2
2018-03-08Backport: Create static library libscintilla.a or libscintilla.lib on Windows.Neil1-4/+5
2017-07-23Backport: Lexer style metadata uses arrays of struct literals but don't want ...Neil Hodgson1-2/+5
2017-06-22Backport: Add a DefaultLexer class which lexers can subclass if they want rea...Neil1-1/+1
2018-03-11Added optional Lua lexer support.mitchell1-4/+16
2017-05-22Bug [#1946]. Builds are made with a sorted list of lexers to be more reproduc...Bernhard M. Wiedemann1-1/+1
2016-12-01Sorting list of lexers for 'make deps' to minimize changes.Neil1-1/+4
2016-10-21Initial accessibility support for the GTK platform v7Colomban Wendling1-1/+1
2016-08-27Feature [feature-requests:#1154]. GTK: Allow out-of-sources build.Colomban Wendling1-8/+11
2016-08-11Bug [#1846]. Allow setting ARFLAGS for make.Van de Bugger1-1/+2
2016-08-11Bug [#1845]. Allow recreating deps.mak if ever deleted.Van de Bugger1-2/+3
2016-08-11Bug [#1844]. Allow setting CFLAGS for make.Neil Hodgson1-2/+1
2016-05-17GTK: Add makefile rules to auto-generate marshallersColomban Wendling1-1/+9
2016-05-17Backed out changeset: 89cda794d0dd as fixed changeset will be sent by author.Neil1-1/+2
2016-04-26Enable g-ir-scanner to scan ScintillaObject signalsThomas Martitz1-2/+1
2016-04-28Fixes for problems with C++11 <regex>.Neil Hodgson1-2/+2
2016-03-07To avoid failures with MinGW 4.9 switch language standard from c++0x to gnu++0x.Neil1-1/+2
2015-11-11Don't use -fPIC on Windows due to warnings.Neil1-1/+6
2015-11-09Add -fPIC for position-independent code to allow linking as a shared library.Neil1-1/+1
2014-10-02Allow using C++11 <regex> for searches as a provisional feature.Neil1-1/+5
2014-08-02Clang warns for register keyword used in system headers so turn off warning.Neil1-1/+1
2014-07-08Split out EditModel, MarginView, and EditView classes into separate files.Neil1-1/+2
2014-05-31Remove definitions that are provided by make.Neil1-4/+0
2014-05-31Compatibility with makefile conventions: use CXX for C++ compiler and CC forNeil1-7/+7
2014-05-02Enable building with Clang undefined behaviour sanitizer.Neil1-2/+6
2013-09-10Use C++ struct initialization {} so can drop -Wno-missing-braces setting for ...Neil1-1/+1
2013-09-10Drop warning setting -Wno-missing-braces since this has had no effect since g...Neil1-1/+1
2013-08-07Include lexlib and lexers directory in make dependencies.Unknown1-1/+1
2013-07-21Separating out C and C++ flags so that Clang works agin for C files.Unknown1-5/+6
2013-07-21Add standard compliance flag.Unknown1-2/+2
2013-07-11Include case conversion data in Scintilla so that all platforms will performNeil1-1/+1
2013-07-01Added CharacterCategory.Neil1-1/+1
2013-04-26Added memory sanitizer to clang debug builds.Neil Hodgson1-0/+4
2013-02-18Drop -Wno-long-long as it makes no difference on current systems.nyamatongwe1-2/+2