]> git.tdb.fi Git - builder.git/history - source/builder.cpp
Add a side effect system for building multiple targets at once
[builder.git] / source / builder.cpp
2012-09-06 Mikko RasaLet tools have a say in installing their targets
2012-09-05 Mikko RasaRoute InstalledFile target creation through Builder
2012-08-15 Mikko RasaStore lookup failures separately from the package map
2012-07-23 Mikko RasaEliminate all global typedefs, making misc.h finally...
2012-07-22 Mikko RasaLoad binary packages from separate files
2012-07-22 Mikko RasaFeed paths to PackageManager from the outside
2012-07-22 Mikko RasaExternalize file existence check from Builder::load_bui...
2012-07-20 Mikko RasaAllow doing clean and build in the same run
2012-07-20 Mikko RasaImprove cleaning
2012-07-20 Mikko RasaThe higher verbosity levels are now largely unnecessary
2012-07-20 Mikko RasaCommand line option adjustments
2012-07-19 Mikko RasaImprove task management to use blocking wait if possible
2012-07-18 Mikko RasaSave caches again after building to allow storing data...
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 RasaCall prepare_build before returning to save package...
2012-07-16 Mikko RasaUse the cached cwd value
2012-07-16 Mikko RasaLet PackageManager take care of PKG_CONFIG_PATH
2012-07-16 Mikko RasaRename create_targets to prepare_build and make it...
2012-07-16 Mikko RasaTrim down the package preparation code
2012-07-16 Mikko RasaAdjust option help texts
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 RasaReplace the overly generic configuration profiles with...
2012-07-15 Mikko RasaInclude the environment channel in verbose level 2
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 RasaBetter way to set cross_prefix in architectures
2012-07-10 Mikko RasaUse ObjectLoaders where appropriate
2012-07-09 Mikko Rasacreate the tools when everything else is ready
2012-07-08 Mikko RasaMake tools architecture-aware and restore cross-compila...
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 RasaTurn the force rebuild logic around
2012-07-08 Mikko RasaApply what-ifs after preparation so implicitly created...
2012-07-08 Mikko RasaMove some target creation logic to SourcePackage
2012-07-08 Mikko RasaMake tools capable of reporting a system-wide path...
2012-07-08 Mikko RasaAllow omitting workdir in ExternalTask constructor...
2012-07-08 Mikko RasaUse a typedef for ExternalTask arguments
2012-07-08 Mikko RasaUse ExternalTask rather than run_command for running...
2012-07-08 Mikko RasaRename PkgConfig to PkgConfigFile
2012-07-08 Mikko RasaProperly generate the install target for .pc files
2012-07-08 Mikko RasaPrint out the commands at the appropriate verbosity...
2012-07-08 Mikko RasaRestore --dry-run functionality
2012-07-08 Mikko RasaDon't start tasks automatically upon creation
2012-07-08 Mikko RasaDon't try to unlink nonexistent files
2012-07-08 Mikko RasaClean up output since target names now include the...
2012-07-08 Mikko RasaDo dependency discovery in a single pass
2012-07-08 Mikko RasaGet rid of the Library and SystemLibrary classes as...
2012-07-08 Mikko RasaRename Target::get_rebuild to needs_rebuild
2012-07-08 Mikko RasaGet rid of separate header targets which serve no usefu...
2012-07-08 Mikko RasaRename Install to InstalledFile
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-02-24 Mikko RasaReplace per-file copyright notices with a single file
2011-09-16 Mikko RasaRudimentary support for Debian/Ubuntu multiarch library...
2011-09-06 Mikko RasaFurther changes for library compatibility
2011-09-01 Mikko RasaAdjust to library changes
2010-11-12 Mikko RasaFix rebuild graph walking over symlinks
2010-02-11 Mikko RasaDon't segfault on missing packages
2010-02-10 Mikko RasaVarious fixes to package dependency and build info...
2010-02-06 Mikko RasaAdd --no-externals option
2010-02-05 Mikko RasaAdd Symlink target and associated action
2010-02-05 Mikko RasaMove some file-related things from Target to FileTarget
2010-02-05 Mikko RasaMake the name of a FileTarget be its basename instead...
2010-02-05 Mikko RasaRewrite the architecture system
2009-12-03 Mikko RasaStyle update: add spaces around assignment operators
2009-09-21 Mikko RasaBump version to 1.0
2009-09-20 Mikko RasaDon't b0rk if C++ compiler is not found while trying...
2009-09-20 Mikko RasaFix compile errors on 64-bit systems
2009-09-11 Mikko RasaAdd install component type
2009-08-26 Mikko RasaAlways prepare cmdline to avoid some dependency hassle
2009-05-13 Mikko RasaMiscellaneous minor code cleanups
2009-05-11 Mikko RasaSet PKG_CONFIG_PATH to include prefix
2009-05-11 Mikko RasaAdd a tarball component type
2009-05-07 Mikko RasaUse mspio for all I/O operations
2009-03-17 Mikko RasaFix a problem in finding ObjectFile dependencies
2009-02-21 Mikko RasaRework the Target class hierarchy
2009-02-19 Mikko RasaReorder class members
2009-02-19 Mikko RasaFix some usages of get_current_arch() inside Builder
2008-08-16 Mikko RasaUse IO::BufferedFile where appropriate
2008-08-16 Mikko RasaLoad builderrc from sys_data_dir to avoid the need...
2008-08-15 Mikko RasaRefactor arch handling a bit
2008-08-15 Mikko RasaAdd some output to get_package_source
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-06-10 Mikko RasaAdd missing includes
2008-05-29 Mikko RasaInclude libmode in library lookup hash
2008-03-13 Mikko RasaChange arch and prefix to global options
2008-02-07 Mikko RasaException handling fixes
2008-02-07 Mikko RasaConverted from iostreams to mspio
2008-02-07 Mikko RasaSome fixes to library and header searching
2007-10-30 Mikko RasaFix include and library search order
2007-09-22 Mikko RasaImprove Builder::get_header
next