]> git.tdb.fi Git - builder.git/history - source/virtualtarget.cpp
Refactor transitive dependencies to work on all targets
[builder.git] / source / virtualtarget.cpp
2022-12-28 Mikko RasaRearrange sources into subdirectories
2022-12-22 Mikko RasaInline simple constructors
2022-12-19 Mikko RasaReplace basic for loops with range-based loops or algor...
2013-05-08 Mikko RasaTarget::build is virtual, so put the special case in...
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 RasaGet rid of the global TargetList typedef
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
2010-02-05 Mikko RasaMake the name of a FileTarget be its basename instead...
2009-08-26 Mikko RasaAlways prepare cmdline to avoid some dependency hassle
2009-02-19 Mikko RasaReorder class members
2008-08-07 Mikko RasaMigrate from msppath to mspfs
2007-09-22 Mikko RasaAdapt to changes in msppath
2007-08-15 Mikko RasaAdd Id tag to all files
2006-11-14 Mikko RasaAdd comments
2006-11-14 Mikko RasaCode reorganizing and cleanup
2006-10-18 Mikko RasaImplement --build-all
2006-08-31 Mikko RasaAdd command line options (not all of them work yet)
2006-08-27 Mikko RasaBuilder can build itself now.