Commit Graph

4540 Commits (e01fa1a5fd303a22a7b249eb229ce5faa16cdb5c)
 

Author SHA1 Message Date
gabime e01fa1a5fd compilation error gcc 8.5 with [-Werror=suggest-override] (#3158) 9 months ago
gabime 04bd12e0b5 fix: set and to MSVC only (#3139) 9 months ago
gabime a2de13630b Backported FMT_STRING 9 months ago
gabime c1f101af13 make example compatible with fmt 11 (#3130) 9 months ago
gabime 8d9283d790 Upadted test_create_dir 9 months ago
gabime 754be3eec6 Fix #3079 9 months ago
gabime 5884f4de2a Fix var name 9 months ago
Philippe Vaucher 8888f5875e Allow customization of syslog_sink (#3124)
Thanks @Silex
9 months ago
act262 dec6a3f61f
Fix android_sink header include wrong path (#3113) 1 year ago
gabime ffa651d39a update ci osx 1 year ago
gabime f9566a0101 Remove unneeded inline from template function 1 year ago
gabime 9df7863b95 Remove unneeded inline from template function 1 year ago
gabime 085e1330d0 Remove unneeded inline from template function 1 year ago
gabime 5559847331 Removed unused include 1 year ago
gabime dc24a858f2 Removed redundant inline keyword 1 year ago
gabime 7ea98fba29 Removed unused includes 1 year ago
gabime 8d81cca86c constexpr in tcp_client_unix 1 year ago
gabime 06be4409e6 clang-format 1 year ago
gabime 15829cfb84 Added final keywords to sinks and pattern_formatter.cpp 1 year ago
gabime 4ee50804d3 Removed unused include 1 year ago
gabime 587b7dad28 Revert "Updated ci for macOS"
This reverts commit 01646c54d3.
1 year ago
gabime 01646c54d3 Updated ci for macOS 1 year ago
darallium d896daec63 README.md has include missing (#3066) 1 year ago
gabime d60a4c7b50 Don't remove existing logger from registry in set_default_logger 1 year ago
Gabi Melman f0b96d2ad1
Update mdc.h 1 year ago
Gabi Melman aefd4510c3
Update README.md 1 year ago
gabime 8d6a121b73 Added mdc.h 1 year ago
gabime 02c3ca5016 Upadate mdc code in pattern_formatter.cpp 1 year ago
gabime 8815f81e5d Added mdc from pull #2907 1 year ago
gabime a627f5c43a Apply #3044 pr 1 year ago
gabime 390428aae1 Fixed path_exists(..) in windows 1 year ago
gabime 1bde4831a0 Fixed registry impl 1 year ago
gabime 8f526df1a9 Update latency test 1 year ago
gabime e1f5a45900 Added small_map_threshold constexpr 1 year ago
gabime b95e493471 Reduce max size for sequential map search to 10 1 year ago
gabime 4a31ed38d3 if the map is small do a sequential search, otherwise use the standard find() 1 year ago
gabime 06e4631dde Use find if registry is bigger than 20 1 year ago
gabime e750d2219e Small clean in registry impl 1 year ago
gabime 8a4f3b1ba7 Small clean in registry impl 1 year ago
gabime ca7c846089 Fixed warning 1 year ago
gabime 232aace328 added spdlog::get(..) benchmarks 1 year ago
gabime 50d7f59951 Fixed bench dev_null 1 year ago
Alan Candido 5a207ad9ce Update stopwatch.h (#3034)
Adding elapsed time in milliseconds.
1 year ago
magnus-nomono 87b8401011 Add missing include (#3026) 1 year ago
gabime 8e10782a58 Ported pull #3023 with some changes and tests 1 year ago
spaceman 167bf989d8 support MINGW (#3022)
Under Windows 10, compiling with MINGW64 will report an error similar to https://github.com/gabime/spdlog/issues/1581
1 year ago
cohdan dd8dc8105a Expose the flusher thread object to user in order to allow setting of thread name and thread affinity when needed (#3009)
* Expose the flusher thread object to user in order to allow setting of thread name and thread affinity when needed

* Code review fix - periodic_worker thread getter should return a reference and not a pointer
1 year ago
Dimitri Papadopoulos Orfanos c577b54b06 Fix typos found by codespell (#3011) 1 year ago
gabime a145ba62b8 Fixed fmt cmake 1 year ago
gabime c923915805 DOWNLOAD_EXTRACT_TIMESTAMP FALSE when fetching fmt 1 year ago