Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-08-05 | When using errno, log the actual error message | Paul Cristian Sarbu | |
For the user it is more useful to see the actual error message, provided by strerror(), than the pure error code. | |||
2024-08-05 | Add missing cerrno includes | Paul Cristian Sarbu | |
2024-04-08 | Consistently guard all POSIX C includes | Paul Cristian Sarbu | |
2024-03-15 | Clean up more includes and targets | Paul 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-05 | File Locking: only compute absolute path, if not absolute already | Klaus 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-20 | Utils: Add file locking utility class | Paul Cristian Sarbu | |