1. 11 Jul, 2023 1 commit
  2. 10 Jul, 2023 6 commits
  3. 09 Jul, 2023 1 commit
    • Dominik Charousset's avatar
      Add format API scaffolding · b19c8721
      Dominik Charousset authored
      The new `detail::format` and `detail::format_to` functions enable
      format-based outputs in the new unit testing framework and gives us the
      option to re-write the logging API without relying on the `std::ostream`
      interfaces. These functions provide a thin wrapper around `std::format`.
      In case the standard version is not available, we fall back to a minimal
      implementation that delegates formatting of floats and integers to
      `snprintf`.
      b19c8721
  4. 06 Jul, 2023 3 commits
  5. 05 Jul, 2023 4 commits
  6. 04 Jul, 2023 4 commits
  7. 03 Jul, 2023 3 commits
  8. 30 Jun, 2023 11 commits
  9. 29 Jun, 2023 3 commits
  10. 27 Jun, 2023 2 commits
  11. 26 Jun, 2023 2 commits