]> git.tdb.fi Git - builder.git/history - source/buildgraph.cpp
Refactor transitive dependencies to work on all targets
[builder.git] / source / buildgraph.cpp
2022-12-28 Mikko RasaRearrange sources into subdirectories
2022-12-19 Mikko RasaUse braced initializer lists for map insertions
2022-12-19 Mikko RasaUse auto type for iterator variables
2022-12-19 Mikko RasaReplace basic for loops with range-based loops or algor...
2014-10-06 Mikko RasaDrop support for generic tarball components
2013-04-07 Mikko RasaMove some more functionality into BuildGraph
2013-04-06 Mikko RasaRefactor build graph into its own class