Commit Graph

210 Commits (23c2c00d691d02a1ad226a2489adc8f399a4f84d)

Author SHA1 Message Date
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
gabime 31c428cece Report memory consumption in async bench 6 years ago
gabime 76fc166e11 CMakeLists.txt minor improvments 6 years ago
gabime fc53e3339f CMakeLists.txt minor improvments 6 years ago
gabime 30bd80bd85 CMake improvements 6 years ago
Gabi Melman 84f25b9f18
Update CMakeLists.txt 6 years ago
David Zemon 6fe899af10 Set Threads::Threads dependency on spdlog libs - don't make user do it 6 years ago
David Zemon 8dd85285e7 Allow user to choose between static or shared library 6 years ago
gabime 872ea6bf09 Deleted redundant Make files and solutions 6 years ago