1. 23 Feb, 2018 12 commits
  2. 22 Feb, 2018 3 commits
    • Gabi Melman's avatar
      Update CMakeLists.txt · 851b49e1
      Gabi Melman authored
      851b49e1
    • Gabi Melman's avatar
      Merge pull request #644 from grzadr/patch-1 · e64847bd
      Gabi Melman authored
      Fix indentation in tests/catch.hpp:2916
      e64847bd
    • grzadr's avatar
      Fix indentation in line 2916 · 8e861728
      grzadr authored
      Compiling with -Wmisleading-indentation triggers warning:
      /data/Git/spdlog/tests/catch.hpp: In member function ‘bool Catch::TestSpec::Filter::matches(const Catch::TestCaseInfo&) const’:
      /data/Git/spdlog/tests/catch.hpp:2913:17: warning: this ‘for’ clause does not guard... [-Wmisleading-indentation]
                       for( std::vector<Ptr<Pattern> >::const_iterator it = m_patterns.begin(), itEnd = m_patterns.end(); it != itEnd; ++it )
                       ^~~
      /data/Git/spdlog/tests/catch.hpp:2916:21: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘for’
                           return true;
                           ^~~~~~
      8e861728
  3. 11 Feb, 2018 3 commits
  4. 10 Feb, 2018 2 commits
    • Gabi Melman's avatar
      Merge pull request #634 from ColinDuquesnoy/patch-1 · 5eef243a
      Gabi Melman authored
      Fix compilation error with GCC 8
      5eef243a
    • Colin Duquesnoy's avatar
      Fix compilation error with GCC 8 · 11ee6834
      Colin Duquesnoy authored
      error: need 'typename' before 'std::conditional<std::is_same<char, char>::value, fmt::BasicMemoryWriter<char>, fmt::BasicMemoryWriter<wchar_t> >::type' because 'std::conditional<std::is_same<char, char>::value, fmt::BasicMemoryWriter<char>, fmt::BasicMemoryWriter<wchar_t> >' is a dependent scope
               std::conditional<std::is_same<filename_t::value_type, char>::value, fmt::MemoryWriter, fmt::WMemoryWriter>::type w;
      11ee6834
  5. 08 Feb, 2018 2 commits
  6. 06 Feb, 2018 1 commit
  7. 05 Feb, 2018 1 commit
  8. 03 Feb, 2018 3 commits
  9. 27 Jan, 2018 1 commit
  10. 24 Jan, 2018 2 commits
  11. 18 Jan, 2018 4 commits
  12. 12 Jan, 2018 3 commits
  13. 11 Jan, 2018 3 commits