summaryrefslogtreecommitdiff
path: root/solenv/gbuild/LinkTarget.mk
AgeCommit message (Expand)Author
2013-04-02supress -Wunused-macros warnings from flex and bisonPeter Foley
2013-03-31Make sure merged libs are 0 bytes long.Peter Foley
2013-03-28collapse merged libs in module-deps.plPeter Foley
2013-03-26fix postgresql buildPeter Foley
2013-03-25Disable -Werror for all generated source filesStephan Bergmann
2013-03-06gbuild: use proper dependencies for concat-depsMatúš Kukan
2013-03-05initial gnumake module deps dumping.Michael Meeks
2013-02-25Last use of obsolete gb_*_add_api is long goneStephan Bergmann
2013-02-24convert moz to gbuild and add to tail_buildPeter Foley
2013-02-09treat all source files as not up to date only with FORCE_COMPILE_ALLLuboš Luňák
2013-01-16T_xxxFLAGS_APPEND fixupsLuboš Luňák
2013-01-14append library specific compile flags at the endMatúš Kukan
2012-12-30use runtime deps in gbuild classesDavid Tardon
2012-12-26do not bother trying to keep PCH and non-PCH dependencies correct togetherLubos Lunak
2012-12-11include PCHOBJS in target's objectlistLuboš Luňák
2012-12-11make PCH depend on LinkTarget/headersLuboš Luňák
2012-12-10make all cxxobjects depend on the PCH timestampLuboš Luňák
2012-12-10fix visibility with PCHLuboš Luňák
2012-12-10fix PCH dependenciesLuboš Luňák
2012-12-10remove unneeded PCH stuffLuboš Luňák
2012-12-10use PCH with generated cxx sources tooLuboš Luňák
2012-12-10use noexceptions .pch only when actually neededLuboš Luňák
2012-12-10no need to make whole linktarget depend on .pchLuboš Luňák
2012-12-10rebuild all dependent .cxx files that use a PCH that gets regeneratedLuboš Luňák
2012-12-10rename to gb_Library_set_precompiled_headerLuboš Luňák
2012-12-10include debug/optimizing flags when building PCHLuboš Luňák
2012-12-10bring back precompiled headers supportLuboš Luňák
2012-11-23ignore warnings in generated scannersDavid Tardon
2012-11-03compile concat-deps in solenv; also put them into $(OUTDIR)Matúš Kukan
2012-10-31do not strip debuginfo if any explicit C(XX)FLAGS have been givenLuboš Luňák
2012-10-25gbuildification of expatDavid Ostrovsky
2012-10-25remove accidentally committed garbageMichael Stahl
2012-10-23gbuild: remove INCLUDE_STL and misc stlport stuffMichael Stahl
2012-10-23gbuild: fix AUXTARGETS:Michael Stahl
2012-10-22allow LDFLAGS from gbuild to be selective tooLubos Lunak
2012-10-22clean up configure options for debugging buildLubos Lunak
2012-10-22drop unneeded functionsDavid Tardon
2012-10-21convert postgresql to gbuildPeter Foley
2012-10-19use gb_LINKEROPTFLAGS if no explicit LDFLAGS is givenLubos Lunak
2012-10-17add newlinesDavid Tardon
2012-10-15support for compiler rewritersLuboš Luňák
2012-09-28gbuild: invert handling of standard system libraries:Michael Stahl
2012-09-28gbuild: replace direct gb_STDLIBS use with ...Michael Stahl
2012-09-26do not need to escape $ hereDavid Tardon
2012-09-24LinkTarget: d'oh, forgot to escape $Michael Stahl
2012-09-24add gb_StaticLibrary_use_static_librariesMichael Stahl
2012-09-22add gbuild class ExternalPackageDavid Tardon
2012-09-22SOVERSION is used by LinkTarget, so set it thereDavid Tardon
2012-09-22allow Library to disable hidden visibilityMatúš Kukan
2012-09-11use _use_static_libraries here again to ensure proper dependencyMatúš Kukan