summaryrefslogtreecommitdiff
path: root/solenv/gbuild/LinkTarget.mk
AgeCommit message (Expand)AuthorFilesLines
2019-10-04do not abort build on PCH CXXFLAGS mismatch if set explicitlyLuboš Luňák1-12/+32
2019-10-04always use gb_LinkTarget__get_cxxflags for cxxobjectsLuboš Luňák1-4/+4
2019-09-23the PCH timestamp is actually LinkTarget's, not PCH'sLuboš Luňák1-4/+6
2019-09-23remove unused gbuild codeLuboš Luňák1-4/+2
2019-09-23do not require $(SRCDIR) in every gb_Library_set_precompiled_headerLuboš Luňák1-1/+1
2019-09-02Add -latomic to the end of Linux C++ linker command linesStephan Bergmann1-0/+2
2019-05-27abort if PCH cannot be used because of CXXFLAGS mismatchLuboš Luňák1-1/+2
2019-05-24disable warnings in external libsLuboš Luňák1-0/+7
2019-05-17Make spsupp_x64 independent of shell/CustomTarget_x64Mike Kaganski1-1/+0
2019-05-09support different levels of PCH usageLuboš Luňák1-5/+8
2019-04-13Pass to linker its debuginfo options, not compiler'sMike Kaganski1-1/+1
2019-04-11fix getting correct debug/nodebug PCH file with selective debuginfoLuboš Luňák1-11/+16
2019-04-11merge --enable-selective-debuginfo into --enable-symbolsLuboš Luňák1-16/+17
2019-04-11fix some gb_LinkTarget functions with linktargetmakefilename argumentLuboš Luňák1-19/+19
2019-04-11--gdb-index flags should be used only when linking with symbolsLuboš Luňák1-1/+1
2019-04-07pass all arguments to gb_LinkTarget_add_cxxobject properlyLuboš Luňák1-2/+2
2019-01-24Drop unnecessary gb_DEBUG_CFLAGSStephan Bergmann1-1/+1
2019-01-23Drop use of obsolete GCC -fno-default-inlineStephan Bergmann1-7/+6
2018-12-29tdf#114635: reimplement TWAIN-based scan using 32-bit shim on WindowsMike Kaganski1-0/+8
2018-11-01gbuild: rename value OS=IOS to OS=iOSMichael Stahl1-1/+1
2018-07-04add --enable-split-debug for -gsplit-dwarfLuboš Luňák1-0/+9
2017-11-24tdf#113787: gbuild: fix the version of cli_cppuhelper assemblyMichael Stahl1-2/+61
2017-10-28Work around "xargs: environment is too large for exec" errors on WindowsStephan Bergmann1-1/+1
2017-07-21migrate to boost::gettextCaolán McNamara1-11/+0
2017-06-22--enable-optimized should be orthogonal to --enable-debug/--enable-dbgutilStephan Bergmann1-2/+2
2017-06-19only unit-test one loplugin at a timeNoel Grandin1-1/+1
2017-06-07Remove gb_LinkTarget_add_generated_cxxobjectsStephan Bergmann1-5/+0
2017-02-21When building with clang-cl on Windows, build CLR code with MSVCStephan Bergmann1-2/+89
2017-01-27Make plugin rewriting work on Windows tooStephan Bergmann1-0/+79
2017-01-27Use 'CPT' (for "compilerplugins test") instead of 'C??'Tor Lillqvist1-1/+1
2016-11-17Have a specific TARGETTYPE for CompilerTest after allStephan Bergmann1-1/+2
2016-11-15New compilerplugins/clang unit testsStephan Bergmann1-4/+5
2016-07-11Make --enable-symbols orthogonal to --enable-debug/-dbgutilStephan Bergmann1-2/+2
2016-07-11Break gb_DEBUGINFO_FLAGS out of gb_DEBUG_CFLAGSStephan Bergmann1-2/+2
2016-07-11Centralize setting gb_DEBUGINFO_FLAGS for gb_SYMBOL in LinkTarget.mkStephan Bergmann1-2/+2
2016-04-26Enable Clang plugin warnings in Bison source codeStephan Bergmann1-0/+2
2015-11-28Add i18nlangtag and ucbhelper to libmergedMatúš Kukan1-0/+2
2015-11-28Add comphelper to libmergedMatúš Kukan1-0/+1
2015-10-07relax deps of link target on external projectsDavid Tardon1-2/+4
2015-10-01loplugin:unusedmethodsNoel Grandin1-2/+2
2015-07-29RepositoryExternal.mk: for some reason Mac wants a GeneratedPackageMichael Stahl1-0/+8
2015-04-29solenv: add COMPILER_EXTERNAL_TOOLMiklos Vajna1-4/+4
2015-04-26--enable-mergelibs: Turns out we don't need to install saxMatúš Kukan1-4/+1
2015-04-20don't try to sign merged libs on windowsChristian Lohmaier1-2/+2
2015-03-20Remove library urelibs. It was more just a temporary hack and is not used.Matúš Kukan1-7/+4
2014-12-21Remove unused gb_*_disable_compiler_pluginsStephan Bergmann1-13/+6
2014-12-19No need for RTL_USING in addition to LIBO_INTERNAL_ONLYStephan Bergmann1-5/+1
2014-12-18Introduce gb_*_set_external_codeStephan Bergmann1-0/+7
2014-12-15gbuild: More automagic for libmergedMatúš Kukan1-0/+5
2014-12-15gbuild: Do not require gb_Library_use_externals for libmergedMatúš Kukan1-3/+11