Commit Graph

236 Commits (c0ebc1a0dfee4b1cb3a43807a73bf0a5501418ea)

Author SHA1 Message Date
hydai e593f6695c
Fix warning - extra ';' for -Wextra-semi (#3198)
Signed-off-by: hydai <z54981220@gmail.com>
11 months ago
gabime 8cfd4a7e7b Fixed bench dev_null 1 year ago
gabime 0a53eafe18 update clang format again 2 years ago
gabime 9d52261185 clang format 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
Raul Tambre 76cdeb62e3 Don't enable C language in CMake
spdlog doesn't seem to actually require the C language.
Not enabling it results in a significant initial configure time speedup.
5 years ago
Raul Tambre ae9627c64c Raise CMake requirement to 3.13
* Reduces the range of possible version we'd need to test with.
* Enables newer policies reducing possible deprecation warnings from new policies.
* Allows removing some code for compatibility with older versions.
* Coincides with LLVM's bump to requiring CMake 3.13.
5 years ago
gabime 357b6c9d8c Added FMT_STRING bench 5 years ago
Gabi Melman 67606e2460
Delete meson.build 5 years ago
gabime 75c15e8028 Formatted cmake 5 years ago
gabime ff0e430e46 Formatted cmake using cmake-format 5 years ago
gabime d0fc8a572c Fixed clang-tidy warnings 5 years ago
gabime a8169a3d6b clang-format 5 years ago
gabime 48b71a02d7 Updated latency test to run null logging be default 5 years ago
gabime 18ed04b990 Fixed clang-tidy warnings in bench.cpp 5 years ago
gabime bbe3ace533 Fixed bench 6 years ago
gabime 9b7812a0f2 auto create log dir 6 years ago
gabime 7733849478 Updated meson build 6 years ago
gabime 5c2855e1c1 wip backtracer 6 years ago
gabime 2eb52cd047 Unified usage of fmt::memory_buffer across the codebase 6 years ago
gabime be507bf1cc Updated bench to include backtrace testing 6 years ago
gabime f11f3ce8b7 Updated bench 6 years ago
gabime c97c025adb clang-format 6 years ago
gabime 813536d4c6 Update latency bench 6 years ago
gabime 755ce0a016 Updated async_logger flush 6 years ago
gabime 79334ca5ab Fixed bench 6 years ago
gabime 25d3c83d3b Update async bench 6 years ago
gabime f3e379cf78 Fixed async dump_backtrace 6 years ago