Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-03-09 | make Finally more local | pennae | |
no need for function<> with c++17 deduction. this saves allocations and virtual calls, but has the same semantics otherwise. not going through function has the side effect of giving compilers more insight into the cleanup code, so we need a few local warning disables. | |||
2016-11-07 | Add missing #include | Eelco Dolstra | |
2016-04-29 | Eliminate the substituter mechanism | Eelco Dolstra | |
Substitution is now simply a Store -> Store copy operation, most typically from BinaryCacheStore to LocalStore. |