]> git.tdb.fi Git - builder.git/history - source/sourcepackage.h
Refactor transitive dependencies to work on all targets
[builder.git] / source / sourcepackage.h
2022-12-28 Mikko RasaRearrange sources into subdirectories
2022-12-22 Mikko RasaUse default member initializers and constructor delegation
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 bound loader function arguments for binary componen...
2022-12-19 Mikko RasaRefactor the constructor of SourcePackage::Loader
2022-12-19 Mikko RasaMark overridden virtual functions as such
2014-10-15 Mikko RasaMove conditionals into helper classes
2014-10-06 Mikko RasaDrop support for generic tarball components
2014-10-06 Mikko RasaSplit Component into several subclasses
2014-10-05 Mikko RasaVarious cleanups
2013-10-03 Mikko RasaSupport boolean logic in conditions
2013-08-20 Mikko RasaAdd support for generating source files
2013-05-24 Mikko RasaRemove deprecated features
2013-04-14 Mikko RasaReorder functions
2013-04-14 Mikko RasaUn-abbreviate function names
2013-04-14 Mikko RasaRemove some useless member functions
2013-04-14 Mikko RasaSupport conditionals inside components
2012-09-07 Mikko RasaHave SourcePackage generate the interface version
2012-08-21 Mikko RasaDataFile::DerivedObjectLoader was changed
2012-07-23 Mikko RasaEliminate all global typedefs, making misc.h finally...
2012-07-23 Mikko RasaCollapse the virtual functions used during package...
2012-07-22 Mikko RasaMove if_arch to Package so binary packages can use...
2012-07-19 Mikko RasaBetter way of specifying the source tarball in Build...
2012-07-18 Mikko RasaReplace DependencyCache with a more generic cache
2012-07-17 Mikko RasaPass the full path to the Build file to SourcePackage...
2012-07-16 Mikko RasaUn-abbreviate some function and variable names
2012-07-16 Mikko RasaComponentList typedef isn't needed outside of SourcePackage
2012-07-16 Mikko RasaMiscellaneous style and comment tweaks
2012-07-16 Mikko RasaTrim down the package preparation code
2012-07-16 Mikko RasaVariables in Build files weren't such a hot idea. ...
2012-07-16 Mikko RasaEvaluate conditions at load time to allow more flexibility
2012-07-15 Mikko RasaMove library mode into BuildInfo
2012-07-15 Mikko RasaReplace the overly generic configuration profiles with...
2012-07-15 Mikko RasaClean up some unused cruft
2012-07-15 Mikko RasaGet rid of the install flags, which weren't entirely...
2012-07-15 Mikko RasaExternalize dry run handling from Config and Dependency...
2012-07-10 Mikko RasaUse ObjectLoaders where appropriate
2012-07-10 Mikko RasaDeprecate the headers component type
2012-07-08 Mikko RasaMove some target creation logic to SourcePackage
2012-02-24 Mikko RasaReplace per-file copyright notices with a single file
2011-09-06 Mikko RasaFurther changes for library compatibility
2011-01-19 Mikko RasaMove variable expansion from Config to SourcePackage
2010-02-10 Mikko RasaVarious fixes to package dependency and build info...
2009-12-03 Mikko RasaStyle update: add spaces around assignment operators
2009-09-11 Mikko RasaAdd install component type
2009-05-11 Mikko RasaAdd a tarball component type
2009-02-19 Mikko RasaReorder class members
2008-08-07 Mikko RasaMigrate from msppath to mspfs
2008-05-20 Mikko RasaUse package directory as work dir for ExternalActions...
2008-03-13 Mikko RasaChange arch and prefix to global options
2007-09-22 Mikko RasaAdapt to changes in msppath
2007-09-10 Mikko RasaRefactor code to get rid of class PackageRef
2007-09-09 Mikko RasaSplit class Package into SourcePackage and BinaryPackage