]> git.tdb.fi Git - builder.git/history - source/filetarget.h
Refactor transitive dependencies to work on all targets
[builder.git] / source / filetarget.h
2022-12-28 Mikko RasaRearrange sources into subdirectories
2022-12-22 Mikko RasaInline simple constructors
2022-12-22 Mikko RasaUse default member initializers and constructor delegation
2022-12-19 Mikko RasaMark overridden virtual functions as such
2013-09-25 Mikko RasaMove nested build signature creation to FileTarget
2013-05-09 Mikko RasaRemove all files in a side effect group when starting...
2012-09-05 Mikko RasaMore generic system for installing targets under differ...
2012-07-23 Mikko RasaComment tweaks
2012-07-20 Mikko RasaImprove cleaning
2012-07-18 Mikko RasaTrack build options to rebuild primary targets when...
2012-07-17 Mikko RasaRe-stat FileTargets after a successful build
2012-07-15 Mikko RasaMake Target::build virtual and move the unlink call...
2012-07-10 Mikko RasaInstalling only makes sense for file targets
2012-07-09 Mikko RasaRefactor FileTarget and SourceFile constructors
2012-07-08 Mikko RasaPut constructor helper functions next to the constructors
2012-07-08 Mikko RasaBinary packages can't have files, so avoid some dynamic...
2012-07-08 Mikko RasaUnify some aspects of constructor helper functions
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 RasaMove some file-related things from Target to FileTarget
2009-09-21 Mikko RasaAlso use file size to determine whether to reinstall...
2009-02-21 Mikko RasaRework the Target class hierarchy