summaryrefslogtreecommitdiff
path: root/solenv/gbuild/platform
AgeCommit message (Expand)AuthorFilesLines
2013-04-07Drop workarounds for Mac OS X SDKs 10.4 and 10.5Tor Lillqvist1-1/+0
2013-04-06library path var on AIX is LIBPATHCaolán McNamara1-0/+2
2013-04-05use filelist install method for udkapi and offapiDavid Tardon6-0/+18
2013-04-04remove -dylib_file mappings that are not needed anymoreChristian Lohmaier1-16/+3
2013-04-03Show backtraces for core files from CppunitTests, tooStephan Bergmann3-68/+10
2013-03-27Enable -Wunused-macrosStephan Bergmann1-0/+2
2013-03-26No (more/apparent) need for LIBO_WERRORStephan Bergmann2-4/+4
2013-03-24make bridges work with clang on x64 linuxPeter Foley1-0/+1
2013-03-23make gcc-wrapper work with ccachePeter Foley1-2/+2
2013-03-21Use BOOST_MEM_FN_ENABLE_CDECL only for x86Tor Lillqvist1-1/+6
2013-03-21Use subsystem version 5.02 on x64Tor Lillqvist1-1/+7
2013-03-20add -Wundef to compiler flagsLuboš Luňák1-0/+2
2013-03-20make gcc-wrapper work even with ccacheDavid Ostrovsky1-2/+5
2013-03-18Revert "add -Wundef to compiler flags"Luboš Luňák1-2/+0
2013-03-18add -Wundef to compiler flagsLuboš Luňák1-0/+2
2013-03-15remove trailing whitespaceBjoern Michaelsen1-1/+1
2013-03-14gbuild: move MSC specific wrapper stuff to platform/Michael Stahl2-0/+22
2013-03-11add pch support to gccPeter Foley1-3/+11
2013-03-06do not execute unit tests when cross-compilingMatúš Kukan2-9/+0
2013-03-06clean SOLARLIB post dmake removalMatúš Kukan5-6/+5
2013-03-05avoid -manifest warning for StaticLibrariesPeter Foley2-1/+1
2013-03-05remove ScpConvertTarget class, no codepage conversion is neededAndras Timar6-32/+0
2013-03-04make lto workPeter Foley5-13/+13
2013-03-02more lto fixesPeter Foley2-6/+7
2013-03-02remove minor.mkMatúš Kukan2-2/+2
2013-03-01fix build with ltoPeter Foley1-1/+1
2013-02-27gbuild: add dependencies on makedepend to rules that use itMichael Stahl2-0/+6
2013-02-24fix HAVE_CXX0X case on MinGWDavid Ostrovsky1-2/+1
2013-02-09make it possible to limit what files will be modified by a compiler pluginLuboš Luňák1-0/+3
2013-02-02Sign executables right after linkingTor Lillqvist1-0/+3
2013-02-01No need for aliases hereStephan Bergmann1-2/+2
2013-02-01one more config_host/ breakageLuboš Luňák1-1/+1
2013-02-01gbuild: copy stdlibs into solver again when they are bundled in the installerPetr Mladek2-6/+5
2013-01-31Use separate config_*.h files for BUILD and HOST when cross-compilingTor Lillqvist1-1/+1
2013-01-21Remove -Wsign-promoStephan Bergmann2-2/+0
2013-01-14append library specific compile flags at the endMatúš Kukan2-8/+8
2013-01-11QUARTZ is equivalent to MACOSXTor Lillqvist1-1/+0
2013-01-07mkdir before touchingTor Lillqvist1-1/+1
2013-01-06Let's save a bit of disk spaceTor Lillqvist1-1/+5
2013-01-06Use same options as Xcode doesTor Lillqvist1-1/+1
2013-01-03Use -Wl,-dead-stripTor Lillqvist1-0/+3
2013-01-03Factor out gb_ObjCxxObject__command and gb_ObjCObject__commandTor Lillqvist3-76/+38
2013-01-03Do build executables for iOSTor Lillqvist1-3/+5
2012-12-27Check for __GNUC__ instead of GCC in sourcesTor Lillqvist1-1/+0
2012-12-27Check for _MSC_VER instead of MSC in sourcesTor Lillqvist1-1/+0
2012-12-26CosmeticsTor Lillqvist1-2/+5
2012-12-26Subsystem 5.01 is invalid for 64-bit code, says the linkerTor Lillqvist1-1/+1
2012-12-26disable ccache too when running clang as rewritterLubos Lunak1-2/+2
2012-12-23Use CXXFLAGS_CXX11 here, tooTor Lillqvist1-9/+2
2012-12-21gbuild: AsmObject: support user defined AFLAGSMichael Stahl4-3/+5