summaryrefslogtreecommitdiff
path: root/solenv/gbuild/platform
AgeCommit message (Expand)Author
2013-02-27gbuild: add dependencies on makedepend to rules that use itMichael Stahl
2013-02-24fix HAVE_CXX0X case on MinGWDavid Ostrovsky
2013-02-09make it possible to limit what files will be modified by a compiler pluginLuboš Luňák
2013-02-02Sign executables right after linkingTor Lillqvist
2013-02-01No need for aliases hereStephan Bergmann
2013-02-01one more config_host/ breakageLuboš Luňák
2013-02-01gbuild: copy stdlibs into solver again when they are bundled in the installerPetr Mladek
2013-01-31Use separate config_*.h files for BUILD and HOST when cross-compilingTor Lillqvist
2013-01-21Remove -Wsign-promoStephan Bergmann
2013-01-14append library specific compile flags at the endMatúš Kukan
2013-01-11QUARTZ is equivalent to MACOSXTor Lillqvist
2013-01-07mkdir before touchingTor Lillqvist
2013-01-06Let's save a bit of disk spaceTor Lillqvist
2013-01-06Use same options as Xcode doesTor Lillqvist
2013-01-03Use -Wl,-dead-stripTor Lillqvist
2013-01-03Factor out gb_ObjCxxObject__command and gb_ObjCObject__commandTor Lillqvist
2013-01-03Do build executables for iOSTor Lillqvist
2012-12-27Check for __GNUC__ instead of GCC in sourcesTor Lillqvist
2012-12-27Check for _MSC_VER instead of MSC in sourcesTor Lillqvist
2012-12-26CosmeticsTor Lillqvist
2012-12-26Subsystem 5.01 is invalid for 64-bit code, says the linkerTor Lillqvist
2012-12-26disable ccache too when running clang as rewritterLubos Lunak
2012-12-23Use CXXFLAGS_CXX11 here, tooTor Lillqvist
2012-12-21gbuild: AsmObject: support user defined AFLAGSMichael Stahl
2012-12-17Remove --with-stlport from LO 4.0Stephan Bergmann
2012-12-17Revert "hide rc.exe splash screen"Michael Stahl
2012-12-15hide rc.exe splash screenPeter Foley
2012-12-13do not disable msvc warning 4005Luboš Luňák
2012-12-11adjust clang plugins for srcdir != builddirLuboš Luňák
2012-12-11BUILD_DIR -> BUILDDIR, to be consistent with the other *DIRLuboš Luňák
2012-12-11Prepare for read-only source buildNorbert Thiebaud
2012-12-11include PCHOBJS in target's objectlistLuboš Luňák
2012-12-10Create executables that can be run on Windows XPTor Lillqvist
2012-12-10fix visibility with PCHLuboš Luňák
2012-12-10warnings as errors for msvc pch warnings that really shouldn't happenLuboš Luňák
2012-12-10use noexceptions .pch only when actually neededLuboš Luňák
2012-12-10fix clang .d generation with PCHLuboš Luňák
2012-12-10fix PrecompiledHeader vs NoexPrecompiledHeader mismatchLuboš Luňák
2012-12-10PCH support for Clang compilerLuboš Luňák
2012-12-10it's not actually necessary to manually include the header for MSVC PCHLuboš Luňák
2012-12-10update .d generation when creating MSVC .pchLuboš Luňák
2012-12-10bring back precompiled headers supportLuboš Luňák
2012-12-10Try -std=c++11 if -std=gnu++0x does not workStephan Bergmann
2012-12-10Avoid "deleted function definitions are a C++11 extension" in a better wayTor Lillqvist
2012-12-07use config_xxx.h files instead of -DHAVE_XXX on the command lineLuboš Luňák
2012-12-03Use -W4 instead of -Wall, and don't disable warnings that are off by defaultTor Lillqvist
2012-12-03More -wd fixupsTor Lillqvist
2012-12-02Don't disable warnings that supprted MSVC versions don't generateTor Lillqvist
2012-12-02Document the warnings we disableTor Lillqvist
2012-12-02Argh, I meant Visual Studio 2010Tor Lillqvist