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/example
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
..
jni formatting 8 years ago
logs gitignore 9 years ago
CMakeLists.txt Modify travis-ci, fix issues 7 years ago
Makefile Refactored sink interface and base_sink 7 years ago
Makefile.clang fix gcc and clang warnings 7 years ago
Makefile.mingw Fixed Makefile.mingw example 7 years ago
example.cpp clang format 7 years ago
example.sln small fix to example.sln 7 years ago
example.vcxproj registery and periodic flusher fixes. 7 years ago
multisink.cpp Modify travis-ci, fix issues 7 years ago
utils.h formatting 8 years ago