Commit Graph

4596 Commits (aa9eaae6f6dc55b7a525bec961fe02f3d94fd99d)
 

Author SHA1 Message Date
mq白 8563a6ab59 Improve Cross-Platform Build Instructions in Documentation (#3229)
* Update build

* Simplified build command length for cross-platform compatibility.

* Modified to replace `make -j` only with `cmake --build.`
9 months ago
hydai e4d81a5be9 Fix warning - extra ';' for -Wextra-semi (#3198)
Signed-off-by: hydai <z54981220@gmail.com>
9 months ago
gabime eab1f6d5f5 Fix #3194 month name 9 months ago
Uilian Ries 4effc91705 Update conan install command in README (#3172)
Signed-off-by: Uilian Ries <uilianries@gmail.com>
9 months ago
Leslie a3d3df0a56 use std::lock_guard instead of std::unique_lock (#3179) 9 months ago
Rasmus 15fcde8ee3 Add info about max_files in the docstrings of hourly/daily file sinks (#3170) 9 months ago
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