Commit Graph

4690 Commits (9767830fcb5b0608001687772ed564e06218c6cf)
 

Author SHA1 Message Date
Jan Moravec 9767830fcb
Update CMake minimum version required
FILE_SET functionality was introduced in CMake version 3.23.

https://cmake.org/cmake/help/latest/command/target_sources.html
6 months ago
gabime 22405cf9ae Fixed async bench 7 months ago
gabime 27d8580131 Bump fmt to version 11.1.3 7 months ago
gabime fbffd38030 CMakeLists.txt format 7 months ago
gabime 3a54caee36 CMakeLists.txt format 7 months ago
gabime 9db0ba648a Refactor SPDLOG_API define 7 months ago
gabime 463e41f049 Refactor exporing in common.h 7 months ago
gabime ace82f7da6 Try fix windows link error with visiblity 7 months ago
gabime b93c0f8e8d Update comment 7 months ago
gabime aec733b7a9 change async queue limits to constexpr 7 months ago
gabime eb660caa6c Limit max async queue size to 250,000 entries 7 months ago
gabime af8440b248 Small clean of enqueue_if_have_room in mpmc_blocking_q.h 7 months ago
gabime 214e26e8b2 Make err_helper time printing more robust 7 months ago
gabime 35060923d9 improved err_helper message while catching exceptions 7 months ago
gabime a8e7527d2d Merge branch 'v2.x' of github.com:gabime/spdlog into v2.x 7 months ago
Gabi Melman 2abfa1628b
Gabime/visibilty-hidden 2.x (#3324)
Set CMAKE_CXX_VISIBILITY_PRESET and VISIBILITY_INLINES_HIDDEN when build shared lib
7 months ago
gabime d6389d696e Fixed analyzer warnings in ansicolor_sink.cpp 7 months ago
gabime c563b62aea Refactor ansicolor_sink.cpp 7 months ago
Gabi Melman e3f8349d0c
Add missing locks to ansicolor_sink.cpp 8 months ago
Gabi Melman 128a9fcc49
Update test_async.cpp 8 months ago
Gabi Melman 43812ddaf1
Update test_async.cpp 8 months ago
gabime 23b1c4c079 Revert "Small code removal"
This reverts commit b01f15cb26.
8 months ago
gabime b01f15cb26 Small code removal 8 months ago
gabime 370dad3225 Use chrono literals in async tests 8 months ago
gabime 418a39f6ce Fixed test 8 months ago
gabime 177f2618fb Merge branch 'v2.x' of github.com:gabime/spdlog into v2.x 8 months ago
Gabi Melman 6a794b1dff
Update test_async.cpp 8 months ago
gabime fbe626d828 code format 8 months ago
gabime 47fe6ef92a code format 8 months ago
gabime b9f0243405 code format 8 months ago
gabime 873026a254 Pad level names in default pattern 8 months ago
gabime e99e09eba7 Fixed global logger name 8 months ago
gabime 07be1b4767 Bump fmt version to 11.1.2 8 months ago
gabime f00a6550fa Fixed some tidy warnings 8 months ago
gabime 391eb198bf Added copy and move tests 8 months ago
gabime 3f4cfa72d1 Added test check that cloned custom error handler was indeed cloned 8 months ago
gabime 80f00797e3 Fixed copy ctor of err_helper to be thread safe 8 months ago
gabime 62bbd87bdb Fixed warning 8 months ago
gabime 8736ee28e0 Fixed warnings 8 months ago
gabime 82358e8ebe refactor async sink 8 months ago
gabime 9673c1ba09 Fixed warning about move 8 months ago
gabime 5dce654473 Fixed warning 8 months ago
gabime be942e0a2d Limit error handler rate to 1/sec 8 months ago
gabime af7b061773 Added with_all to async sink improved destructor 8 months ago
gabime bc2eed7913 Added custom error handler support to async sink 8 months ago
gabime b46b6dcb00 Fixed bin_to_hex tidy warnings 8 months ago
gabime 08a9604a57 noexcept 8 months ago
gabime f467be8edb noexcept 8 months ago
gabime ffbb35368d noexcept 8 months ago
gabime 7dfb474632 Added source_loc by ref 8 months ago