1. 08 Feb, 2020 2 commits
  2. 07 Feb, 2020 9 commits
  3. 03 Feb, 2020 3 commits
  4. 02 Feb, 2020 3 commits
  5. 30 Jan, 2020 1 commit
  6. 19 Jan, 2020 4 commits
  7. 13 Jan, 2020 4 commits
  8. 02 Jan, 2020 1 commit
  9. 01 Jan, 2020 1 commit
  10. 23 Dec, 2019 2 commits
  11. 22 Dec, 2019 7 commits
  12. 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
  13. 12 Dec, 2019 1 commit