1. 16 Jan, 2019 1 commit
    • scribam's avatar
      Update log_msg.h · 1798a1fa
      scribam authored
      `SPDLOG_NO_THREAD_ID` should only affect thread retrieval.
      1798a1fa
  2. 14 Jan, 2019 3 commits
  3. 10 Jan, 2019 5 commits
  4. 09 Jan, 2019 5 commits
  5. 08 Jan, 2019 7 commits
  6. 17 Dec, 2018 2 commits
    • Gabi Melman's avatar
      Merge pull request #945 from cneumann/fix-external-fmt · 0955ea5b
      Gabi Melman authored
      Fix handling of external fmt lib
      0955ea5b
    • Carsten Neumann's avatar
      Fix handling of external fmt lib · 084bc72d
      Carsten Neumann authored
      Using an external fmt lib should cause the spdlog::spdlog target to have
      a dependency on fmt lib - so that a consuming project does not need
      to call find_package(fmt) and target_link_libraries(... fmt::fmt).
      
      To this end a new cmake option SPDLOG_FMT_EXTERNAL is introduced which
      makes spdlog depend on fmt lib and defines the SPDLOG_FMT_EXTERNAL macro
      to avoid using the bundled fmt lib. The value of SPDLOG_FMT_EXTERNAL is
      also stored in the installed spdlogConfig.cmake and if it is ON
      find_dependency() is used to ensure the fmt::fmt target is imported.
      084bc72d
  7. 06 Dec, 2018 6 commits
  8. 05 Dec, 2018 1 commit
  9. 04 Dec, 2018 2 commits
  10. 02 Dec, 2018 8 commits