]> git.tdb.fi Git - builder.git/history - source/packagemanager.cpp
Refactor transitive dependencies to work on all targets
[builder.git] / source / packagemanager.cpp
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 RasaRefactor logger to do message formatting internally
2022-12-19 Mikko RasaUse braced initializer lists for map insertions
2022-12-19 Mikko RasaUse auto type for iterator variables
2022-12-19 Mikko RasaReplace basic for loops with range-based loops or algor...
2021-08-29 Mikko RasaAdapt to changes in mspcore
2021-08-22 Mikko RasaBasic support for running builder on Windows
2019-06-03 Mikko RasaUpdate deprecated things
2014-11-10 Mikko RasaDeal with static build flags for binary packages
2013-05-08 Mikko RasaStore problems at their source rather than globally
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-08-15 Mikko RasaThis ugly hack for arch-specific binary packages is...
2012-07-22 Mikko RasaAdjust some identifiers
2012-07-22 Mikko RasaLoad binary packages from separate files
2012-07-22 Mikko RasaImprove output from PackageManager::get_package_location
2012-07-22 Mikko RasaTry other methods if the source path given by pkg-confi...
2012-07-22 Mikko RasaFix recognition of versioned msp package directories
2012-07-22 Mikko RasaFeed paths to PackageManager from the outside
2012-07-22 Mikko RasaExternalize file existence check from Builder::load_bui...
2012-07-16 Mikko RasaUn-abbreviate some function and variable names
2012-07-16 Mikko RasaLet PackageManager take care of PKG_CONFIG_PATH
2012-07-15 Mikko RasaMore reporting about reading and writing files and...
2012-07-15 Mikko RasaUtility function for capturing command output
2012-07-08 Mikko RasaBetter logging system
2012-07-08 Mikko RasaMove package management to a separate class