Commit Graph

283 Commits (63535f140b938af0c0894d5778c25150bbfa28d9)

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
gabime 0641ddec58 always use std::string_view and remove is_convertible_to_sv 9 months ago
gabime fb3969d540 alwaus use std::string_view 9 months ago
gabime 62534f2e4e clang format 9 months ago
gabime 50ea0cc1aa Removed appveyor ci 9 months ago
gabime 968dcfbc6b Remove SPDLOG_SOURCE_LOCATION support 9 months ago
gabime 79422fe1dc Added missing include 9 months ago
gabime a2de13630b Backported FMT_STRING 9 months ago
gabime 77b07b3a10 clang format 2 years ago
gabime 24fe442d03 Use relative includes and create spdlog_config.h 2 years ago
gabime 68e71cfc49 Revert "force constexpr of empty source_loc"
This reverts commit 7e3700f650.
2 years ago
Gabi Melman 7e3700f650 force constexpr of empty source_loc 2 years ago
gabime 463af69d41 Clang format sort includes 2 years ago
gabime a3934472c9 Relative include paths in headers 2 years ago
gabime 967554e4c5 added comments 2 years ago
gabime 6dffd7c6e8 update clang format again 2 years ago
gabime f36b2c5f93 reformat code 2 years ago
gabime dcd5904bdc Updated clang-format
Merged with origin
2 years ago
gabime 6de0ffa15f Updated clang format to google style 2 years ago
gabime e28eadcd52 Clang format 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 7c0afada60 check SPDLOG_SOURCE_LOCATION in macros and in runtime 2 years ago
gabime 31a7dc6e1e Fix atomic level 2 years ago
gabime 392917f855 null_atomic_log_level and fix compile 2 years ago
gabime 3d5ddea136 Use std::vformat 2 years ago
gabime a3ef3ab7a4 Removed SPDLOG_FMT_STRING 2 years ago
gabime 8488b027e9 Formatting 2 years ago
gabime 3979bd15f7 Fixed build 2 years ago
Gabi Melman 536da46a2c Changed macro name to SPDLOG_EMIT_SOURCE_LOCATION 2 years ago
Gabi Melman ce6bccb194 Fixed logger::log with std::format under msvc 2 years ago
Gabi Melman e1c7e6fde4 Update logger.h 2 years ago
Gabi Melman fb40b49ef0 Update logger.h 2 years ago
gabime af2f24de07 Removed swap from logger and renamed source location macro to SPDLOG_USE_SOURCE_LOCATION 2 years ago
gabime 3eea04bcd3 Simplify by replacing is_convertible_to_sv with string_view_t param 2 years ago
gabime b19ceb6d0a Remove refs from format_string param 2 years ago
gabime 90e92438c8 clang format 2 years ago
gabime 1faeb5b6fa Minor cleanups 2 years ago
gabime b3ab35cf8e Fix issues with string view 2 years ago
gabime b2372fd076 Enable std::source_location if SPDLOG_EMIT_SOURCE_LOCATION is defined 2 years ago
gabime ac6b7ec87e check should_log in log_with_format_ 2 years ago
gabime 5993e78aac Removed SPDLOG_WCHAR_SUPPORT macro 2 years ago
gabime 7c054b6dba Inlined sink_it_ 2 years ago
gabime 54d402e094 Fixed tidy warning 2 years ago
gabime 6a53d6354b minor cleanup 2 years ago
gabime e1ee0c62a7 Replaced SPDLOG_CONSTEXPR and SPDLOG_NOEXCEPT macros with c++20 keywords 2 years ago
gabime d7db2cf3aa Added some [[nodiscard]] annotations 2 years ago
gabime 6cac90b89a clang format 2 years ago
gabime 2ecc00e9c6 Simplified code 2 years ago
gabime 92daf6954b Removed backtrace feature 2 years ago