Commit Graph

529 Commits (d7c6cc13a5a7cf57fd55ecab91eba2dc1205e0f6)

Author SHA1 Message Date
gabime d7c6cc13a5 Removed SPDLOG_USE_STD_FORMAT 9 months ago
gabime 62534f2e4e clang format 9 months ago
gabime eacd4d6b2a Remove mdc 9 months ago
gabime 968dcfbc6b Remove SPDLOG_SOURCE_LOCATION support 9 months ago
hydai e4d81a5be9 Fix warning - extra ';' for -Wextra-semi (#3198)
Signed-off-by: hydai <z54981220@gmail.com>
9 months ago
gabime c1f101af13 make example compatible with fmt 11 (#3130) 9 months ago
gabime 06be4409e6 clang-format 1 year ago
gabime 8815f81e5d Added mdc from pull #2907 1 year ago
gabime c539f36551 clang format 2 years ago
gabime 77b07b3a10 clang format 2 years ago
gabime a3e05332b0 Removed fmt wrapper files 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 eb7d87685b Fixed example 2 years ago
gabime 8590436aaf Fixed example 2 years ago
gabime 83d5f3dbad Revert 70f7a8252d 2 years ago
gabime 5782891494 Removed SPDLOG_FMT_RUNTIME definition 2 years ago
gabime 57868277db clang format 2 years ago
Gabi Melman 9b3a4e28c5 Copy spdlog dll to the executable folder for example, tests and bench 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 6d520df916 Removed header only options 2 years ago
gabime 433cac487e Renamed spdlog::log_level to spdlog::level and added some level tests 2 years ago
gabime 2d801bbd80 Update comment 2 years ago
gabime 392917f855 null_atomic_log_level and fix compile 2 years ago
gabime 8488b027e9 Formatting 2 years ago
Gabi Melman 536da46a2c Changed macro name to SPDLOG_EMIT_SOURCE_LOCATION 2 years ago
gabime a7a537216c Removed swap from logger and renamed source location macro to SPDLOG_USE_SOURCE_LOCATION 2 years ago
gabime 90e92438c8 clang format 2 years ago
gabime 1faeb5b6fa Minor cleanups 2 years ago
gabime db76ab6c9f Fixed README.md and example.cpp 2 years ago
gabime 9d6dd2a691 Fixed warning for example 2 years ago
gabime 19d4e60561 Replaced details::make_unique with std::make_unique 2 years ago
gabime 92daf6954b Removed backtrace feature 2 years ago
gabime a98d3ab0c7 clang format 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 7e635fca68 Fixed #2724 by excluding bin_to_hex sink if using std::format 2 years ago
gabime 1f61f5e019 clang format 2 years ago
Bailey Chittle 069a2e8fc9
fix small issue when compiling with C++20 without std::format (#2688) 2 years ago
Zeus James da14258533
Fix MinGW build issue on example (#2642)
* Fix MinGW build issue on example #2638

* Move the cmake change to example\CMakeLists.txt

* Update CMakeLists.txt on the example
3 years ago
Mohammad Ali 3cab260814
Add a trivial callback sink (#2610)
Add a trivial callback sink
3 years ago
gabime a7e2bf161e Update user defined type example 3 years ago
gabime 070dd181df clang format 3 years ago
Kevin Slattery d3dee23e6c Remove new macro, update example with correct way to specify fmt lib namespace when fmt_lib namespace alias cannot be used. 3 years ago
Kevin Slattery 5f5e70e96e C++14 build fixes for older gcc #2333 3 years ago
gabime 71105e0b07 Fixed #2227 4 years ago
gabime c432fdd987 Bump fmt to version 8.1.1 and run clang-format 4 years ago
Gabi Melman e45c11f98a
Update example.cpp 4 years ago
Gabi Melman c211288576
Update example.cpp 4 years ago