1. 25 Aug, 2017 1 commit
  2. 24 Aug, 2017 3 commits
  3. 23 Aug, 2017 1 commit
    • Lectem's avatar
      SPDLOG_BUILD_TESTING now depends on BUILD_TESTING · 47cf62f8
      Lectem authored
      I encountered an issue when using spdlog through add_subdirectory.
      Since SPDLOG_BUILD_TESTING is ON by default, it now adds tests to my project, even if BUILD_TESTING (the official CTest variable) is set to OFF.
      cmake_dependent_option makes it so that if someone enables BUILD_TESTING then SPDLOG_BUILD_TESTING will be set to ON by default.
      This way one can disable all external tests by setting BUILD_TESTING before using add_subdirectory and then setting it back to its original value.
      The only change for those using the library directly is that they now use BUILD_TESTING instead of SPDLOG_BUILD_TESTING when configuring.
      47cf62f8
  4. 11 Jan, 2017 1 commit
    • Bartosz Taczała's avatar
      Add prefix for BUILD_TESTING cmake option · 50c181ea
      Bartosz Taczała authored
      This is helpful when using spdlog as a dependency (git submodule) when a
      master project is not interested in spdlog tests. Using
      "BUILD_TESTING" name may create a confusion.
      Extra: BUILD_EXAMPLE variable already have a prefix.
      50c181ea
  5. 22 Nov, 2016 3 commits
  6. 09 Jul, 2016 1 commit
  7. 17 Jun, 2016 1 commit
  8. 05 May, 2016 4 commits
  9. 14 Apr, 2016 1 commit
  10. 02 Apr, 2016 1 commit
  11. 18 Mar, 2016 1 commit
  12. 28 Nov, 2015 1 commit
  13. 10 Sep, 2015 1 commit