]> git.tdb.fi Git - builder.git/history - source/cache.cpp
Refactor transitive dependencies to work on all targets
[builder.git] / source / cache.cpp
2022-12-28 Mikko RasaRearrange sources into subdirectories
2022-12-22 Mikko RasaUse default member initializers and constructor delegation
2022-12-21 Mikko RasaRefactor logger to do message formatting internally
2022-12-19 Mikko RasaRemove most container typedefs and refactor others
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...
2021-11-10 Mikko RasaSave caches before starting the build
2013-04-14 Mikko RasaUn-abbreviate function names
2012-07-21 Mikko RasaEnsure that the directory exists before trying to write...
2012-07-18 Mikko RasaAdd some logging and remove a stray debug statement
2012-07-18 Mikko RasaReplace DependencyCache with a more generic cache