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
Daniel Chabrowski 7e32ccbd8f Modify travis-ci, fix issues
Added:
* Release/Debug job for gcc 7 and clang 3.5
* Debug asan gcc 7 job
* Debug tsan gcc 7 job
* Disabled extensions
* Added a spdlog::spdlog alias for tests

Removed:
* Valgrind workaround, the current version is 3.10.1
* install_libcxx
* Makefiles

Fixed:
* examples build
* multisink build

Workarounds:
* gcc7 with tsan and asan needs gold linker, otherwise build
  fails becase of unrecognized option '--push-state'
7 years ago
..
CMakeLists.txt Modify travis-ci, fix issues 7 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 Refactored sink interface and base_sink 7 years ago
file_helper.cpp pattern per sink and pattern caching 7 years ago
file_log.cpp Update file_log.cpp 7 years ago
includes.h Code formatting 7 years ago
main.cpp Added unit tests (catch based) 10 years ago
registry.cpp clang-format 8 years ago
test_async.cpp clang format 7 years ago
test_macros.cpp Renamed simple_file_sink -> basic_file_sink 7 years ago
test_misc.cpp clang format 7 years ago
test_pattern_formatter.cpp code formatting 7 years ago
test_sink.h Fixed issue #759 7 years ago
tests.sln Fixed tests under windows 7 years ago
tests.vcxproj Added periodic flusher support, and fixed some registry issues 7 years ago
tests.vcxproj.filters Use blocking queue 7 years ago
tests.vcxproj.user registery and periodic flusher fixes. 7 years ago
utils.cpp clang-format 8 years ago
utils.h clang-format 8 years ago