summaryrefslogtreecommitdiff
path: root/solenv/gbuild/platform/com_MSC_defs.mk
AgeCommit message (Expand)Author
2016-09-22Fix sh quoting of ; and \ (the latter in the cygpath -w output)Stephan Bergmann
2016-09-22Make workdir/UnpackedTarball/langtag/data/.libs/lt-reg2xml find its libsStephan Bergmann
2016-07-11Break gb_DEBUGINFO_FLAGS out of gb_DEBUG_CFLAGSStephan Bergmann
2016-07-11Centralize setting gb_DEBUGINFO_FLAGS for gb_SYMBOL in LinkTarget.mkStephan Bergmann
2016-06-20switch to EHs on windowsMarkus Mohrhard
2016-05-20remove more linking noise from VisualStudio buildNoel Grandin
2016-05-11Enable Clang -Wimplicit-fallthroughStephan Bergmann
2016-05-03Handle wchar_t as native C++11 type on windowsDavid Ostrovsky
2016-04-15disable MSVC warning C4091Michael Stahl
2016-03-09Fix unrecognized -Wv:18 option for clang-cl on MSVC 14.0David Ostrovsky
2016-03-05vs2015 spam C4267 even in 32 bits mode, silence it for now.Norbert Thiebaud
2016-03-04clang-cl: Enable more warnings etc. (like in the Clang/GCC case)Stephan Bergmann
2016-02-21windows: silence new warning for nowNorbert Thiebaud
2016-02-21Force pdb write synchronization on all MS compilersDavid Ostrovsky
2016-01-13gbuild: let's hope this MSVC2012 specific hack is unnecessary nowMichael Stahl
2015-12-02clang-cl needs -Wno-missing-bracesStephan Bergmann
2015-11-30move disabling of LNK4217Noel Grandin
2015-11-02Pass emit-debuginfo flags into special bridge compilations, if applicableStephan Bergmann
2015-09-18Use a C99 flexible array memberStephan Bergmann
2015-09-14gbuild: add a comment why C4589 is disabledMichael Stahl
2015-09-13Disable Warning 4589David Ostrovsky
2015-09-01core: fix build with system boost 1.59David Ostrovsky
2015-07-30Bump boost to 1.59David Ostrovsky
2015-03-05gbuild: stop disabling MSVC warning C4996 on --enable-dbgutil buildsMichael Stahl
2015-01-09gbuild: try to fix windows non-debug buildsMichael Stahl
2015-01-06Fix --enable-pch option on msvc 64bit compilerDavid Ostrovsky
2014-12-10_USING_V110_SDK71_ is not related to DirectX, restoreChristian Lohmaier
2014-12-10canvas: remove Windows SDK #ifdefs - all supported MSVC/SDK have DirectXMichael Stahl
2014-12-10define _USING_V110_SDK71_ when building with VS2013 against 7.1A SDKChristian Lohmaier
2014-09-17Bye bye VS2010Tor Lillqvist
2014-09-15check that ODK headers compile with C++03Luboš Luňák
2014-08-14TypoTor Lillqvist
2014-08-14If we disable C4189 we should also disable C4100Tor Lillqvist
2014-08-14MSVC: disable C4189 again in optimizing buildsThomas Arnhold
2014-08-13gbuild: MSVC: disable warning C4373 againMichael Stahl
2014-08-13msvc: enable some warnings, as they are usefulThomas Arnhold
2014-07-11gbuild: always prepend our stuff to PATH on WindowsMichael Stahl
2014-07-08auto-detect the presence of a native gmake on windowsNorbert Thiebaud
2014-07-08configure, gbuild: remove Cygwin paths from make environmentMichael Stahl
2014-07-07chmod -xTor Lillqvist
2014-07-07Use -FS with VS 2013Tor Lillqvist
2014-05-24Win32: fix cppunit test strangeness.Michael Meeks
2014-03-29typo: optimisation -> optimizationThomas Arnhold
2014-02-25Add config_libraries.h definitions to get library names easily.Matúš Kukan
2014-02-25gbuild: one command for C/C++ objectsMatúš Kukan
2014-02-20EXTERNAL_WARNINGS_NOT_ERRORS -> ENABLE_WERROR and be "TRUE"/""Matúš Kukan
2014-01-30Globally disable MSVC warning 4201 (nonstandard extension nameless struct)Stephan Bergmann
2014-01-09M1500 is not used anywhereTor Lillqvist
2013-11-29Fix Cygwin PATH compositionStephan Bergmann
2013-11-20Windows: Require at least Windows XP SP2Thomas Arnhold