summaryrefslogtreecommitdiff
path: root/src/storage.cc
AgeCommit message (Collapse)Author
2025-04-27Replace view function with get_databd
2025-04-21Add licensing infobd
2025-04-14Add preprocess method to storage, removing nearly all duplicationbd
2025-04-14Simplify cache/dram process functionsbd
2025-04-14Initial refactor of is_access_clearedbd
2025-04-11First part of storage rework (see description)bd
- Removed response enum. - Removed messy ostream override, and cli.cc test class - Removed accessor enum, and instead used unique pointer to identify accessor. - Simplified storage by removing is_waiting variables. - Rewrote DRAM and Cache to use Storage constructor.
2025-04-11Move source files to top-level src directorybd