You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
spdlog/tests
grzadr 8e861728a0
Fix indentation in line 2916
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;
                     ^~~~~~
8 years ago
..
CMakeLists.txt Specify CXX language explicitly in CMake 8 years ago
Makefile allow printf style logging 8 years ago
catch.hpp Fix indentation in line 2916 8 years ago
catch.license added catch license in tests folder 8 years ago
errors.cpp Solve compiler warning in tests 8 years ago
file_helper.cpp astyle 8 years ago
file_log.cpp fixed test for visual c++ 8 years ago
format.cpp no exceptions while logging 9 years ago
includes.h fixed test for visual c++ 8 years ago
install_libcxx.sh no streams 9 years ago
main.cpp Added unit tests (catch based) 10 years ago
registry.cpp atyle 9 years ago
test_macros.cpp astyle 8 years ago
tests.sln update testss.sln to vs 2015 9 years ago
tests.vcxproj Removed include_if.cpp from the tests .sln 8 years ago
tests.vcxproj.filters Removed include_if.cpp from the tests .sln 8 years ago
utils.cpp astyle 8 years ago
utils.h fixed bug in SPDLOG_TRACE_IF macro and added some related tests 8 years ago