Commit Graph

40 Commits (f36b2c5f935cb03d0959fd940b8e364248a81041)

Author SHA1 Message Date
gabime f36b2c5f93 reformat code
2 years ago
gabime dcd5904bdc Updated clang-format
2 years ago
gabime 6de0ffa15f Updated clang format to google style
2 years ago
gabime a3ef3ab7a4 Removed SPDLOG_FMT_STRING
2 years ago
gabime e1ee0c62a7 Replaced SPDLOG_CONSTEXPR and SPDLOG_NOEXCEPT macros with c++20 keywords
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
Li Z 927cc29444
Fix unexpected delimiter at start of line in to_hex formatter (#2627)
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 c432fdd987 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
gabime dc030ec53c clang-format
4 years ago
Charles Milette 0ded003703 Fix wchar_t overloads and dump_info formatter
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 5887744d8b Fixed bin2hex to work with fmt v8
4 years ago
Gabi Melman 99b8c5d379
Update bin_to_hex.h
5 years ago
Gabi Melman 19f2804661
Fix #1611
5 years ago
gabime 643426e2b2 Small refactor
6 years ago
gabime f31a834613 clang-format
6 years ago
gabime 683080be53 Fix clang-tidy warning
6 years ago
ngugcx 02bfa0898c Do not fill blanks to align if there is only one line.
6 years ago
ngugcx f5313f92f1 Enhance to_hex like the unix command hexdump.
6 years ago
gabime ed8d099607 Fixed #1197
6 years ago
gabime b693d0cd91 Fix #1195
6 years ago
gabime 6bcb422c80 clang format and SPLDOG_HEADER_ONLY macro
6 years ago
gabime 8e4996baf4 Replaced constexpr with SPDLOG_CONSTEXPR
7 years ago
gabime aa47ac85c9 add constexpr to hex chars
7 years ago
gabime 808bc1f4ed clang format
7 years ago
gabime 41d879e292 Added support for binary logging using to_hex(..)
7 years ago