]> git.tdb.fi Git - builder.git/history - source/gnuarchiver.cpp
Refactor transitive dependencies to work on all targets
[builder.git] / source / gnuarchiver.cpp
2022-12-28 Mikko RasaRearrange sources into subdirectories
2022-12-27 Mikko RasaRefactor the use of external tasks in tools
2022-12-24 Mikko RasaChange Tool's protected constructor to take a pointer...
2022-12-22 Mikko RasaRedesign how tools are run
2022-12-21 Mikko RasaConvert all list containers to vectors
2022-12-20 Mikko RasaUse dynamic_cast to reference when incorrect type is...
2022-12-20 Mikko RasaAdjust build signatures to contain the tool tag
2022-12-19 Mikko RasaReplace basic for loops with range-based loops or algor...
2016-11-18 Mikko RasaSupport source generators that combine multiple files...
2013-09-25 Mikko RasaAdd and improve build signatures for some tools
2013-05-24 Mikko RasaRedesign the way commands are set for tools
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-21 Mikko RasaHandle directory creation and unlinking in Task
2012-07-16 Mikko RasaUn-abbreviate some function and variable names
2012-07-08 Mikko RasaDon't store component locally in object and source...
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 RasaFix an incorrect exception message
2012-07-08 Mikko RasaMove the Component reference to Target and make it...
2012-07-08 Mikko RasaGet rid of the global TargetList typedef
2012-07-08 Mikko RasaBig rewrite for a more tool-centric approach