]> git.tdb.fi Git - builder.git/history - source/sourcepackage.h
Better way of specifying the source tarball in Build files
[builder.git] / source / sourcepackage.h
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