]> git.tdb.fi Git - builder.git/history - source/config.cpp
Save caches before starting the build
[builder.git] / source / config.cpp
2021-11-10 Mikko RasaSave caches before starting the build
2013-09-25 Mikko RasaBase config options directly on features
2013-04-30 Mikko RasaSet config mtime to current time if an option is changed
2012-07-16 Mikko RasaReorder Config members
2012-07-16 Mikko RasaUn-abbreviate some function and variable names
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 RasaMore reporting about reading and writing files and...
2012-07-15 Mikko RasaReplace the overly generic configuration profiles with...
2012-07-15 Mikko RasaExternalize dry run handling from Config and Dependency...
2012-07-10 Mikko RasaUse ObjectLoaders where appropriate
2012-07-08 Mikko RasaBig rewrite for a more tool-centric approach
2012-02-24 Mikko RasaReplace per-file copyright notices with a single file
2011-09-06 Mikko RasaFurther changes for library compatibility
2011-09-01 Mikko RasaAdjust to library changes
2011-01-19 Mikko RasaMove variable expansion from Config to SourcePackage
2009-12-03 Mikko RasaStyle update: add spaces around assignment operators
2009-09-20 Mikko RasaFix compile errors on 64-bit systems
2009-05-13 Mikko RasaMiscellaneous minor code cleanups
2009-02-19 Mikko RasaReorder class members
2008-08-17 Mikko RasaDrop the .cache suffix when saving config too
2008-08-16 Mikko RasaUse IO::BufferedFile where appropriate
2008-08-08 Mikko RasaUpdate bootstrap.sh and Readme.txt to reflect the msppa...
2008-08-07 Mikko RasaMigrate from msppath to mspfs
2008-06-10 Mikko RasaAdd missing includes
2008-03-13 Mikko RasaChange arch and prefix to global options
2008-03-03 Mikko RasaOne more exception fix
2008-02-07 Mikko RasaException handling fixes
2008-02-07 Mikko RasaConverted from iostreams to mspio
2007-10-30 Mikko RasaFix include and library search order
2007-09-22 Mikko RasaAdapt to changes in msppath
2007-09-09 Mikko RasaSplit class Package into SourcePackage and BinaryPackage
2007-08-23 Mikko RasaChange mspparser -> mspdatafile
2007-08-15 Mikko RasaAdd Id tag to all files
2007-06-12 Mikko RasaAdjust requires to library changes
2007-03-29 Mikko RasaAdd profile templates
2007-01-19 Mikko RasaBetter encapsulation of config inside Package
2006-11-14 Mikko RasaAdd comments
2006-09-01 Mikko RasaPackage configuration is cached
2006-08-27 Mikko RasaOutput cleanup
2006-08-27 Mikko RasaBuilder can build itself now.