Commit Graph

67 Commits (v2.x)

Author SHA1 Message Date
gabime 22122f3901 Merge PR #3366 from 1.x (Fix zformatter on Apple and POSIX.1-2024 conforming platform)
6 months ago
Gabi Melman 166843ff3a
V2.x no reg (#3285)
10 months ago
Gabi Melman 08c727e4f8
Use std filesystem (#3284)
10 months ago
gabime eacd4d6b2a Remove mdc
10 months ago
gabime 06be4409e6 clang-format
1 year ago
gabime 8815f81e5d Added mdc from pull #2907
2 years ago
gabime c539f36551 clang format
2 years ago
gabime 77b07b3a10 clang format
2 years ago
gabime 8dc7ba7e3d Cleaned tests
2 years ago
gabime dcd5904bdc Updated clang-format
2 years ago
gabime 433cac487e Renamed spdlog::log_level to spdlog::level and added some level tests
2 years ago
gabime 392917f855 null_atomic_log_level and fix compile
2 years ago
gabime 19d4e60561 Replaced details::make_unique with std::make_unique
2 years ago
gabime 1f61f5e019 clang format
2 years ago
Charles Milette 4f80077339
Support compile-time format string checking with std::format (#2544)
3 years ago
Jeeyong Um aa7490d187 Set eol to the test for overriding need_localtime
3 years ago
Jeeyong Um 38929f856d Allow overriding need_localtime for custom formatter
3 years ago
Charles Milette ebeb3707b1
Switch to vformat_to
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 7b14a65b2b Fixed format_to deprecated warning by wrapping the buffer with std::back_inserter
4 years ago
Charles Milette a453bccff0
Better support for / separators on Windows, improve wchar filename coverage
5 years ago
gabime 231ca50700 clang-format
5 years ago
gabime 934a9bb23e Fix issue #1617
5 years ago
gabime a8169a3d6b clang-format
6 years ago
gabime d09e03606c Fixed multiple clang-tidy warnings
6 years ago
gabime b2017f5653 Fixed multiple clang-tidy warnings
6 years ago
gabime 0a5ada6411 clang-format
6 years ago
gabime 963f8d3485 Fixed tests
6 years ago
Gabi Melman 60a8c5f1c9 Added padding support and set_pattern to custom_flags
6 years ago
Gabi Melman 752d5685dc Moved pattern formatter from spdlog/details to spdlog/
6 years ago
Gabi Melman c6c517431f wip custom formatter flags
6 years ago
gabime d25fb08a75 clang-format
6 years ago
gabime cee35f7d24 Added truncate flag (issue #1297)
6 years ago
gabime f5492aed12 Unified usage of fmt::memory_buffer across the codebase
6 years ago
gabime f5831d5132 clang-format
6 years ago
gabime f09334dc6f Updated pattern_foramtter tests
6 years ago
gabime 94c2810b0a Reduced max padding 128=>64
6 years ago
gabime 78c833a09f clang-format
6 years ago
gabime b658ff2124 Fix unittests
6 years ago
Gabi Melman c844ea4423
Update test_pattern_formatter.cpp
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 33a42202c7 Replace string pointer with string_view in log_msg
6 years ago
gabime 3bfcb0468e clang-format
7 years ago
gabime 7ce8ae72e8 Added test of pattern_formatter::clone()
7 years ago
gabime cc7e122915 Added test of pattern_formatter::clone()
7 years ago
gabime da84893921 Added test of pattern_formatter::clone()
7 years ago
gabime 1d5b6d7ae6 Added test of pattern_formatter::clone()
7 years ago
gabime 617fcc92cf clang-format
7 years ago