1. 27 Feb, 2018 2 commits
  2. 25 Feb, 2018 10 commits
  3. 24 Feb, 2018 6 commits
  4. 23 Feb, 2018 15 commits
  5. 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
  6. 11 Feb, 2018 3 commits
  7. 10 Feb, 2018 1 commit