1. 13 Jan, 2020 2 commits
  2. 02 Jan, 2020 1 commit
  3. 01 Jan, 2020 1 commit
  4. 23 Dec, 2019 2 commits
  5. 22 Dec, 2019 7 commits
  6. 20 Dec, 2019 2 commits
    • Gabi Melman's avatar
      Merge pull request #1367 from mike239x/v1.x · c73a5ff9
      Gabi Melman authored
      Fix a small problem in the basic example
      c73a5ff9
    • Mike Lezhnin's avatar
      Fix a small problem in the basic example · 9858d4e9
      Mike Lezhnin authored
      The line
      ```
      SPDLOG_TRACE("Some trace message with param {}", {});
      ```
      which normally is discarded at the compile time since by deafult
      `SPDLOG_ACTIVE_LEVEL` is at `SPDLOG_LEVEL_INFO`. If however, one goes
      to `tweak.me` and sets
      ```
       #define SPDLOG_ACTIVE_LEVEL SPDLOG_LEVEL_TRACE
      ```
      suddenly the basic example does not compile any more.
      This commit fixes the potential problem.
      9858d4e9
  7. 12 Dec, 2019 3 commits
  8. 10 Dec, 2019 5 commits
  9. 08 Dec, 2019 1 commit
  10. 05 Dec, 2019 16 commits