Commit Graph

126 Commits (11770fc7e56d8d7e85ea40a83c7616afe736d147)

Author SHA1 Message Date
gabime e1ee0c62a7 Replaced SPDLOG_CONSTEXPR and SPDLOG_NOEXCEPT macros with c++20 keywords
2 years ago
gabime 27c518d509 Updated bundled fmt to version 10.0.0
2 years ago
gabime 4338b9cd23 Revert "Updated bundled fmt to version 10.0.0"
2 years ago
gabime 4b8ff51a29 Added const to put_newline() in bin_to_hex.h
2 years ago
Gabi Melman 8b8bc20f30
Added const qualifier to bin_hex_formatter to support c++20
2 years ago
gabime 62e55e7a7f Updated bundled fmt to version 10.0.0
2 years ago
Li Z 927cc29444
Fix unexpected delimiter at start of line in to_hex formatter (#2627)
3 years ago
Eli Boyarski 18495bf25d
Bundle fmt 9.1.0's std.h, and provide a header to include either it or the external fmt's version (#2539)
3 years ago
Gabi Melman 7aa00607ea
chrono.h: Remove warning suppression
3 years ago
gabime b59b4a2b45 Rvert suppressing msvc2017 warnings and fix ci instead
3 years ago
gabime 130ff0c8db enable the ostream formatting for backward compatibility with fmt 8.x
3 years ago
gabime 14a29c03eb suppress warning 4307 when including format-inline.h under msvc 2017
3 years ago
gabime 3499dfeeb4 Bump bundled fmtlib to version 1.9.1
3 years ago
offa 06f9953fa8 Workaround deprecation warning on Clang with C++20
3 years ago
John Armstrong 799802f93b Add FMT_STRING to allow compilation with FMT_ENFORCE_COMPILE_STRING
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
gabime d8199b607d Bump fmt to version 8.1.1 and run clang-format
4 years ago
Tim Blechmann 626efad307 spdlog: fmt - support `std::span` in `to_hex`
4 years ago
Roocks Patrick (MTN PTT / External) f304ca3daf code style fixes
4 years ago
Roocks Patrick (MTN PTT / External) d93cea97ec Fix usage of ranges and to_hex in the same compile unit
4 years ago
Gabi Melman e1a4b28039
Added fmt license file to bundled fmt folder
4 years ago
gabime dc030ec53c clang-format
4 years ago
Charles Milette 0ded003703 Fix wchar_t overloads and dump_info formatter
4 years ago
Charless Milette 2d77ef92b0 Avoid specializing std::formatter for std::tm (not a great idea after all)
4 years ago
Charless Milette f6901606f5 Add std::tm formatter, fix spdlog::stopwatch formatter, conditionally use fmt::runtime in test_errors
4 years ago
Charles Milette 8e359baaec
Merge branch 'v1.x' into std-format
4 years ago
Dimitris Apostolou 591eedcf36
Fix typos
4 years ago
Charless Milette 89c4b1aabe Fix build issues under C++11
4 years ago
Charless Milette 4008f31add Fix missing spdlog::
4 years ago
Charless Milette c475418975 Put formatter specialization in its original namespace
4 years ago
Charless Milette 44a4517e2b Support C++20 std::format as an alternative to fmtlib
4 years ago
Dmitriy Merkushov b400705a1c bin_to_hex.h: include common.h instead of spdlog.h
4 years ago
Dmitriy Merkushov dfd12e6dac bin_to_hex.h: include spdlog.h to support inclusion of bin_to_hex.h in any order with spdlog.h
4 years ago
dkavolis 1344d44a5a check args on formatting
4 years ago
gabime e7e8b75a4c clang-format
4 years ago
gabime 1523c83650 Added fmt/compile.h bundled file
4 years ago
gabime b83106bed4 Update bundled fmt to v8.0.1
4 years ago
gabime d75fd2c7f9 Fixed wchar support under msvc
4 years ago
gabime 9ebc4b24d9 Added missing args.h file
4 years ago
gabime efbe3e4d57 Added missing fmt 8 headers
4 years ago
gabime 5887744d8b Fixed bin2hex to work with fmt v8
4 years ago
gabime 8bf718671a Update fmt version 8.0
4 years ago
Hai Feng Kao ca2cd6f3e7 fix Xcode compiler warning "no new line at the end of file"
5 years ago
gabime 2b81c40b90 Bump fmt to version 7.1.3
5 years ago
Gabi Melman 99b8c5d379
Update bin_to_hex.h
5 years ago
gabime 4a9ccf7e38 Fixed chrono wrapper
5 years ago
gabime a16a029790 Added bundled fmt os.h file
5 years ago
gabime dfc777803a enable the 'n' flag in for backward compatibility with fmt 6.x
5 years ago