]> git.tdb.fi Git - builder.git/history - source/packagemanager.h
Refactor transitive dependencies to work on all targets
[builder.git] / source / packagemanager.h
2022-12-28 Mikko RasaRearrange sources into subdirectories
2022-12-22 Mikko RasaInline simple constructors
2022-12-22 Mikko RasaUse default member initializers and constructor delegation
2022-12-21 Mikko RasaReplace some sets with vectors as well
2022-12-21 Mikko RasaConvert all list containers to vectors
2022-12-19 Mikko RasaRemove most container typedefs and refactor others
2013-05-07 Mikko RasaAdd a convenience function for saving caches in Package...
2013-04-14 Mikko RasaImplement PackageManager::get_package
2013-04-06 Mikko RasaMove main package tracking to PackageManager
2012-08-15 Mikko RasaStore lookup failures separately from the package map
2012-07-23 Mikko RasaComment tweaks
2012-07-22 Mikko RasaLoad binary packages from separate files
2012-07-22 Mikko RasaFeed paths to PackageManager from the outside
2012-07-16 Mikko RasaLet PackageManager take care of PKG_CONFIG_PATH
2012-07-16 Mikko RasaMiscellaneous style and comment tweaks
2012-07-08 Mikko RasaMove package management to a separate class