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'
2018-08-11 02:24:45 +02:00
..
CMakeLists.txt Modify travis-ci, fix issues 2018-08-11 02:24:45 +02:00
catch.hpp Fix indentation in line 2916 2018-02-22 09:46:54 +01:00
catch.license added catch license in tests folder 2017-12-24 19:37:54 +02:00
errors.cpp Refactored sink interface and base_sink 2018-07-14 16:21:53 +03:00
file_helper.cpp pattern per sink and pattern caching 2018-06-24 01:32:39 +03:00
file_log.cpp Update file_log.cpp 2018-08-07 03:29:45 +03:00
includes.h Code formatting 2018-07-07 13:22:43 +03:00
main.cpp Added unit tests (catch based) 2015-05-15 20:30:37 +03:00
registry.cpp clang-format 2018-03-09 15:26:33 +02:00
test_async.cpp clang format 2018-07-21 23:48:07 +03:00
test_macros.cpp Renamed simple_file_sink -> basic_file_sink 2018-07-07 12:12:45 +03:00
test_misc.cpp clang format 2018-07-21 23:48:07 +03:00
test_pattern_formatter.cpp code formatting 2018-07-23 00:13:52 +03:00
test_sink.h Fixed issue #759 2018-07-23 00:13:24 +03:00
tests.sln Fixed tests under windows 2018-07-21 00:13:37 +03:00
tests.vcxproj Added periodic flusher support, and fixed some registry issues 2018-07-21 23:30:26 +03:00
tests.vcxproj.filters Use blocking queue 2018-05-22 21:59:27 +03:00
tests.vcxproj.user registery and periodic flusher fixes. 2018-07-24 22:59:34 +03:00
utils.cpp clang-format 2018-03-09 15:26:33 +02:00
utils.h clang-format 2018-03-09 15:26:33 +02:00