summaryrefslogtreecommitdiff
path: root/src/MiniTrace.cpp
Commit message (Expand)AuthorAgeFilesLines
* build: Include limits.h for PATH_MAXJoel Rosdahl2022-10-261-0/+2
* refactor: Use util::TimePoint for timestampsJoel Rosdahl2022-09-211-18/+4
* Remove system.hpp, including what’s needed insteadJoel Rosdahl2021-07-071-19/+20
* Enable minitrace tracing and stop it from crashing (#852)Anders Björklund2021-05-301-1/+2
* source formatting: Don’t bin pack constructor initializer listsJoel Rosdahl2021-05-031-1/+2
* Detect errors in fmt::format format strings at compile timeJoel Rosdahl2020-10-231-1/+2
* Use nullptr instead of NULLJoel Rosdahl2020-08-061-1/+1
* Remove now empty legacy_util.[hc]pp filesJoel Rosdahl2020-07-311-1/+0
* Move time_seconds function to MiniTrace.cpp where it’s usedJoel Rosdahl2020-07-311-0/+16
* C++-ify {clone,copy,move}_fileJoel Rosdahl2020-07-281-5/+3
* Introduce and use TemporaryFile classJoel Rosdahl2020-07-251-4/+3
* Make -DENABLE_TRACING work againJoel Rosdahl2020-07-251-4/+5
* Extract internal tracing stuff to a separate fileJoel Rosdahl2020-05-151-0/+77