- 09 Mar, 2018 1 commit
-
-
gabime authored
-
- 06 Mar, 2018 1 commit
-
-
Gabi Melman authored
-
- 05 Mar, 2018 2 commits
-
-
Gabi Melman authored
Fix implicit conversion warnings (-Wsign-conversion)
-
Thiago Bastos authored
-
- 27 Feb, 2018 2 commits
-
-
gabime authored
-
Gabi Melman authored
Applied some of clang-tidy fixes
-
- 25 Feb, 2018 10 commits
-
-
Daniel Chabrowski authored
-
Daniel Chabrowski authored
-
Daniel Chabrowski authored
-
Daniel Chabrowski authored
-
Daniel Chabrowski authored
-
Daniel Chabrowski authored
-
Daniel Chabrowski authored
-
Daniel Chabrowski authored
-
Daniel Chabrowski authored
-
Daniel Chabrowski authored
-
- 24 Feb, 2018 6 commits
-
-
Daniel Chabrowski authored
-
Daniel Chabrowski authored
-
Daniel Chabrowski authored
-
Daniel Chabrowski authored
-
Daniel Chabrowski authored
-
Daniel Chabrowski authored
-
- 23 Feb, 2018 15 commits
-
-
gabime authored
-
gabime authored
-
gabime authored
-
gabime authored
-
gabime authored
-
gabime authored
-
gabime authored
-
Gabi Melman authored
Support for custom EOL per formatter -Thanks @emadwill
-
gabime authored
-
gabime authored
-
gabime authored
-
gabime authored
-
https://github.com/gabime/spdloggabime authored
-
gabime authored
-
gabime authored
-
- 22 Feb, 2018 3 commits
-
-
Gabi Melman authored
-
Gabi Melman authored
Fix indentation in tests/catch.hpp:2916
-
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; ^~~~~~
-