Commit Graph

4536 Commits (8d9283d79057dc9b807c5b43d6e66a963255615c)
 

Author SHA1 Message Date
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
gabime 276788a60e Update comment 1 year ago
gabime e9938a8839 Fetch fmt 10.2.1.tar.gz and check sha256 1 year ago
gabime 34e0c8f227 Minor style 1 year ago
gabime 989589dd0b Minor style 1 year ago