summaryrefslogtreecommitdiff
path: root/solenv/gbuild
AgeCommit message (Expand)AuthorFilesLines
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-04dont duplicate res-files in solver/ anymore, if using gb_RUNNABLE_INSTDIRBjoern Michaelsen1-6/+15
2013-09-04Force removal of UNZIP_DIR when unpacking zip (gbuild).Andrzej J.R. Hunt1-1/+1
2013-09-03Make it possible to #ifdef on ENABLE_LTOTor Lillqvist1-0/+1
2013-09-03Need the gb_LTOFLAGS (-GL) also when precompiling headersTor Lillqvist1-0/+1
2013-09-03Use -LTCG also when linking executables in the LTO caseTor Lillqvist1-4/+4
2013-09-03Just use simple -O2Tor Lillqvist1-1/+1
2013-09-02@RESPONSEFILE shouldn't be necessary for the few cppumaker -X argumentsStephan Bergmann1-4/+1
2013-08-31fix comment to reflect the use of TRUE instead of YES for DISABLE_* vars.Norbert Thiebaud1-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-29Better error outputStephan Bergmann1-1/+1
2013-08-27Factor out the app bundle code signing into a scriptTor Lillqvist1-0/+6
2013-08-27Don't create any (new) Python bytecode files when running a PythonTestTor Lillqvist1-0/+1
2013-08-27PLAINLIBS_NONE means layer NONEStephan Bergmann2-2/+2
2013-08-27fdo#67313: Use "lo" suffix for private URE libsStephan Bergmann8-17/+16
2013-08-27Introduce LO_BUILD_LIB_DIR for NONE .component filesStephan Bergmann1-1/+1
2013-08-27PLAINLIBS_NONE missing from some platforms' gb_Library_LAYER definitionsStephan Bergmann4-0/+4
2013-08-26Some cleanup and consolidation of the Impress layout work.Thorsten Behrens1-0/+1
2013-08-26introduce gb_Package_PRESTAGEDIRBjoern Michaelsen2-2/+25
2013-08-22At least CppunitTest_connectivity_ado requires the affine_uno bridgeStephan Bergmann1-0/+1
2013-08-22Use codesign --force to replace a (bogus?) previous signatureTor Lillqvist1-1/+1
2013-08-19Rename SOLAR_JAVA to ENABLE_JAVA and HAVE_FEATURE_JAVATor Lillqvist9-14/+5
2013-08-18Add where pyuno.so is to PYPATH for the "Mac-like app structure" caseTor Lillqvist1-1/+1
2013-08-18Further work on the "Mac-like app structure" optionTor Lillqvist12-26/+15
2013-08-18Use subfolder names from <config_folders.h>Tor Lillqvist2-3/+3
2013-08-16Use -O3 when optimisingTor Lillqvist1-0/+2
2013-08-14EXCEPTIONS_OFF is never definedStephan Bergmann4-11/+0
2013-08-09try to ensure not testing GCC version when using ClangLuboš Luňák4-21/+21
2013-08-05do not base feature checks on gcc versionLuboš Luňák2-2/+2
2013-08-02the compiler of the 10.6 SDK is pretty confused wrt to aliasing warningNorbert Thiebaud1-0/+5
2013-07-26'almost finished' doesnt sound like a clean targetBjoern Michaelsen1-1/+1
2013-07-26Move the (unimplemented) READONLY_INSTALLSET flag into config_features.hTor Lillqvist1-1/+0
2013-07-26Move OS X sandbox flag to config_features.hTor Lillqvist1-1/+0
2013-07-23it is not possible to sign libs that are in useDavid Tardon2-0/+4
2013-07-19allow to build for Windows XP when using Visual Studio 2012Christian Lohmaier1-0/+1
2013-07-19gbuild: add support for auto-creationa nd reuse of binary package.Norbert Thiebaud2-5/+34
2013-07-19gbuild: add an intermediary 'almost' target to ModuleNorbert Thiebaud2-7/+15
2013-07-18Resolves: #i122767# disallow pre-standard C++ for-scopeHerbert Dürr1-2/+2
2013-07-17remove gb_LinkTarget_add_noexception_objectBjoern Michaelsen5-17/+0
2013-07-17kill gb_NoexPrecompiledHeaderBjoern Michaelsen7-100/+3
2013-07-16gbuild: consolidate ULF copypaste in gb_CustomTarget_ulfex_ruleMichael Stahl3-34/+37
2013-07-16gbuild: update included dep-targets as side effect of targetsMichael Stahl3-15/+39
2013-07-15add gb_JunitTest_SOFFICEARG setting also for windowsLuboš Luňák1-0/+11
2013-07-14indent that a bitMichael Stahl1-4/+5
2013-07-11fdo#66826 - Allow parameters to be passed to patch such as --binaryMichael Meeks1-1/+10
2013-07-11fdo#66072 do not end auto_*_ALL by a commaDavid Tardon1-6/+10