]> git.tdb.fi Git - builder.git/history - source/task.h
Refactor transitive dependencies to work on all targets
[builder.git] / source / task.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-20 Mikko RasaMake data members of Task protected
2013-05-09 Mikko RasaRemove all files in a side effect group when starting...
2012-07-21 Mikko RasaHandle directory creation and unlinking in Task
2012-07-19 Mikko RasaDocument Task and ExternalTask methods
2012-07-19 Mikko RasaMake wait applicable to all task types
2012-07-10 Mikko RasaDocument a lot of classes and functions
2012-07-08 Mikko RasaGive tasks the ability to return the relevant shell...
2012-07-08 Mikko RasaDon't start tasks automatically upon creation
2012-07-08 Mikko RasaBig rewrite for a more tool-centric approach