aboutsummaryrefslogtreecommitdiffhomepage
path: root/gtk/makefile
AgeCommit message (Expand)AuthorFilesLines
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
2013-02-05To run Clang analyzer, use 'analyze' target instead of defining 'CLANG_ANALYZE'.nyamatongwe1-5/+5
2013-01-26Use CXXFLAGS for C++ only, not for C.nyamatongwe1-3/+3
2012-07-16Remove files built as a side effect of clang --analyze.Neil Hodgson1-1/+1
2012-05-27Add a way to run the clang static analyzer by defining CLANG_ANALYZE to make.Neil Hodgson1-2/+5
2012-01-20Include CXXFLAGS from environment for bug #3476149.nyamatongwe1-5/+5
2011-05-01Enable building for GTK+ 3.0 with "make GTK3=1".nyamatongwe1-2/+10
2011-03-26Command line option to check for deprecated calls.nyamatongwe1-1/+3
2011-02-13Make work on Windows.nyamatongwe1-2/+2
2011-01-22Check for Win32 and use DEL instead of rm. Ensures 'make clean' works on Wind...nyamatongwe1-1/+9
2010-08-18Changed deprecation flags to turn off GdkFont use which is deprecated.Unknown1-1/+1
2010-08-18Include deprecation options to make it easy to check for use of deprecated APIs.nyamatongwe1-1/+2
2010-07-17Avoid warning from GTK+ headers: "ISO C++ 1998 does not support 'long long'".nyamatongwe1-1/+1
2010-07-13Using Make functions to avoid regenerating makefile when set of lexers changed.nyamatongwe1-16/+1
2010-07-13Build files that reflect the new lexer directories and added files.nyamatongwe1-7/+22
2010-06-05Using Make functions to avoid regenerating makefile when set ofnyamatongwe1-16/+1
2010-05-04Removed duplicate optimization option.nyamatongwe1-1/+1
2010-04-30Made compatible with clang.nyamatongwe1-0/+5
2010-04-06Reinstated warning as the command line option causes GCCnyamatongwe1-1/+1
2010-03-25Removed support for GTK+ 1.x.nyamatongwe1-20/+6
2010-02-24Turn off integer wrap warning in ContractionState.cxx caused by inlining.nyamatongwe1-1/+1
2009-08-27Markdown lexer from FR #2844081.nyamatongwe1-6/+7
2009-08-13Using simple variables to hold pkg-config info so not runnyamatongwe1-4/+4
2009-07-03Discontiguoues selection and virtual space initial commit.nyamatongwe1-1/+1
2009-04-12Annotations and text margins added.nyamatongwe1-1/+1
2009-03-29Lexer for SML. Feature Request #2710950.nyamatongwe1-1/+1
2009-03-04Nimrod lexer from Andreas Rumpf added.nyamatongwe1-5/+5
2009-01-23Reinstated EScript after license returned to standard Scintilla license.nyamatongwe1-6/+6
2009-01-22Removal of EScript lexer cause changes to build files, etc.nyamatongwe1-6/+6
2009-01-01Lexer for PowerPro from Christopher Bean.nyamatongwe1-4/+4
2008-12-13Lexer added for SORCUS Installation files.nyamatongwe1-3/+3
2008-10-22Addition of lexers for TAL, TACL, and COBOL from ozlooper. FR #2127406nyamatongwe1-8/+9
2008-09-14Added LexMySQL by Anders Karlsson.nyamatongwe1-4/+4