summaryrefslogtreecommitdiff
path: root/src/Stat.cpp
Commit message (Expand)AuthorAgeFilesLines
* refactor: Use FMT macro to format exception messagesJoel Rosdahl2022-08-241-2/+3
* Move exceptions.hpp to coreJoel Rosdahl2021-07-201-1/+2
* Remove system.hpp, including what’s needed insteadJoel Rosdahl2021-07-071-7/+8
* Stat: treat pending deletes as missing files on WindowsNicholas Hutchinson2021-04-041-0/+7
* Implement a better Stat::stat(), Stat::lstat() for Windows (#819)Nicholas Hutchinson2021-03-181-0/+199
* Detect errors in log strings at compile timeJoel Rosdahl2020-10-231-3/+1
* Let Error constructor forward arguments to fmt::formatJoel Rosdahl2020-08-031-3/+1
* Convert cc_log calls to Logging::logJoel Rosdahl2020-08-031-1/+3
* C++-ify logging routinesJoel Rosdahl2020-08-031-1/+1
* Move logging into separate file (#532)Thomas Otto2020-02-081-1/+1
* Split ccache.hpp into per-.cpp file headersJoel Rosdahl2020-01-221-2/+2
* Improve functions related to (l)stat-ingJoel Rosdahl2019-10-191-0/+45