summaryrefslogtreecommitdiff
path: root/solenv
AgeCommit message (Expand)AuthorFilesLines
2013-09-10fix typoMatúš Kukan1-1/+1
2013-09-10fix gdb pretty printers for --enable-mergelibsMatúš Kukan4-43/+18
2013-09-10kill VERSION_INDEPENDENT_COMP_IDAndras Timar3-16/+2
2013-09-10CompID is not in use in scp2 filesAndras Timar1-30/+0
2013-09-10fix lcms2 library in solverMatúš Kukan1-0/+5
2013-09-09gbuild: remove redundant defintion of gb_DEVINSTALLDIRMichael Stahl5-6/+6
2013-09-09gbuild: put the DLL into INSTDIR, not the import libMichael Stahl2-1/+14
2013-09-09gbuild: ExternalPackage: use gb_Helper_installMatúš Kukan1-22/+10
2013-09-09start to use instdir for subsequentcheck tests; avoid make dev-installMatúš Kukan11-26/+6
2013-09-09gbuild: fix Jar layers for WNTMichael Stahl1-2/+2
2013-09-09gbuild: avoid packages when copying files into instdirMatúš Kukan7-64/+47
2013-09-09gbuild: add definition of gb_Executable_LAYER to windows.mkMichael Stahl1-0/+6
2013-09-09gbuild: install rdb files directly in module they come fromMatúš Kukan2-0/+17
2013-09-09linkoo: do not link shell scripts that use `pwd`Michael Stahl1-0/+8
2013-09-09install whole sdk using filelistsMatúš Kukan2-0/+5
2013-09-09installer: adapt to find README and LICENSE in file listsMichael Stahl1-4/+6
2013-09-09ure: install files with filelistsMatúš Kukan1-0/+12
2013-09-09installer: fix handling of symbolic links in filelists so EPM is happyMichael Stahl4-11/+38
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-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-04renamed ca-XV to ca-valencia and activated ca-ES-valencia, fdo#59867 relatedEike Rathke1-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-30ENABLE_MACOSX_MACLIKE* Harmonize ENABLE_* variable to TRUE/<nothing>Norbert Thiebaud1-1/+1
2013-08-30ENABLE_MACOSX_SANDBOX Harmonize ENABLE_* variable to TRUE/<nothing>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-30WaE: size_t to int conversion: possible loss of dataTor Lillqvist1-1/+1
2013-08-29Revert "Fix MSC build of firebird"Tor Lillqvist1-1/+1
2013-08-29Fix MSC build of firebirdStephan Bergmann1-1/+1
2013-08-29Simplify and fix the embedded Firebird on OS XTor Lillqvist1-3/+1
2013-08-29Better error outputStephan Bergmann1-1/+1
2013-08-27Factor out the app bundle code signing into a scriptTor Lillqvist3-18/+84
2013-08-27Update commentsTor Lillqvist1-9/+3
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-26fdo#64053 do not let too long comment in ARP Comment fieldAndras Timar1-0/+1
2013-08-26fdo#68158 fix quote escaping problemsAndras Timar3-1/+2
2013-08-26Some cleanup and consolidation of the Impress layout work.Thorsten Behrens1-0/+1
2013-08-26introduce gb_Package_PRESTAGEDIRBjoern Michaelsen2-2/+25