summaryrefslogtreecommitdiff
path: root/solenv/gbuild/platform/com_MSC_defs.mk
AgeCommit message (Expand)AuthorFilesLines
2019-12-07Remove redundant gb_YACC indirectionStephan Bergmann1-1/+0
2019-12-06Honor BISON passed into configureStephan Bergmann1-1/+1
2019-12-04tdf#128133 WIN don't exit after link-output filterJan-Marek Glogowski1-4/+0
2019-10-14filter out cl.exe printing source file name also when not using depsLuboš Luňák1-0/+1
2019-10-10Duplicate -Wno-missing-bracesStephan Bergmann1-1/+0
2019-10-09filter out the "Creating library" message from link.exeLuboš Luňák1-0/+4
2019-10-04filter arguments to MSVC to avoid the annoying D9025 warningLuboš Luňák1-1/+1
2019-10-01When building with clang-cl, nevertheless use MSVC's CXXFLAGS_CXX11 for CLRStephan Bergmann1-1/+5
2019-09-09update paths to the compilerpluginLuboš Luňák1-2/+2
2019-05-24gbuild: try to run filter-showIncludes.awk in C localeMichael Stahl1-1/+1
2019-05-24disable warnings in external libsLuboš Luňák1-0/+2
2019-04-16link.exe in -LIB mode doesn't understand -debugLuboš Luňák1-1/+2
2019-04-11merge --enable-selective-debuginfo into --enable-symbolsLuboš Luňák1-1/+1
2019-04-11--gdb-index flags should be used only when linking with symbolsLuboš Luňák1-0/+2
2019-01-24Drop unnecessary gb_DEBUG_CFLAGSStephan Bergmann1-2/+0
2018-10-11Drop duplicate WINVER and _WIN32_WINNT definesJan-Marek Glogowski1-2/+1
2018-09-05Already set MSVC's -std:c++17 during the configure.ac feature checksStephan Bergmann1-1/+1
2018-08-24Fix MSVC 2017 warning C4702: unreachable codelbenes1-0/+5
2018-08-22gbuild: Unconditionally compile as C++17 with MSVC 2017David Ostrovsky1-1/+1
2018-07-25Silence warning STL4014Stephan Bergmann1-0/+1
2018-06-01Improve handling of _SILENCE_CXX17_CODECVT_HEADER_DEPRECATION_WARNINGStephan Bergmann1-0/+1
2018-04-03Don't use /NATVIS for static librariesMike Kaganski1-1/+0
2018-01-22gbuild: always compile as C++17 with MSVC 2017Michael Stahl1-0/+3
2017-12-08New --enable-compiler-plugins=debug modeStephan Bergmann1-0/+3
2017-11-18MSC: Embed Natvis to PDBs, to use in /DEBUGEXE debugsMike Kaganski1-0/+1
2017-09-30Support loplugin in clang-clStephan Bergmann1-1/+23
2017-07-25tell msvc our source code is written using utf-8Caolán McNamara1-0/+2
2017-05-30gbuild: stop defining _USING_V110_SDK71_Michael Stahl1-1/+0
2017-04-24Fix typosAndrea Gelmini1-1/+1
2017-04-21gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky1-9/+8
2017-03-24use VS 2015 to target XP with the 7.1A SDKChristian Lohmaier1-1/+1
2017-03-11Fix passing /DEBUG:FASTLINK linker optionStephan Bergmann1-1/+0
2017-03-03Use /debug:fastlink linker option to improve link performanceDavid Ostrovsky1-0/+1
2017-02-21When building with clang-cl on Windows, build CLR code with MSVCStephan Bergmann1-23/+34
2016-12-17More blind fix attempt for MSVCStephan Bergmann1-0/+3
2016-12-17More blind fix attempt for MSVCStephan Bergmann1-0/+3
2016-12-02Remove space at end of comment lineStephan Bergmann1-1/+1
2016-12-02Remove unnecessary -wdXXXXStephan Bergmann1-25/+2
2016-09-22Fix sh quoting of ; and \ (the latter in the cygpath -w output)Stephan Bergmann1-1/+1
2016-09-22Make workdir/UnpackedTarball/langtag/data/.libs/lt-reg2xml find its libsStephan Bergmann1-0/+10
2016-07-11Break gb_DEBUGINFO_FLAGS out of gb_DEBUG_CFLAGSStephan Bergmann1-1/+1
2016-07-11Centralize setting gb_DEBUGINFO_FLAGS for gb_SYMBOL in LinkTarget.mkStephan Bergmann1-6/+0
2016-06-20switch to EHs on windowsMarkus Mohrhard1-1/+1
2016-05-20remove more linking noise from VisualStudio buildNoel Grandin1-1/+2
2016-05-11Enable Clang -Wimplicit-fallthroughStephan Bergmann1-0/+1
2016-05-03Handle wchar_t as native C++11 type on windowsDavid Ostrovsky1-2/+0
2016-04-15disable MSVC warning C4091Michael Stahl1-0/+4
2016-03-09Fix unrecognized -Wv:18 option for clang-cl on MSVC 14.0David Ostrovsky1-2/+10
2016-03-05vs2015 spam C4267 even in 32 bits mode, silence it for now.Norbert Thiebaud1-2/+2
2016-03-04clang-cl: Enable more warnings etc. (like in the Clang/GCC case)Stephan Bergmann1-0/+18