Commit Graph

259 Commits (dcf664ee1dfe40ad92642f16df26bb60bcbbd42c)

Author SHA1 Message Date
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
9 months ago
hydai e4d81a5be9 Fix warning - extra ';' for -Wextra-semi (#3198)
Signed-off-by: hydai <z54981220@gmail.com>
9 months ago
gabime 06be4409e6 clang-format 1 year ago
gabime 8f526df1a9 Update latency test 1 year ago
gabime 232aace328 added spdlog::get(..) benchmarks 1 year ago
gabime 50d7f59951 Fixed bench dev_null 1 year 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 2 years ago
gabime 4c5ee9bb10 Added global logger benchmarks 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
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 4 years ago
gabime 4f0e320236 Fixed format string in bench 4 years ago
gabime b990080a52 Fixed fmt locale.h deprecation warning 4 years ago
Gabi Melman 23dfb4e2f9
Merge pull request #1846 from MathiasMagnus/fix-bench
Avoid relying on function name decay mechanics
5 years ago
Máté Ferenc Nagy-Egri 7a10e31982
Avoid relying on function name decay mechanics 5 years ago
ryan-rsm-mckenzie 42c36f48ed ensure SPDLOG_FMT_EXTERNAL is honored throughout whole codebase 5 years ago
kitattyor 5567ed01e5 Download googlebenchmark if not found; requires cmake 3.11 5 years ago
gabime 231ca50700 clang-format 5 years ago
gabime cd701761f9 clang-format 5 years ago
gabime 23c2c00d69 Bumb fmt version to 7.0.3 5 years ago