]> git.tdb.fi Git - builder.git/history - source/target.h
Refactor transitive dependencies to work on all targets
[builder.git] / source / target.h
2022-12-28 Mikko RasaRearrange sources into subdirectories
2022-12-22 Mikko RasaUse default member initializers and constructor delegation
2022-12-21 Mikko RasaConvert all list containers to vectors
2022-12-19 Mikko RasaRemove most container typedefs and refactor others
2014-10-03 Mikko RasaGive targets the ability to gather their own build...
2013-08-22 Mikko RasaCheck an ObjectFile's dependencies again if a dependenc...
2013-08-22 Mikko RasaAdd transitive dependencies for source files
2013-05-09 Mikko RasaRemove all files in a side effect group when starting...
2013-05-08 Mikko RasaStore problems at their source rather than globally
2013-05-08 Mikko RasaDelay locating tool executables until the tool is needed
2012-09-06 Mikko RasaAdd a side effect system for building multiple targets...
2012-09-04 Mikko RasaReload includes from CSourceFiles when they are modified
2012-07-20 Mikko RasaImprove cleaning
2012-07-16 Mikko RasaUn-abbreviate some function and variable names
2012-07-16 Mikko RasaTarget::prepare shouldn't be virtual
2012-07-15 Mikko RasaMake Target::build virtual and move the unlink call...
2012-07-15 Mikko RasaRearrange Target members
2012-07-10 Mikko RasaMake Target::add_depend take a reference since null...
2012-07-10 Mikko RasaDocument a lot of classes and functions
2012-07-10 Mikko RasaInstalling only makes sense for file targets
2012-07-10 Mikko RasaMake install_location a path
2012-07-08 Mikko RasaRemove a useless forward declaration
2012-07-08 Mikko RasaBinary packages can't have files, so avoid some dynamic...
2012-07-08 Mikko RasaTurn the force rebuild logic around
2012-07-08 Mikko RasaAdd descriptions to some functions
2012-07-08 Mikko RasaAdd a signal to propagate rebuild state after preparation
2012-07-08 Mikko RasaComment updates
2012-07-08 Mikko RasaDo dependency discovery in a single pass
2012-07-08 Mikko RasaMove the Component reference to Target and make it...
2012-07-08 Mikko RasaConsolidate various target state variables into a singl...
2012-07-08 Mikko RasaRename Target::get_rebuild to needs_rebuild
2012-07-08 Mikko RasaRemove the buildable flag and instead check for tool...
2012-07-08 Mikko RasaBetter use of OOP in determining file install locations
2012-07-08 Mikko RasaGet rid of the global TargetList typedef
2012-07-08 Mikko RasaBig rewrite for a more tool-centric approach
2012-03-30 Mikko RasaMove the TargetMap typedef inside Builder
2012-02-24 Mikko RasaReplace per-file copyright notices with a single file
2010-11-12 Mikko RasaFix rebuild graph walking over symlinks
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 RasaImplement rdeps mode and sorting in Analyzer
2009-12-03 Mikko RasaStyle update: add spaces around assignment operators
2009-08-26 Mikko RasaAlways prepare cmdline to avoid some dependency hassle
2009-05-13 Mikko RasaMiscellaneous minor code cleanups
2009-02-19 Mikko RasaReorder class members
2008-05-29 Mikko RasaInclude libmode in library lookup hash
2007-08-17 Mikko RasaAdd tarball building
2007-08-15 Mikko RasaAdd Id tag to all files
2007-06-12 Mikko RasaAdjust requires to library changes
2006-11-14 Mikko RasaAdd comments
2006-11-14 Mikko RasaCode reorganizing and cleanup
2006-10-18 Mikko RasaImplement --build-all
2006-09-02 Mikko RasaProcess ObjectFile dependencies correctly even when...
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.