summaryrefslogtreecommitdiff
path: root/solenv/gbuild/platform/com_MSC_defs.mk
AgeCommit message (Expand)Author
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
2013-11-04add original PATH to PATH during unit testsMarkus Mohrhard
2013-10-31solver doesn't solve anything...Michael Stahl
2013-10-07Try again to use -O2 but keep -Oy- this timeTor Lillqvist
2013-09-25Start hacking --enable-canonical-installation-tree-structure back into shapeTor Lillqvist
2013-09-22gbuild: remove libraries from OUTDIR and WORKDIRMichael Stahl
2013-09-09Add comment about our choice of gb_COMPILEROPTFLAGSTor Lillqvist
2013-09-09Revert "Just use simple -O2"Markus Mohrhard
2013-09-06Disable C4702 when doing link-time code generationTor Lillqvist
2013-09-03Just use simple -O2Tor Lillqvist
2013-08-30Er, I meant gb_CXXFLAGSTor Lillqvist
2013-08-30Ignore C4267: possible loss of data, there are too many of themTor Lillqvist
2013-08-29Revert "Fix MSC build of firebird"Tor Lillqvist
2013-08-29Fix MSC build of firebirdStephan Bergmann
2013-08-14EXCEPTIONS_OFF is never definedStephan Bergmann
2013-07-19allow to build for Windows XP when using Visual Studio 2012Christian Lohmaier
2013-07-18Resolves: #i122767# disallow pre-standard C++ for-scopeHerbert Dürr
2013-07-17kill gb_NoexPrecompiledHeaderBjoern Michaelsen