]> git.tdb.fi Git - builder.git/history - source/filetarget.cpp
Refactor transitive dependencies to work on all targets
[builder.git] / source / filetarget.cpp
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-21 Mikko RasaConvert all list containers to vectors
2022-12-19 Mikko RasaReplace basic for loops with range-based loops or algor...
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...
2013-05-09 Mikko RasaImprovements for handling side effects
2012-09-28 Mikko RasaPrevent crashes if a tool's executable cannot be found
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-21 Mikko RasaHandle directory creation and unlinking in Task
2012-07-20 Mikko RasaImprove cleaning
2012-07-18 Mikko RasaAdd some logging and remove a stray debug statement
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-16 Mikko RasaUn-abbreviate some function and variable names
2012-07-15 Mikko RasaMake Target::build virtual and move the unlink call...
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 RasaTurn the force rebuild logic around
2012-07-08 Mikko RasaAdd a signal to propagate rebuild state after preparation
2012-07-08 Mikko RasaThese checks are unnecessary with the separate symlink...
2012-07-08 Mikko RasaUnify some aspects of constructor helper functions
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 RasaGet rid of the global TargetList typedef
2012-07-08 Mikko RasaMove file-to-target mapping to a separate class
2012-03-31 Mikko RasaImprove file target naming
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-06 Mikko RasaFurther changes for library compatibility
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 RasaMake the name of a FileTarget be its basename instead...
2009-12-03 Mikko RasaStyle update: add spaces around assignment operators
2009-09-21 Mikko RasaAlso use file size to determine whether to reinstall...
2009-02-21 Mikko RasaRework the Target class hierarchy