]> git.tdb.fi Git - builder.git/history - source/sourcepackage.cpp
A bunch of minor cleanups
[builder.git] / source / sourcepackage.cpp
2014-10-08 Mikko RasaA bunch of minor cleanups
2014-10-06 Mikko RasaDrop support for generic tarball components
2014-10-06 Mikko RasaSplit Component into several subclasses
2013-10-03 Mikko RasaSupport boolean logic in conditions
2013-09-25 Mikko RasaProperly support multiple choice features
2013-09-25 Mikko RasaBase config options directly on features
2013-08-20 Mikko RasaAdd support for generating source files
2013-05-24 Mikko RasaRemove deprecated features
2013-04-14 Mikko RasaReimplement datafile building
2013-04-14 Mikko RasaReorder functions
2013-04-14 Mikko RasaUn-abbreviate function names
2013-04-14 Mikko RasaSupport conditionals inside components
2013-04-06 Mikko RasaRefactor build graph into its own class
2012-09-07 Mikko RasaHave SourcePackage generate the interface version
2012-09-04 Mikko RasaIt's okay to throw exceptions from Loader functions
2012-08-21 Mikko RasaDataFile::DerivedObjectLoader was changed
2012-08-02 Mikko RasaThere's no good reason to abbreviate this
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 RasaUsing different out directories per build type is more...
2012-07-18 Mikko RasaReplace DependencyCache with a more generic cache
2012-07-17 Mikko RasaRefactor create_build_info functions and fix build...
2012-07-17 Mikko RasaPass the full path to the Build file to SourcePackage...
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 RasaTrim down the package preparation code
2012-07-16 Mikko RasaVariables in Build files weren't such a hot idea. ...
2012-07-16 Mikko RasaHaving to specify package paths manually is stupid...
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 RasaMove library mode into BuildInfo
2012-07-15 Mikko RasaRedesign the library mode system
2012-07-15 Mikko RasaReplace the overly generic configuration profiles with...
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 RasaMake Target::add_depend take a reference since null...
2012-07-10 Mikko RasaUse ObjectLoaders where appropriate
2012-07-10 Mikko RasaDeprecate the headers component type
2012-07-08 Mikko RasaBetter logging system
2012-07-08 Mikko RasaMove package management to a separate class
2012-07-08 Mikko RasaMove some target creation logic to SourcePackage
2012-07-08 Mikko RasaMake BuildInfo uniquify things implicitly after update
2012-07-08 Mikko RasaRewrite BuildInfo to be compiler-agnostic
2012-07-08 Mikko RasaLet the tools deal with cross-compiling flags
2012-07-08 Mikko RasaRename BuildInfo::add to update_from
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-11-12 Mikko RasaFix rebuild graph walking over symlinks
2010-02-10 Mikko RasaVarious fixes to package dependency and build info...
2010-02-05 Mikko RasaCosmetic fixes to some options
2010-02-05 Mikko RasaRewrite the architecture system
2009-12-03 Mikko RasaStyle update: add spaces around assignment operators
2009-12-03 Mikko RasaSupport default values for features
2009-09-20 Mikko RasaAdd support for building datafiles
2009-09-11 Mikko RasaAdd install component type
2009-09-04 Mikko RasaChange the default value of the cpu option to "none...
2009-05-13 Mikko RasaMiscellaneous minor code cleanups
2009-05-11 Mikko RasaAdd a tarball component type
2009-05-07 Mikko RasaUse mspio for all I/O operations
2009-05-05 Mikko RasaDeprecate the install_headers statement
2009-02-19 Mikko RasaReorder class members
2008-08-15 Mikko RasaRefactor arch handling a bit
2008-08-08 Mikko RasaPut output files for foreign archs in their own directories
2008-08-07 Mikko RasaMigrate from msppath to mspfs
2008-06-11 Mikko RasaMake warnings configurable through build_info and comma...
2008-06-10 Mikko RasaAdd missing includes
2008-03-13 Mikko RasaChange arch and prefix to global options
2008-02-07 Mikko RasaSome fixes to library and header searching
2007-09-22 Mikko RasaImprove Builder::get_header
2007-09-22 Mikko RasaAdapt to changes in msppath
2007-09-17 Mikko RasaReplace the chrome mode with a more useful progress...
2007-09-10 Mikko RasaRefactor code to get rid of class PackageRef
2007-09-09 Mikko RasaSplit class Package into SourcePackage and BinaryPackage