summaryrefslogtreecommitdiff
path: root/solenv/gbuild/LinkTarget.mk
AgeCommit message (Expand)Author
2021-11-13do not rebuild PCHs on icecream/ccache changeLuboš Luňák
2021-11-12rebuild a PCH when the flags it was built with changeLuboš Luňák
2021-11-04Resolves: tdf#97046 ensure build system variables start with gb_Sabyasachi Bhoi
2021-11-01remove unused gb_CObject__command_pattern parameterLuboš Luňák
2021-10-30upgrade libjpeg-turbo to 2.1.1Caolán McNamara
2021-10-11clang does not support -flto=<number>Luboš Luňák
2021-09-22make .pch file also depend on its source .hxx fileLuboš Luňák
2021-09-20use MSVC's /Zc:inline option to reduce binary sizeLuboš Luňák
2021-09-20use clang-cl's -Zc:dllexportInlines- for clang-cl buildsLuboš Luňák
2021-09-20use clang-cl's -Zc:dllexportInlines- for Skia (tdf#144598)Luboš Luňák
2021-09-18make FORCE_COMPILE_ALL more flexible than all or nothingLuboš Luňák
2021-09-18make COMPILER_EXTERNAL_TOOL=1 work properly with generated sourcesLuboš Luňák
2021-09-18don't force compiler plugins when COMPILER_EXTERNAL_TOOL=1 is usedLuboš Luňák
2021-07-26add gbuild support for ObjC/C++ sources from tarballsLuboš Luňák
2021-05-26gbuild: Handle glxtest + vclmain usage via macrosJan-Marek Glogowski
2020-10-16Rename CLANG_CC, CLANG_CXX configuration vars (avoid clash with scan-build)Stephan Bergmann
2020-08-12Enable --enable-lto --enable-skia when building with GCC+Clang on LinuxStephan Bergmann
2020-05-26Drop -I$(dir $(2)) also from gb_*Object__tool_commandStephan Bergmann
2020-04-21CLANG_C -> CLANG_CCLuboš Luňák
2020-04-20prefer building Skia with Clang if possible (tdf#131697)Luboš Luňák
2020-04-06use full path for the PCH .hxx file for MSCLuboš Luňák
2020-02-25fix --enable-mergedlibs buildNoel Grandin
2020-02-19add --enable-optimized=debugLuboš Luňák
2020-02-16GBUILD_TRACE, support for finding out where the build time is spentLuboš Luňák
2020-02-10add BLOCK_PCH to gbuild, allowing partial non-PCH rebuildsLuboš Luňák
2020-01-18add support for Clang's -building-pch-with-objLuboš Luňák
2019-12-07Remove redundant gb_YACC indirectionStephan Bergmann
2019-12-06Honor BISON passed into configureStephan Bergmann
2019-10-14fix incorrect gb_DISABLE_PCH_REUSE testLuboš Luňák
2019-10-04add gbuild function for a common PCH and use it in sc/ and sax/Luboš Luňák
2019-10-04support reusing PCH if linktarget has additional reasonable definesLuboš Luňák
2019-10-04add gb_LinkTarget_reuse_precompiled_headerLuboš Luňák
2019-10-04do not abort build on PCH CXXFLAGS mismatch if set explicitlyLuboš Luňák
2019-10-04always use gb_LinkTarget__get_cxxflags for cxxobjectsLuboš Luňák
2019-09-23the PCH timestamp is actually LinkTarget's, not PCH'sLuboš Luňák
2019-09-23remove unused gbuild codeLuboš Luňák
2019-09-23do not require $(SRCDIR) in every gb_Library_set_precompiled_headerLuboš Luňák
2019-09-02Add -latomic to the end of Linux C++ linker command linesStephan Bergmann
2019-05-27abort if PCH cannot be used because of CXXFLAGS mismatchLuboš Luňák
2019-05-24disable warnings in external libsLuboš Luňák
2019-05-17Make spsupp_x64 independent of shell/CustomTarget_x64Mike Kaganski
2019-05-09support different levels of PCH usageLuboš Luňák
2019-04-13Pass to linker its debuginfo options, not compiler'sMike Kaganski
2019-04-11fix getting correct debug/nodebug PCH file with selective debuginfoLuboš Luňák
2019-04-11merge --enable-selective-debuginfo into --enable-symbolsLuboš Luňák
2019-04-11fix some gb_LinkTarget functions with linktargetmakefilename argumentLuboš Luňák
2019-04-11--gdb-index flags should be used only when linking with symbolsLuboš Luňák
2019-04-07pass all arguments to gb_LinkTarget_add_cxxobject properlyLuboš Luňák
2019-01-24Drop unnecessary gb_DEBUG_CFLAGSStephan Bergmann
2019-01-23Drop use of obsolete GCC -fno-default-inlineStephan Bergmann