summaryrefslogtreecommitdiff
path: root/solenv/gbuild/platform/com_MSC_defs.mk
AgeCommit message (Expand)AuthorFilesLines
2014-09-17Bye bye VS2010Tor Lillqvist1-13/+2
2014-09-15check that ODK headers compile with C++03Luboš Luňák1-0/+3
2014-08-14TypoTor Lillqvist1-1/+1
2014-08-14If we disable C4189 we should also disable C4100Tor Lillqvist1-0/+4
2014-08-14MSVC: disable C4189 again in optimizing buildsThomas Arnhold1-0/+4
2014-08-13gbuild: MSVC: disable warning C4373 againMichael Stahl1-0/+7
2014-08-13msvc: enable some warnings, as they are usefulThomas Arnhold1-14/+0
2014-07-11gbuild: always prepend our stuff to PATH on WindowsMichael Stahl1-2/+2
2014-07-08auto-detect the presence of a native gmake on windowsNorbert Thiebaud1-0/+10
2014-07-08configure, gbuild: remove Cygwin paths from make environmentMichael Stahl1-2/+2
2014-07-07chmod -xTor Lillqvist1-0/+0
2014-07-07Use -FS with VS 2013Tor Lillqvist1-0/+7
2014-05-24Win32: fix cppunit test strangeness.Michael Meeks1-0/+4
2014-03-29typo: optimisation -> optimizationThomas Arnhold1-1/+1
2014-02-25Add config_libraries.h definitions to get library names easily.Matúš Kukan1-5/+0
2014-02-25gbuild: one command for C/C++ objectsMatúš Kukan1-4/+1
2014-02-20EXTERNAL_WARNINGS_NOT_ERRORS -> ENABLE_WERROR and be "TRUE"/""Matúš Kukan1-1/+1
2014-01-30Globally disable MSVC warning 4201 (nonstandard extension nameless struct)Stephan Bergmann1-0/+3
2014-01-09M1500 is not used anywhereTor Lillqvist1-1/+0
2013-11-29Fix Cygwin PATH compositionStephan Bergmann1-2/+1
2013-11-20Windows: Require at least Windows XP SP2Thomas Arnhold1-1/+1
2013-11-04add original PATH to PATH during unit testsMarkus Mohrhard1-1/+1
2013-10-31solver doesn't solve anything...Michael Stahl1-3/+1
2013-10-07Try again to use -O2 but keep -Oy- this timeTor Lillqvist1-10/+1
2013-09-25Start hacking --enable-canonical-installation-tree-structure back into shapeTor Lillqvist1-1/+1
2013-09-22gbuild: remove libraries from OUTDIR and WORKDIRMichael Stahl1-2/+1
2013-09-09Add comment about our choice of gb_COMPILEROPTFLAGSTor Lillqvist1-0/+9
2013-09-09Revert "Just use simple -O2"Markus Mohrhard1-1/+1
2013-09-06Disable C4702 when doing link-time code generationTor Lillqvist1-0/+22
2013-09-03Just use simple -O2Tor Lillqvist1-1/+1
2013-08-30Er, I meant gb_CXXFLAGSTor Lillqvist1-7/+7
2013-08-30Ignore C4267: possible loss of data, there are too many of themTor Lillqvist1-0/+9
2013-08-29Revert "Fix MSC build of firebird"Tor Lillqvist1-1/+1
2013-08-29Fix MSC build of firebirdStephan Bergmann1-1/+1
2013-08-14EXCEPTIONS_OFF is never definedStephan Bergmann1-3/+0
2013-07-19allow to build for Windows XP when using Visual Studio 2012Christian Lohmaier1-0/+1
2013-07-18Resolves: #i122767# disallow pre-standard C++ for-scopeHerbert Dürr1-2/+2
2013-07-17kill gb_NoexPrecompiledHeaderBjoern Michaelsen1-2/+0
2013-06-25now that we detect msvc supports 'override', do not warn about itLuboš Luňák1-0/+4
2013-06-04gbuild: get rid of that horrible $(shell...)Michael Stahl1-1/+1
2013-06-04gbuild: Use gb_RCFLAGSIsamu Mogi1-2/+1
2013-06-04gbuild: Add -nologo option for rc.exe in VC2012Isamu Mogi1-0/+5
2013-06-03gbuild: Fix indentIsamu Mogi1-2/+2
2013-06-03re-base on ALv2 code. Includes:Michael Meeks1-21/+12
2013-05-24Disable also C4913: user defined binary operator ',' exists but ...Tor Lillqvist1-0/+4
2013-04-19Add -wd4996 back in the debvugging runtime (_DEBUG, dbgutil build) caseTor Lillqvist1-0/+9
2013-04-19fdo#42781 Do not unnecessarily ignore MSVC warningsPetr Kraus1-34/+0
2013-04-15gbuild: add support for building against MSVC debug runtimeMichael Stahl1-2/+2
2013-04-15on WNT the gb_Helper_set_ld_path must contain backslashesMichael Stahl1-1/+2
2013-04-11create --enable-mergelibs=all optionPeter Foley1-1/+1