Commit Graph

41 Commits

Author SHA1 Message Date
gabime 494cc8bace Implemented daily sink rotation #661 2019-09-15 18:34:29 +03:00
gabime 5c1e44a93d Added bactrace tests 2019-08-27 18:06:27 +03:00
gabime 0335e3fcc0 Print error and abort instead of throw if SPDLOG_NO_EXEPTIONS is defined 2019-08-19 11:31:33 +03:00
gabime b3ddef2fc2 Minor cmake fix in for tests 2019-07-07 14:09:23 +03:00
Gabi Melman 7a686d4d21
Update CMakeLists.txt 2019-07-01 15:03:53 +03:00
gabime bb0f3839c1 Updated CMake options and defaults 2019-07-01 02:06:09 +03:00
gabime 9aa6cdc494 Updated systemd sink and tests 2019-06-28 17:29:52 +03:00
Gabi Melman dc054c3f8a
Merge branch 'v1.x' into v1.x 2019-06-28 08:07:15 +03:00
Jorge Bellon-Castro a13981ffe4 Provide source location support for systemd_sink.h 2019-06-27 18:18:48 +01:00
gabime 98e151fda7 Added tests for dup_filter sink 2019-06-27 17:40:40 +03:00
gabime 08de642536 Added stdout tests 2019-06-20 01:02:54 +03:00
gabime cf64f2baca Fixed CMake address sanitizer 2019-06-10 18:32:10 +03:00
gabime 68a0193d95 CMake refactoring to functions 2019-06-10 18:09:36 +03:00
gabime 76fc166e11 CMakeLists.txt minor improvments 2019-05-29 01:41:48 +03:00
gabime fc53e3339f CMakeLists.txt minor improvments 2019-05-29 01:33:20 +03:00
gabime 30bd80bd85 CMake improvements 2019-05-29 00:05:24 +03:00
David Zemon dd2f293f33 Clean up CMake a bit more 2019-05-17 23:33:44 -05:00
David Zemon 6fe899af10 Set Threads::Threads dependency on spdlog libs - don't make user do it 2019-05-17 23:28:53 -05:00
David Zemon 55e7844ca0 Remove the namespaced
Namespaces are good for avoiding collisions, but since the
non-namespaced targets still exist, it does no good to add the
namespaced targets on top.
2019-05-17 23:27:44 -05:00
David Zemon 8dd85285e7 Allow user to choose between static or shared library 2019-05-17 23:26:06 -05:00
gabime 872ea6bf09 Deleted redundant Make files and solutions 2019-05-13 01:13:58 +03:00
gabime 3fa76b2d8f Renamed test filename 2018-11-22 12:31:16 +02:00
gabime 52e2722412 Renamed test filenames 2018-11-20 12:14:21 +02:00
gabime f2f9f324ec Updated default API impl and tests 2018-10-13 19:23:11 +03:00
gabime dace099348 Added fmt_helper tests 2018-09-28 01:30:29 +03:00
Daniel Chabrowski fb37585bc1 Little cmake and tests refactor
Change from spdlog_ex to const spdlog_ex& got rid of the GCC8 warning.
2018-08-14 21:33:47 +02:00
gabime 057bf1b92d Added some mpmc_q tests 2018-08-14 17:57:55 +03:00
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
gabime b9d7c45e40 Use blocking queue 2018-05-22 21:59:27 +03:00
gabime a8b5bb894e fixed cmake for tests 2018-02-23 16:49:26 +02:00
Gabi Melman 851b49e147
Update CMakeLists.txt 2018-02-22 13:37:50 +02:00
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.
2018-02-11 21:13:33 +01:00
yisonPylkita 38ccd51399 Modern CMake in /tests 2018-01-28 00:49:03 +01:00
Alexander Zilberkant 0f25b25b20 add async_logger tests
cover discarded messages use-case
2017-05-13 01:01:28 +03:00
gabime 7885aa478c no streams 2016-07-08 17:50:13 +03:00
gabime 8d1570b84a fixed tests cmake thread flag 2016-06-18 15:25:43 +03:00
gabime 3a44818b2a fixed pr #228 to include pthread and removed header_dependecies test 2016-06-18 15:04:08 +03:00
Kevin M. Godby 24e7b64b89 Added header-dependency tests. 2016-06-17 00:55:05 -05:00
Gabi Melman 6d5bce46f8 Revert "CMake script improvements" 2016-05-05 10:19:32 +03:00
Kevin M. Godby 2907001e22 Fixed Catch tests. 2016-05-04 19:53:22 -05:00
Kevin M. Godby 2666b6cbf1 Added header dependency tests. 2016-05-04 19:24:17 -05:00