]> git.tdb.fi Git - builder.git/history - source/pkgconfiggenerator.cpp
Add a field for a human-readable name for packages
[builder.git] / source / pkgconfiggenerator.cpp
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