Commit Graph

265 Commits (ea1bcdb0f9754950dd0c9cba8567957808d0b66f)

Author SHA1 Message Date
gabime 96decf4c8b Fixed latency compile 12 months ago
gabime a7298c5b8f async sink config param and tests 12 months ago
gabime f5f073af95 Fixed latency.cpp 1 year ago
gabime 92d06834cf Fixed bench 1 year ago
gabime e75b11c00f Fixed async_bench.cpp 1 year ago
Gabi Melman 166843ff3a
V2.x no reg (#3285)
Removed registry
1 year ago
Gabi Melman 63535f140b
V2.x no std format (#3271)
* Removed SPDLOG_USE_STD_FORMAT

* Removed SPDLOG_USE_STD_FORMAT

* clang-format

* Fix windows.yml ci

* Fix ci
1 year ago
hydai e4d81a5be9 Fix warning - extra ';' for -Wextra-semi (#3198)
Signed-off-by: hydai <z54981220@gmail.com>
1 year ago
gabime 06be4409e6 clang-format 2 years ago
gabime 8f526df1a9 Update latency test 2 years ago
gabime 232aace328 added spdlog::get(..) benchmarks 2 years ago
gabime 50d7f59951 Fixed bench dev_null 2 years ago
gabime c539f36551 clang format 2 years ago
gabime 77b07b3a10 clang format 2 years ago
Gabi Melman 70f397f75d Cmake use FOLDER third-party for third party libs 2 years ago
Gabi Melman 90c5055b77 place dlls in the same directory as the executables on msvc 2 years ago
Gabi Melman ea66477ac0 Copy dlls to the executable folder for msvc 2 years ago
gabime 1161d640a1 Removed bundled fmtlib. Use FetchContent instead 2 years ago
gabime 57868277db clang format 2 years ago
Gabi Melman 2b88112c36 Copy spdlog dll to the executable folder for example, tests and bench 2 years ago
Gabi Melman 9b3a4e28c5 Copy spdlog dll to the executable folder for example, tests and bench 2 years ago
gabime 4f36d1933a Added missing include 2 years ago
gabime 857158d5d9 minor cleanup 2 years ago
gabime 2bdddc61e8 minor cleanup 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 b2372fd076 Enable std::source_location if SPDLOG_EMIT_SOURCE_LOCATION is defined 2 years ago
gabime 19d4e60561 Replaced details::make_unique with std::make_unique 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
albert-github 81ce5fcdb7
Remove obsolete part from cmake configuration files (#2871)
Updating minimum CMake version to 3.11
2 years ago
gabime 1f61f5e019 clang format 3 years ago
gabime 4c5ee9bb10 Added global logger benchmarks 3 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
Sprite d7de159455
Fix undefined macro `FMT_STRING` in benchmark when using `std::format` (#2540) 3 years ago
gabime 8a0b2231b1 Renamed bench name 3 years ago
gabime ac6908a139 Update bench CMakelists.txt 4 years ago
Gabi Melman 28e415fb3e Update to google benchmark to v1.6.0 4 years ago
lisr 569b851b80 aix - reference to 'thread' is ambiguous, sys/thread.h vs std::thread 4 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 e7e8b75a4c clang-format 4 years ago
gabime 0f83b33d4f backward compatibility with fmt version < 8 5 years ago
gabime 4f0e320236 Fixed format string in bench 5 years ago
gabime b990080a52 Fixed fmt locale.h deprecation warning 5 years ago
Gabi Melman 23dfb4e2f9
Merge pull request #1846 from MathiasMagnus/fix-bench
Avoid relying on function name decay mechanics
5 years ago