]> git.tdb.fi Git - builder.git/history - source/pkgconfiggenerator.cpp
Refactor transitive dependencies to work on all targets
[builder.git] / source / pkgconfiggenerator.cpp
2022-12-28 Mikko RasaRearrange sources into subdirectories
2022-12-22 Mikko RasaRedesign how tools are run
2022-12-22 Mikko RasaRefactor InternalTask to take a functor
2022-12-22 Mikko RasaInline simple constructors
2022-12-21 Mikko RasaConvert all list containers to vectors
2022-12-19 Mikko RasaReplace basic for loops with range-based loops or algor...
2014-10-09 Mikko RasaAdd a field for a human-readable name for packages
2013-05-08 Mikko RasaAvoid a double verb in function name
2013-05-08 Mikko RasaDelay locating tool executables until the tool is needed
2012-07-23 Mikko RasaEliminate all global typedefs, making misc.h finally...
2012-07-23 Mikko RasaFix path prefixification in .pc files
2012-07-16 Mikko RasaUn-abbreviate some function and variable names
2012-07-08 Mikko RasaBinary packages can't have files, so avoid some dynamic...
2012-07-08 Mikko RasaUse Path objects to store include and library paths
2012-07-08 Mikko RasaRename PkgConfig to PkgConfigFile
2012-07-08 Mikko RasaSet success status at the end of PkgConfigGenerator...
2012-07-08 Mikko RasaDon't start tasks automatically upon creation
2012-07-08 Mikko RasaRewrite BuildInfo to be compiler-agnostic
2012-07-08 Mikko RasaBig rewrite for a more tool-centric approach