aboutsummaryrefslogtreecommitdiffhomepage
path: root/win32/makefile
AgeCommit message (Expand)AuthorFilesLines
2020-01-05Synchronizing LongTerm3 with default.mitchell1-2/+1
2020-01-01Backport: Be more accurate for 'make clean'.Neil1-1/+4
2020-01-03Backport: Move collection of modules from Catalogue.cxx to CatalogueModules.h...mitchell1-4/+1
2020-01-03Fixed a stray gnu++0x that crept in in recent makefile backports.mitchell1-1/+1
2019-12-30Backport: Remove Scintilla.def prerequisite as not used by gcc or clang.Neil1-4/+4
2019-12-30Backport: Use pattern rules instead of suffix rules as they are clearer.Neil1-1/+4
2019-12-29Backport: Standardize names and order between make files on win32 and gtk.Neil1-45/+62
2019-12-29Backport: Move suppression of Clang warning missing-braces from makefile to a...Neil1-1/+1
2019-12-29Backport: Move suppression of Clang warning language-extension-token from mak...Neil1-2/+1
2019-12-29Backport: Remove MinGW linker options that do not appear needed with recent v...Neil1-2/+1
2019-12-29Backport: Update comments.Neil1-0/+1
2019-04-17Backport: Move UniqueStringCopy into its own source file UniqueString.cxx to ...mitchell1-0/+1
2019-04-01Backport: Switch generation of make dependencies to Python scripts DepGen.py.Neil1-27/+2
2018-04-04Backport: Remove automatic detection of Direct2D support during build.Neil1-8/+2
2018-04-04Backport: Move DLL entry points DllMain and Scintilla_DirectFunction into Sci...Neil1-17/+4
2018-03-31Backport: Make clang 6.0 build without warnings. Requires clang to be on the ...Neil1-4/+6
2018-03-08Backport: Create static library libscintilla.a or libscintilla.lib on Windows.Neil1-21/+29
2018-02-22Backport: Bug [#1993]. Fix building on Mingw/MSYS to perform file copies and ...Tobias Kühne1-1/+1
2017-06-22Backport: Add a DefaultLexer class which lexers can subclass if they want rea...Neil1-0/+1
2017-06-12Backport: Removed unused functions and methods from Platform.h.Neil1-0/+1
2018-03-13Update GTK+ version requirements.mitchell1-1/+1
2018-03-11Added optional Lua lexer support.mitchell1-2/+17
2017-05-22Bug [#1946]. Builds are made with a sorted list of lexers to be more reproduc...Bernhard M. Wiedemann1-1/+1
2017-03-09Drop support for Windows NT 4 by statically linking to system APIs that areNeil1-1/+1
2016-09-24Initial support for building with 32-bit clang.Neil1-6/+18
2016-09-10Expose NO_CXX11_REGEX in Win32 makefiles.Neil1-2/+2
2016-03-07To avoid failures with MinGW 4.9 switch language standard from c++0x to gnu++0x.Neil1-1/+1
2016-02-24Bug [#1813]. Unmangle exported Scintilla_DirectFunction.Neil1-2/+2
2015-12-16Don't use .DEF file as it is not needed.Neil1-2/+2
2015-11-20Remove line end whitespace.Neil1-1/+1
2015-09-26RTTI is a part of standard C++ so don't turn it off.Neil1-1/+1
2015-02-22Implement VK_HANJA for Korean on Windows.Neil1-1/+2
2015-02-11Add the OLEAUT32 library as it will be needed for BSTR support.Neil1-1/+1
2014-10-07Feature [feature-requests:#1077]. Support MinGW compilation under Linux.Neil1-3/+9
2014-10-02Allow using C++11 <regex> for searches as a provisional feature.Neil1-1/+5
2014-07-08Split out EditModel, MarginView, and EditView classes into separate files.Neil1-3/+6
2014-05-31Compatibility with makefile conventions: use CXX for C++ compiler and CC forNeil1-9/+8
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-09-04Build Direct2D platform code if Direct2D headers are available.Neil1-2/+9
2013-08-25Recent MingW does not compile due to missing Direct2D headers so disable Dire...Neil1-1/+1
2013-07-21Add standard compliance flag.Neil1-1/+1
2013-07-11Include case conversion data in Scintilla so that all platforms will performNeil1-3/+7
2013-07-01Added CharacterCategory.Neil1-0/+1
2013-04-14Add analyze target for clang --analyze.nyamatongwe1-1/+4
2012-07-17MultiMon.h can cause multiple definition problems when Scintilla is staticall...nyamatongwe1-10/+1
2012-07-16More Windows NT 4.nyamatongwe1-1/+1
2012-07-16Reenable building for Windows NT 4 on NT 4.nyamatongwe1-0/+9
2011-10-10Removing -Wno-strict-overflow as gcc no longer produces uselessnyamatongwe1-1/+1
2011-10-10Fix build problems with Mingw gcc 4.6.1.nyamatongwe1-2/+2