Commit Graph

61 Commits (ce623e227b908980f1414ba0b6c107a2ca8d58c5)

Author SHA1 Message Date
gabime b0e836b000 clang-format 9 months ago
gabime ea896885cd Removed SPDLOG_USE_STD_FORMAT 9 months ago
hydai e4d81a5be9 Fix warning - extra ';' for -Wextra-semi (#3198)
Signed-off-by: hydai <z54981220@gmail.com>
9 months ago
gabime c539f36551 clang format 2 years ago
gabime 77b07b3a10 clang format 2 years ago
gabime 1161d640a1 Removed bundled fmtlib. Use FetchContent instead 2 years ago
gabime 463af69d41 Clang format sort includes 2 years ago
gabime 6dffd7c6e8 update clang format again 2 years ago
gabime dcd5904bdc Updated clang-format
Merged with origin
2 years ago
gabime 433cac487e Renamed spdlog::log_level to spdlog::level and added some level tests 2 years ago
gabime 392917f855 null_atomic_log_level and fix compile 2 years ago
gabime 6cac90b89a clang format 2 years ago
gabime 92daf6954b Removed backtrace feature 2 years ago
gabime 3aceda041b Fixed bench 2 years ago
Romain Pokrzywka c5a09ebc49
Update #include to deprecated fmt header (#2545)
The <fmt/locale.h> header has been marked as deprecated for a while
and has finally been removed in fmt v0.9.0:
https://github.com/fmtlib/fmt/commit/5c7d315ded7bdb6cc5bd65daef091eefe

Replace with <fmt/format.h> instead, as recommended.
3 years ago
gabime dc030ec53c clang-format 4 years ago
Charless Milette 44a4517e2b Support C++20 std::format as an alternative to fmtlib 4 years ago
gabime 4f0e320236 Fixed format string in bench 4 years ago
gabime b990080a52 Fixed fmt locale.h deprecation warning 4 years ago
ryan-rsm-mckenzie 42c36f48ed ensure SPDLOG_FMT_EXTERNAL is honored throughout whole codebase 5 years ago
gabime 23c2c00d69 Bumb fmt version to 7.0.3 5 years ago
gabime d0fc8a572c Fixed clang-tidy warnings 5 years ago
gabime a8169a3d6b clang-format 5 years ago
gabime 18ed04b990 Fixed clang-tidy warnings in bench.cpp 5 years ago
gabime 5c2855e1c1 wip backtracer 6 years ago
gabime be507bf1cc Updated bench to include backtrace testing 6 years ago
gabime f11f3ce8b7 Updated bench 6 years ago
gabime 5f27697198 clang-format 6 years ago
gabime ee87aee4dd Updated bench 6 years ago
gabime e0b4ec54bd Fix warning in bench 6 years ago
gabime 3448e5867e Added oberrun policy bench to async-bench and removed async from bench 6 years ago
gabime bcfa9241b8 Updated copyright headers 6 years ago
gabime ca571e7a7a Updated bench of empty logger 6 years ago
gabime 31c428cece Report memory consumption in async bench 6 years ago
gabime a31719b546 clang-format 7 years ago
gabime 3a8f9484d2 Cleaned bench.cpp a little 7 years ago
gabime dd9d7e62d5 bench C-string title 7 years ago
gabime 4e3e80109a Code formatting 7 years ago
Jerome Meyer cb71fea0f6 Use fmt::string_view when logging a C string to avoid unnecessary copy 7 years ago
gabime 4b66e94ecf Code formatting 7 years ago
gabime 13cc6478fb Bench: eat our own dog food 7 years ago
gabime f2f9f324ec Updated default API impl and tests 7 years ago
gabime b368d18b0f Added default logger API 7 years ago
Gabi Melman a4bae6aba9
Update bench.cpp 7 years ago
gabime 808bc1f4ed clang format 7 years ago
gabime 41d879e292 Added support for binary logging using to_hex(..) 7 years ago
Gabi Melman 2e7b3cae2a
Update bench.cpp 7 years ago
gabime a58d7594cb Fixed issue #798 and added -Wconversion compiler flag to build 7 years ago
gabime 9e4925eff0 clang format 7 years ago
gabime c2a49080aa Refactored sink interface and base_sink 7 years ago