summaryrefslogtreecommitdiff
path: root/solenv/gbuild/Library.mk
AgeCommit message (Expand)AuthorFilesLines
2020-04-20prefer building Skia with Clang if possible (tdf#131697)Luboš Luňák1-0/+2
2019-12-16Revert "Make font-based unit test depend on instdir fonts"Jan-Marek Glogowski1-1/+1
2019-10-04add gbuild function for a common PCH and use it in sc/ and sax/Luboš Luňák1-0/+1
2019-10-04add gb_LinkTarget_reuse_precompiled_headerLuboš Luňák1-0/+1
2019-09-05Reduce some repeated codeMike Kaganski1-64/+64
2019-07-05Make font-based unit test depend on instdir fontsJan-Marek Glogowski1-1/+1
2019-06-14Make spsupp*.dll usable on 64-bit WindowsMike Kaganski1-0/+1
2019-05-24disable warnings in external libsLuboš Luňák1-0/+1
2017-11-24tdf#113787: gbuild: fix the version of cli_cppuhelper assemblyMichael Stahl1-0/+1
2017-10-06gbuild: more verbose forwarding of LinkTarget functionsMichael Stahl1-66/+68
2017-07-21migrate to boost::gettextCaolán McNamara1-1/+0
2017-06-07Remove gb_LinkTarget_add_generated_cxxobjectsStephan Bergmann1-1/+0
2017-02-21When building with clang-cl on Windows, build CLR code with MSVCStephan Bergmann1-0/+3
2015-03-20Remove library urelibs. It was more just a temporary hack and is not used.Matúš Kukan1-1/+1
2014-12-21Remove unused gb_*_disable_compiler_pluginsStephan Bergmann1-1/+0
2014-12-18Introduce gb_*_set_external_codeStephan Bergmann1-0/+1
2014-11-26On Mac, the lib/libuno_*.dylib symlinks are not in the SDKStephan Bergmann1-1/+1
2014-09-15gbuild command for disabling usage of compiler plugins for a targetLuboš Luňák1-0/+1
2014-04-03gbuild: fix check for registered librariesMatúš Kukan1-1/+1
2014-04-03gbuild: Allow to use more components in one library.Matúš Kukan1-3/+0
2014-02-13gbuild: improve error messages about missing registrationsMichael Stahl1-1/+1
2013-12-21Revert "Avoid unnecessary library re-building in the DISABLE_DYNLOADING case"Tor Lillqvist1-19/+2
2013-12-20Avoid unnecessary library re-building in the DISABLE_DYNLOADING caseTor Lillqvist1-2/+19
2013-11-04gbuild: remove error stubs for renamed/removed functionsMichael Stahl1-22/+0
2013-11-02gbuild: Library: remove gb_Library__get_final_targetMichael Stahl1-14/+6
2013-11-02gbuild: Library: remove pointless functionsMichael Stahl1-1/+0
2013-10-31solver doesn't solve anything...Michael Stahl1-1/+0
2013-10-28gbuild: remove internal calls to gb_Package_set_outdir with INSTROOTMichael Stahl1-1/+0
2013-09-27gbuild: remove now unused gb_Library_OUTDIRLOCATIONMatúš Kukan1-1/+0
2013-09-25Start hacking --enable-canonical-installation-tree-structure back into shapeTor Lillqvist1-2/+2
2013-09-24gb_Library__get_final_target: don't be phony targetMatúš Kukan1-1/+6
2013-09-23Fixes for cross-compilation on OS X (to iOS)Tor Lillqvist1-1/+1
2013-09-23Try to fix cross-compilationTor Lillqvist1-5/+5
2013-09-22gbuild: add consistent directory dependencies for LinkTargetsMichael Stahl1-4/+9
2013-09-22gbuild: add a SHLXTHDL layer for librariesMichael Stahl1-0/+2
2013-09-22gbuild: remove libraries from OUTDIR and WORKDIRMichael Stahl1-32/+20
2013-09-22gbuild: remove SOVERSION variable since it is hardcoded anywayMichael Stahl1-2/+0
2013-09-22gbuild: make the versioned library the linktarget on UnixesMichael Stahl1-12/+12
2013-09-22gbuild: make the DLL the LinkTarget of Library and CppunitTestMichael Stahl1-4/+3
2013-09-22gbuild: refactor LinkTarget representationMichael Stahl1-7/+8
2013-09-22gbuild: add gb_Library_use_restargetMichael Stahl1-0/+1
2013-09-22gbuild: remove unused gb_LinkTarget_use_headersMichael Stahl1-1/+0
2013-09-17do not copy invalid, merged libraries to instdirMatúš Kukan1-1/+1
2013-09-11Use LIBO_URE_LIB_FOLDER instead of hardcoding the "ure" directoryTor Lillqvist1-1/+1
2013-09-11Towards a working instdir for Mac OS XStephan Bergmann1-3/+3
2013-09-09gbuild: put the DLL into INSTDIR, not the import libMichael Stahl1-1/+2
2013-09-09start to use instdir for subsequentcheck tests; avoid make dev-installMatúš Kukan1-4/+0
2013-09-09gbuild: avoid packages when copying files into instdirMatúš Kukan1-22/+13
2013-08-27Introduce LO_BUILD_LIB_DIR for NONE .component filesStephan Bergmann1-1/+1
2013-08-26introduce gb_Package_PRESTAGEDIRBjoern Michaelsen1-1/+16