summaryrefslogtreecommitdiff
path: root/solenv/gbuild/platform
AgeCommit message (Expand)Author
2013-09-22gbuild: add a SHLXTHDL layer for librariesMichael Stahl
2013-09-22gbuild: remove libraries from OUTDIR and WORKDIRMichael Stahl
2013-09-22gbuild: remove SOVERSION variable since it is hardcoded anywayMichael Stahl
2013-09-22gbuild: make the versioned library the linktarget on UnixesMichael Stahl
2013-09-22gbuild: make the DLL the LinkTarget of Library and CppunitTestMichael Stahl
2013-09-22gbuild: deduplicate gb_Library_get_exports_targetMichael Stahl
2013-09-22gbuild: refactor LinkTarget representationMichael Stahl
2013-09-22PoC: no libs in solverBjoern Michaelsen
2013-09-22undefined function warning gb_Library__set_soversion_script_platformMichael Stahl
2013-09-14Clean up Mac OS X .jnilibsStephan Bergmann
2013-09-13installer: put in a hack for MacOSX to find language pack filesMichael Stahl
2013-09-12Unbreak mingw build of udkapiFridrich Štrba
2013-09-11Set gb_INSTROOT and gb_DEVINSTALLROOT here, tooTor Lillqvist
2013-09-11Towards a working instdir for Mac OS XStephan Bergmann
2013-09-09gbuild: remove redundant defintion of gb_DEVINSTALLDIRMichael Stahl
2013-09-09start to use instdir for subsequentcheck tests; avoid make dev-installMatúš Kukan
2013-09-09gbuild: add definition of gb_Executable_LAYER to windows.mkMichael Stahl
2013-09-09install whole sdk using filelistsMatúš Kukan
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-03Need the gb_LTOFLAGS (-GL) also when precompiling headersTor Lillqvist
2013-09-03Use -LTCG also when linking executables in the LTO caseTor 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-27Factor out the app bundle code signing into a scriptTor Lillqvist
2013-08-27PLAINLIBS_NONE means layer NONEStephan Bergmann
2013-08-27fdo#67313: Use "lo" suffix for private URE libsStephan Bergmann
2013-08-27PLAINLIBS_NONE missing from some platforms' gb_Library_LAYER definitionsStephan Bergmann
2013-08-22Use codesign --force to replace a (bogus?) previous signatureTor Lillqvist
2013-08-19Rename SOLAR_JAVA to ENABLE_JAVA and HAVE_FEATURE_JAVATor Lillqvist
2013-08-18Further work on the "Mac-like app structure" optionTor Lillqvist
2013-08-16Use -O3 when optimisingTor Lillqvist
2013-08-14EXCEPTIONS_OFF is never definedStephan Bergmann
2013-08-09try to ensure not testing GCC version when using ClangLuboš Luňák
2013-08-05do not base feature checks on gcc versionLuboš Luňák
2013-08-02the compiler of the 10.6 SDK is pretty confused wrt to aliasing warningNorbert Thiebaud
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
2013-07-15add gb_JunitTest_SOFFICEARG setting also for windowsLuboš Luňák
2013-07-11we do not support any platform with bison < 2.0 anymoreNorbert Thiebaud
2013-07-03exclude the -safeseh from 64-bit windowsFridrich Štrba
2013-07-03Build msc .exe and .dll executables with -safeseh flagFridrich Štrba
2013-07-01gbuild: sync solaris.mk linker invocation with unxgcc.mkMichael Stahl
2013-06-25now that we detect msvc supports 'override', do not warn about itLuboš Luňák
2013-06-16Blind fix attempt for PythonTest on WindowsStephan Bergmann