]> git.tdb.fi Git - builder.git/history - source/builder.h
Save caches before starting the build
[builder.git] / source / builder.h
2021-11-10 Mikko RasaSave caches before starting the build
2021-08-22 Mikko RasaAdd support for generating Visual C++ projects
2014-10-05 Mikko RasaVarious cleanups
2013-05-24 Mikko RasaRemove deprecated features
2013-05-08 Mikko RasaStore problems at their source rather than globally
2013-05-07 Mikko RasaUpdate comments to reflect the new roles of classes
2013-05-07 Mikko RasaSeparate the command-line interface into its own class
2013-04-30 Mikko RasaPass the option map through load_build_file and to...
2013-04-14 Mikko RasaRemove some useless member functions
2013-04-06 Mikko RasaRefactor build graph into its own class
2013-04-06 Mikko RasaMove main package tracking to PackageManager
2012-09-05 Mikko RasaRoute InstalledFile target creation through Builder
2012-07-23 Mikko RasaEliminate all global typedefs, making misc.h finally...
2012-07-22 Mikko RasaExternalize file existence check from Builder::load_bui...
2012-07-21 Mikko RasaIt's no longer necessary to expose the dry_run flag
2012-07-18 Mikko RasaComments and member ordering
2012-07-17 Mikko RasaPass the full path to the Build file to SourcePackage...
2012-07-17 Mikko RasaHide the main package from the outside
2012-07-16 Mikko RasaMove to a more abstract way of defining warnings
2012-07-16 Mikko RasaUn-abbreviate some function and variable names
2012-07-16 Mikko RasaMiscellaneous style and comment tweaks
2012-07-16 Mikko RasaRename create_targets to prepare_build and make it...
2012-07-16 Mikko RasaEvaluate conditions at load time to allow more flexibility
2012-07-15 Mikko RasaMake tempdir a global option
2012-07-15 Mikko RasaComment changes
2012-07-15 Mikko RasaReplace the overly generic configuration profiles with...
2012-07-15 Mikko RasaClean up some unused cruft
2012-07-10 Mikko RasaBetter way to set cross_prefix in architectures
2012-07-10 Mikko RasaUse ObjectLoaders where appropriate
2012-07-08 Mikko RasaBetter logging system
2012-07-08 Mikko RasaRemove an unused member
2012-07-08 Mikko RasaMove package management to a separate class
2012-07-08 Mikko RasaGet rid of the global TargetList typedef
2012-07-08 Mikko RasaMove file-to-target mapping to a separate class
2012-07-08 Mikko RasaBig rewrite for a more tool-centric approach
2012-03-30 Mikko RasaAdd a separate set of functions for registering and...
2012-03-30 Mikko RasaMove the TargetMap typedef inside Builder
2012-02-24 Mikko RasaReplace per-file copyright notices with a single file
2011-09-01 Mikko RasaAdjust to library changes
2010-02-06 Mikko RasaAdd --no-externals option
2010-02-05 Mikko RasaMake the name of a FileTarget be its basename instead...
2010-02-05 Mikko RasaRewrite the architecture system
2009-05-11 Mikko RasaSet PKG_CONFIG_PATH to include prefix
2009-05-07 Mikko RasaUse mspio for all I/O operations
2009-02-21 Mikko RasaRework the Target class hierarchy
2009-02-19 Mikko RasaReorder class members
2008-08-15 Mikko RasaRefactor arch handling a bit
2008-08-13 Mikko RasaImprove automatic package finding to detect directories... 0.9
2008-08-07 Mikko RasaMigrate from msppath to mspfs
2008-06-11 Mikko RasaMake warnings configurable through build_info and comma...
2008-03-13 Mikko RasaChange arch and prefix to global options
2007-09-22 Mikko RasaAdapt to changes in msppath
2007-09-17 Mikko RasaReplace the chrome mode with a more useful progress...
2007-09-11 Mikko RasaMove architecture information from Builder to class...
2007-09-11 Mikko RasaRevamp problem reporting system to be more useful
2007-09-10 Mikko RasaRefactor code to get rid of class PackageRef
2007-09-09 Mikko RasaSplit class Package into SourcePackage and BinaryPackage
2007-08-23 Mikko RasaChange mspparser -> mspdatafile
2007-08-17 Mikko RasaAdd tarball building
2007-08-15 Mikko RasaAdd Id tag to all files
2007-08-15 Mikko RasaMove the logic for creating targets into the Component...
2007-06-12 Mikko RasaAdjust requires to library changes
2007-03-29 Mikko RasaAdd profile templates
2007-03-27 Mikko RasaAdd basic support for tools (not configurable yet)
2007-01-19 Mikko RasaBetter encapsulation of config inside Package
2006-11-24 Mikko RasaConvert to the rewritten getopt++
2006-11-17 Mikko RasaCompatibility with previous change in mspcore
2006-11-16 Mikko RasaRefactor package configuration
2006-11-14 Mikko RasaAdd comments
2006-11-14 Mikko RasaCode reorganizing and cleanup
2006-10-20 Mikko RasaImplement help
2006-10-18 Mikko RasaImplement --build-all
2006-10-17 Mikko RasaChange conf_all into a normal commandline option
2006-09-25 Mikko RasaMove class PackageRef to its own files
2006-08-31 Mikko RasaAdd command line options (not all of them work yet)
2006-08-27 Mikko RasaBuilder can build itself now.
2006-08-27 Mikko RasaAdd files.