]> git.tdb.fi Git - builder.git/history - source/tool.h
Refactor transitive dependencies to work on all targets
[builder.git] / source / tool.h
2022-12-28 Mikko RasaRearrange sources into subdirectories
2022-12-27 Mikko RasaRefactor the use of external tasks in tools
2022-12-26 Mikko RasaFix logic issues with Tool::prepare
2022-12-24 Mikko RasaRework Tool::prepare to be able to work on other object...
2022-12-24 Mikko RasaChange Tool's protected constructor to take a pointer...
2022-12-24 Mikko RasaRemove the now obsolete SubTool class
2022-12-22 Mikko RasaRedesign how tools are run
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-20 Mikko RasaAdjust build signatures to contain the tool tag
2022-12-19 Mikko RasaRemove most container typedefs and refactor others
2022-12-19 Mikko RasaMark overridden virtual functions as such
2017-12-01 Mikko RasaHave SubTool automatically pass calls to the parent...
2016-11-18 Mikko RasaSupport source generators that combine multiple files...
2014-10-03 Mikko RasaAdd build info to tools and use it to pass runtime...
2013-05-24 Mikko RasaRedesign the way commands are set for tools
2013-05-09 Mikko RasaInclude architecture in Binary build signature
2013-05-08 Mikko RasaStore problems at their source rather than globally
2013-05-08 Mikko RasaAdd a utility function for setting the executable for...
2013-05-08 Mikko RasaDelay locating tool executables until the tool is needed
2012-09-06 Mikko RasaLet tools have a say in installing their targets
2012-07-23 Mikko RasaComment tweaks
2012-07-18 Mikko RasaTrack build options to rebuild primary targets when...
2012-07-10 Mikko RasaDocument a lot of classes and functions
2012-07-08 Mikko RasaMake tools architecture-aware and restore cross-compila...
2012-07-08 Mikko RasaStore a target representing the executable in each...
2012-07-08 Mikko RasaAdd SubTool class
2012-07-08 Mikko RasaComment updates
2012-07-08 Mikko RasaAllow sources to be created without a component
2012-07-08 Mikko RasaMake tools capable of reporting a system-wide path...
2012-07-08 Mikko RasaAdd a list of auxiliary suffixes to Tool
2012-07-08 Mikko RasaAdd virtual destructor to Tool to avoid a warning
2012-07-08 Mikko RasaBig rewrite for a more tool-centric approach