summaryrefslogtreecommitdiff
path: root/solenv/gbuild/LinkTarget.mk
AgeCommit message (Expand)Author
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
2018-12-29tdf#114635: reimplement TWAIN-based scan using 32-bit shim on WindowsMike Kaganski
2018-11-01gbuild: rename value OS=IOS to OS=iOSMichael Stahl
2018-07-04add --enable-split-debug for -gsplit-dwarfLuboš Luňák
2017-11-24tdf#113787: gbuild: fix the version of cli_cppuhelper assemblyMichael Stahl
2017-10-28Work around "xargs: environment is too large for exec" errors on WindowsStephan Bergmann
2017-07-21migrate to boost::gettextCaolán McNamara
2017-06-22--enable-optimized should be orthogonal to --enable-debug/--enable-dbgutilStephan Bergmann
2017-06-19only unit-test one loplugin at a timeNoel Grandin
2017-06-07Remove gb_LinkTarget_add_generated_cxxobjectsStephan Bergmann
2017-02-21When building with clang-cl on Windows, build CLR code with MSVCStephan Bergmann
2017-01-27Make plugin rewriting work on Windows tooStephan Bergmann
2017-01-27Use 'CPT' (for "compilerplugins test") instead of 'C??'Tor Lillqvist
2016-11-17Have a specific TARGETTYPE for CompilerTest after allStephan Bergmann
2016-11-15New compilerplugins/clang unit testsStephan Bergmann
2016-07-11Make --enable-symbols orthogonal to --enable-debug/-dbgutilStephan Bergmann
2016-07-11Break gb_DEBUGINFO_FLAGS out of gb_DEBUG_CFLAGSStephan Bergmann
2016-07-11Centralize setting gb_DEBUGINFO_FLAGS for gb_SYMBOL in LinkTarget.mkStephan Bergmann
2016-04-26Enable Clang plugin warnings in Bison source codeStephan Bergmann