summaryrefslogtreecommitdiff
path: root/src/Logging.hpp
Commit message (Expand)AuthorAgeFilesLines
* chore: Replace nonstd::string_view with std::string_viewJoel Rosdahl2022-05-231-7/+5
* chore: Replace nonstd::optional with std::optionalJoel Rosdahl2022-05-231-1/+1
* Remove system.hpp, including what’s needed insteadJoel Rosdahl2021-07-071-2/+0
* Use .clang-format regexes instead of comments to group system includesJoel Rosdahl2021-06-291-2/+0
* Revise include file order to work with new directory structureJoel Rosdahl2021-06-271-0/+2
* Require C++14-compatible compiler to build ccacheJoel Rosdahl2021-06-191-4/+3
* Detect errors in log strings at compile timeJoel Rosdahl2020-10-231-24/+24
* Convert cc_log calls to Logging::logJoel Rosdahl2020-08-031-3/+0
* C++-ify logging routinesJoel Rosdahl2020-08-031-0/+80