- 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; ^~~~~~
-
- 11 Feb, 2018 3 commits
-
-
Gabi Melman authored
CMake explicit language
-
Daniel Chabrowski authored
CMake 3.1 is used in main CMakeLists file, no reason not to use it in example. Threads::Threads is introduced in cmake 3.1.
-
Daniel Chabrowski authored
Marking project as CXX will disable detecting C compiler and other checks. Removed 'INCLUDES DESTINATION' as it made the include path appear doubled.
-
- 10 Feb, 2018 1 commit
-
-
Gabi Melman authored
Fix compilation error with GCC 8
-