summaryrefslogtreecommitdiff
path: root/solenv/gbuild/platform/com_MSC_defs.mk
AgeCommit message (Expand)Author
2018-01-22gbuild: always compile as C++17 with MSVC 2017Michael Stahl
2017-12-08New --enable-compiler-plugins=debug modeStephan Bergmann
2017-11-18MSC: Embed Natvis to PDBs, to use in /DEBUGEXE debugsMike Kaganski
2017-09-30Support loplugin in clang-clStephan Bergmann
2017-07-25tell msvc our source code is written using utf-8Caolán McNamara
2017-05-30gbuild: stop defining _USING_V110_SDK71_Michael Stahl
2017-04-24Fix typosAndrea Gelmini
2017-04-21gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky
2017-03-24use VS 2015 to target XP with the 7.1A SDKChristian Lohmaier
2017-03-11Fix passing /DEBUG:FASTLINK linker optionStephan Bergmann
2017-03-03Use /debug:fastlink linker option to improve link performanceDavid Ostrovsky
2017-02-21When building with clang-cl on Windows, build CLR code with MSVCStephan Bergmann
2016-12-17More blind fix attempt for MSVCStephan Bergmann
2016-12-17More blind fix attempt for MSVCStephan Bergmann
2016-12-02Remove space at end of comment lineStephan Bergmann
2016-12-02Remove unnecessary -wdXXXXStephan Bergmann
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