summaryrefslogtreecommitdiff
path: root/src/utils/cpp/file_locking.cpp
AgeCommit message (Collapse)Author
2024-04-08Consistently guard all POSIX C includesPaul Cristian Sarbu
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
2023-06-05File Locking: only compute absolute path, if not absolute alreadyKlaus Aehlig
... and in this way, ensure we can lock files given by absolute path even if we don't have a working directory. While there, drop uncessary split just to combine of the file name.
2023-01-20Utils: Add file locking utility classPaul Cristian Sarbu