summaryrefslogtreecommitdiff
path: root/src/utils/cpp/tmp_dir.hpp
AgeCommit message (Collapse)Author
2024-03-15Clean up more includes and targetsPaul Cristian Sarbu
Some of the more specific issues addressed: - missing log_level target/include - header-only libs wrongly marking deps as private - missing/misplaced gsl includes
2024-03-07TmpDir: Getter should return const refOliver Reiche
... and prohibit moves and move assignments.
2022-12-21Utils: Add class handling tmp directoriesPaul Cristian Sarbu