summaryrefslogtreecommitdiff
path: root/inc/logger.h
AgeCommit message (Collapse)Author
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-03-24Added gui folder with its own CMake to house GUI+main.ccbd
2025-03-10Make logger a global singleton classbd
2025-03-05whitespacebd
2025-03-05constructors + method declarations for cache, dram, reponse, storagebd
2025-03-02Added logger class, tests, arg parsing and cleanupbd