]> git.tdb.fi Git - builder.git/history - source/binarypackage.cpp
Refactor transitive dependencies to work on all targets
[builder.git] / source / binarypackage.cpp
2022-12-28 Mikko RasaRearrange sources into subdirectories
2022-12-21 Mikko RasaRefactor logger to do message formatting internally
2022-12-21 Mikko RasaConvert all list containers to vectors
2022-12-19 Mikko RasaRemove most container typedefs and refactor others
2022-12-19 Mikko RasaUse shortcut functions for find calls
2022-12-19 Mikko RasaReplace basic for loops with range-based loops or algor...
2021-10-31 Mikko RasaReorder functions to match the header
2021-10-31 Mikko RasaAdd logging for some problem situations
2018-07-08 Mikko RasaAlso store library path in static libraries
2018-07-08 Mikko RasaUse build info to store static library dependencies
2014-11-10 Mikko RasaDeal with static build flags for binary packages
2014-10-01 Mikko RasaPass a tool hint to VirtualFileSystem::find_header
2013-05-08 Mikko RasaStore problems at their source rather than globally
2012-08-21 Mikko RasaDataFile::DerivedObjectLoader was changed
2012-07-23 Mikko RasaCheck headers as well
2012-07-23 Mikko RasaLocate and check the existence of the libraries of...
2012-07-23 Mikko RasaCollapse the virtual functions used during package...
2012-07-16 Mikko RasaHaving to specify package paths manually is stupid...
2012-07-10 Mikko RasaUse ObjectLoaders where appropriate
2012-07-08 Mikko RasaRemove extraneous std:: qualifiers
2012-07-08 Mikko RasaUse Path objects to store include and library paths
2012-07-08 Mikko RasaMove package management to a separate class
2012-07-08 Mikko RasaRewrite BuildInfo to be compiler-agnostic
2012-02-24 Mikko RasaReplace per-file copyright notices with a single file
2009-12-03 Mikko RasaStyle update: add spaces around assignment operators
2009-05-13 Mikko RasaMiscellaneous minor code cleanups
2009-05-11 Mikko RasaSet PKG_CONFIG_PATH to include prefix
2009-05-07 Mikko RasaUse mspio for all I/O operations
2009-02-19 Mikko RasaReorder class members
2008-08-07 Mikko RasaMigrate from msppath to mspfs
2007-09-22 Mikko RasaAdapt to changes in msppath
2007-09-09 Mikko RasaSplit class Package into SourcePackage and BinaryPackage