Commit Graph

20 Commits (2991057aef365d01281b33d13c903f25ca70a1d3)

Author SHA1 Message Date
gabime 3fa76b2d8f Renamed test filename 7 years ago
gabime 52e2722412 Renamed test filenames 7 years ago
gabime f2f9f324ec Updated default API impl and tests 7 years ago
gabime dace099348 Added fmt_helper tests 7 years ago
Daniel Chabrowski fb37585bc1 Little cmake and tests refactor
Change from spdlog_ex to const spdlog_ex& got rid of the GCC8 warning.
7 years ago
gabime 057bf1b92d Added some mpmc_q tests 7 years ago
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
gabime b9d7c45e40 Use blocking queue 8 years ago
gabime a8b5bb894e fixed cmake for tests 8 years ago
Gabi Melman 851b49e147
Update CMakeLists.txt 8 years ago
Daniel Chabrowski 646a140ed4 Specify CXX language explicitly in CMake
Marking project as CXX will disable detecting C compiler and other checks.
Removed 'INCLUDES DESTINATION' as it made the include path appear doubled.
8 years ago
yisonPylkita 38ccd51399 Modern CMake in /tests 8 years ago
Alexander Zilberkant 0f25b25b20 add async_logger tests
cover discarded messages use-case
9 years ago
gabime 7885aa478c no streams 10 years ago
gabime 8d1570b84a fixed tests cmake thread flag 10 years ago
gabime 3a44818b2a fixed pr #228 to include pthread and removed header_dependecies test 10 years ago
Kevin M. Godby 24e7b64b89 Added header-dependency tests. 10 years ago
Gabi Melman 6d5bce46f8 Revert "CMake script improvements" 10 years ago
Kevin M. Godby 2907001e22 Fixed Catch tests. 10 years ago
Kevin M. Godby 2666b6cbf1 Added header dependency tests. 10 years ago