Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-12-20 | Overhaul store subclassing | John Ericson | |
We embrace virtual the rest of the way, and get rid of the `assert(false)` 0-param constructors. We also list config base classes first, so the constructor order is always: 1. all the configs 2. all the stores Each in the same order | |||
2020-10-09 | Split out `local-fs-store.hh` | John Ericson | |
This matches the already-existing `local-fs-store.cc`. |