Commit Graph

218 Commits (ef61fb11f04ca14be1b17ba6394241a739d7b97f)

Author SHA1 Message Date
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
gabime 0258c47774 some cleanup in logger 6 years ago
gabime 6b527a50dd backtrace sink and refactoring 6 years ago
gabime 5f27697198 clang-format 6 years ago
gabime 1ac46bacfe Updated formatter bench 6 years ago
gabime a4ec91fd06 Cleaned bench folder 6 years ago
gabime ee87aee4dd Updated bench 6 years ago
Daniel Mensinger 822aee2b4f
Added meson build support 6 years ago
gabime db5af8ead1 clang-format 6 years ago
gabime c09dee7717 Moved source filename shortening to pattern formatter instead of macro 6 years ago
gabime 68a0193d95 CMake refactoring to functions 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 12266ad004 Fix async bench under msvc 6 years ago
gabime 03f0e2196e Fix async bench under msvc 6 years ago
gabime 33a42202c7 Replace string pointer with string_view in log_msg 6 years ago
gabime bcfa9241b8 Updated copyright headers 6 years ago
gabime ca571e7a7a Updated bench of empty logger 6 years ago
gabime abd6a6784e Set default queue size in async bench to 8192 6 years ago