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-11 | Split out uds-remote-store.{cc.hh} | John Ericson | |
2020-10-11 | Copy {uds-,}remote-store.{cc,hh} | John Ericson | |
This prepares for the splitting that happens in the next commit. |