summaryrefslogtreecommitdiff
path: root/solenv/gbuild/LinkTarget.mk
AgeCommit message (Expand)AuthorFilesLines
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
2014-11-20Fix build of ObjC(xx)Objects under COMPILER_PLUGIN_TOOLStephan Bergmann1-4/+2
2014-11-17gbuild: print better file name for generated C++ sourceMichael Stahl1-1/+1
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-1/+1
2014-09-15gbuild command for disabling usage of compiler plugins for a targetLuboš Luňák1-6/+13
2014-07-24allow to continue build after removing workdir/DepDavid Tardon1-0/+37
2014-06-09gbuild: avoid leaving invalid .d files behind if build interruptedMichael Stahl1-1/+2
2014-02-25gbuild: one command for C/C++ objectsMatúš Kukan1-30/+22
2014-02-18experimentally enable using depcache for full build speedupBjoern Michaelsen1-0/+4
2014-02-13gbuild: improve error messages about missing registrationsMichael Stahl1-2/+2
2014-01-15LinkTarget: Avoid unnecessary library re-building in DISABLE_DYNLOADING case.Matúš Kukan1-0/+4
2013-12-12Break circular dependencies with libmerged.Matúš Kukan1-2/+8
2013-11-20gbuild: TARGETGUI variable must be set on all LinkTargetsMichael Stahl1-0/+1
2013-11-04gbuild: remove error stubs for renamed/removed functionsMichael Stahl1-97/+0
2013-11-02gbuild: LinkTarget: improve gb_LinkTarget__get_headers_checkMichael Stahl1-0/+19
2013-11-02gbuild: LinkTarget: remove unnecessary variables on dep_targetMichael Stahl1-51/+2
2013-11-02gbuild: LinkTarget: why are loads of variables set on headers_targetMichael Stahl1-19/+0
2013-11-02gbuild: gb_LinkTarget__get_headers_check can signal error nowMichael Stahl1-6/+1
2013-11-02gbuild: LinkTarget: setting FLAGS on clean target not necessaryMichael Stahl1-2/+0
2013-10-31solver doesn't solve anything...Michael Stahl1-4/+4
2013-09-24fix --enable-mergelibs dependenciesMatúš Kukan1-3/+4
2013-09-22gbuild: fix gb_LinkTarget_set_precompiled_headerMichael Stahl1-5/+5
2013-09-22gbuild: add consistent directory dependencies for LinkTargetsMichael Stahl1-3/+11
2013-09-22gbuild: rename LinkTarget variable LIBSMichael Stahl1-3/+3
2013-09-22gbuild: add a SHLXTHDL layer for librariesMichael Stahl1-0/+1
2013-09-22gbuild: remove libraries from OUTDIR and WORKDIRMichael Stahl1-9/+34
2013-09-22gbuild: remove SOVERSION variable since it is hardcoded anywayMichael Stahl1-4/+1
2013-09-22gbuild: make the versioned library the linktarget on UnixesMichael Stahl1-6/+5
2013-09-22gbuild: make the DLL the LinkTarget of Library and CppunitTestMichael Stahl1-5/+5
2013-09-22gbuild: refactor LinkTarget representationMichael Stahl1-33/+36
2013-09-22gbuild: document parameters of LinkTarget methodsMichael Stahl1-10/+81