]> git.tdb.fi Git - builder.git/history - source/tool.cpp
Refactor transitive dependencies to work on all targets
[builder.git] / source / tool.cpp
2022-12-28 Mikko RasaRearrange sources into subdirectories
2022-12-26 Mikko RasaAdd a sanity check for derived tool commands
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 RasaRemove the now obsolete SubTool class
2022-12-24 Mikko RasaDon't complain about missing executable if a tool has...
2022-12-23 Mikko RasaFile Tool's executable before calling do_prepare
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 RasaRefactor logger to do message formatting internally
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 RasaUse shortcut functions for find calls
2021-10-31 Mikko RasaAdd logging for some problem situations
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 RasaDeal with absolute paths in tool commands
2013-05-24 Mikko RasaRedesign the way commands are set for tools
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-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 RasaAdd a list of auxiliary suffixes to Tool
2012-07-08 Mikko RasaBig rewrite for a more tool-centric approach