Commit Graph

  • 08f60f1efc Update changelog Victor Zverovich 2024-12-25 08:27:33 -08:00
  • faf3f84085 Bump version Victor Zverovich 2024-12-25 08:18:51 -08:00
  • f3a41441df Replace requests with urllib Victor Zverovich 2024-12-25 08:16:09 -08:00
  • 3f33cb21d2 Update changelog Victor Zverovich 2024-12-25 07:54:45 -08:00
  • b07a90386e Update changelog Victor Zverovich 2024-12-25 07:52:52 -08:00
  • a6fba51773 Update changelog Victor Zverovich 2024-12-25 07:49:56 -08:00
  • 25e2929988 Update changelog Victor Zverovich 2024-12-25 07:44:58 -08:00
  • 00ab2e98b5 Update changelog Victor Zverovich 2024-12-25 07:38:42 -08:00
  • a3ef285aec Always inline const_check to improve debug codegen in clang Victor Zverovich 2024-12-24 12:39:10 -08:00
  • 28d1abc9d2 Update changelog Victor Zverovich 2024-12-24 09:12:32 -08:00
  • 90704b9efd Update changelog Victor Zverovich 2024-12-23 14:55:33 -08:00
  • 86dae01c23 Fix compatibility with older versions of VS (#4271) YexuanXiao 2024-12-23 23:26:11 +08:00
  • d8a79eafdc Document formatting of bit-fields and fields of packed structs Victor Zverovich 2024-12-21 11:06:11 -08:00
  • 7c3d0152e5 Use the _MSVC_STL_UPDATE macro to detect STL (#4267) YexuanXiao 2024-12-19 22:47:13 +08:00
  • 7c50da5385 Allow getting size of dynamic format arg store (#4270) Hannes Harnisch 2024-12-19 04:54:35 +01:00
  • 873670ba3f Make parameter basic_memory_buffer<char, SIZE>& buf of to_string const Sascha Hestermann 2024-12-10 14:35:32 +01:00
  • 735d4cc05e Update changelog Victor Zverovich 2024-12-11 12:17:40 -08:00
  • 141380172f Allow disabling <filesystem> by define FMT_CPP_LIB_FILESYSTEM=0 (#4259) Vladislav Shchapov 2024-12-09 20:13:24 +05:00
  • 4302d74293 Update changelog Victor Zverovich 2024-12-08 07:20:31 -08:00
  • 0f51ea79d3 Update changelog Victor Zverovich 2024-12-07 11:05:40 -08:00
  • 9600fee020 Include <filesystem> only if FMT_CPP_LIB_FILESYSTEM is set (#4258) Alex Hirsch 2024-12-07 15:45:54 +01:00
  • 47a66c5ecc Bump msys2/setup-msys2 from 2.24.0 to 2.25.0 (#4250) dependabot[bot] 2024-12-02 09:24:57 -08:00
  • 385c01dc7b Allow bit_cast to work for 80bit long double (#4246) jsirpoma 2024-11-29 11:25:21 +02:00
  • df249d8ad3 Remove an old workaround Victor Zverovich 2024-11-19 14:28:39 +01:00
  • dfad80d1c5 Remove an old workaround Victor Zverovich 2024-11-19 14:06:55 +01:00
  • 536cabd562 Export all range join overloads (#4239) Justin Riddell 2024-11-15 21:01:59 +00:00
  • b1a054706e Remove more MSVC 2015 workarounds and fix string_view checks Victor Zverovich 2024-11-15 08:26:34 -08:00
  • bfd95392c7 Remove MSVC 2015 workaround Victor Zverovich 2024-11-15 07:55:59 -08:00
  • 9ced61bca4 Replace std::forward for clang-tidy (#4236) Justin Riddell 2024-11-14 17:06:30 +00:00
  • 75e5be6adc Sort specifiers Victor Zverovich 2024-11-13 13:01:13 -08:00
  • a169d7fa46 Fix chrono formatting syntax doc (#4235) nikola-sh 2024-11-13 23:57:22 +03:00
  • a6c45dfea8 Fix modular build Victor Zverovich 2024-11-10 09:06:50 -08:00
  • a35389b3c2 Corrently handle buffer flush Victor Zverovich 2024-11-09 09:48:26 -08:00
  • 5a3576acc8 Implement fmt::join for tuple-like objects (#4230) Vladislav Shchapov 2024-11-09 21:28:46 +05:00
  • 542600013f Suppress MSVC warnings "C4127: conditional expression is constant" by used const_check (#4233) Vladislav Shchapov 2024-11-09 20:43:46 +05:00
  • 720da57bab Remove reference to unused intrinsic Victor Zverovich 2024-11-03 17:18:33 -08:00
  • 680db66c3a Explicitly export symbols from detail Victor Zverovich 2024-11-03 09:13:17 -08:00
  • 56ce41ef63 Remove initializer_list dependency Victor Zverovich 2024-11-03 08:26:25 -08:00
  • cf50e4d6a4 Fix const[expr] in context API Victor Zverovich 2024-11-03 07:25:52 -08:00
  • 6580d7b808 Cleanup the format API Victor Zverovich 2024-11-03 06:57:36 -08:00
  • 7e73566ce7 Minor cleanup Victor Zverovich 2024-11-02 11:24:24 -07:00
  • 8523dba2dc Make constexpr precede explicit consistently Victor Zverovich 2024-11-02 11:03:03 -07:00
  • e3d3b24fc1 Minor cleanup Victor Zverovich 2024-11-02 10:46:58 -07:00
  • 1521bba701 Use consistent types for argument count Victor Zverovich 2024-11-02 07:49:55 -07:00
  • 00649552a8 Bump github/codeql-action from 3.26.6 to 3.27.0 (#4223) dependabot[bot] 2024-11-01 09:13:46 -07:00
  • 4b8e2838f0 More cleanup Victor Zverovich 2024-10-27 10:56:52 -07:00
  • 7d4662f7ab Remove FMT_BUILTIN_CTZ Victor Zverovich 2024-10-27 10:18:24 -07:00
  • 27110bc474 Minor cleanup Victor Zverovich 2024-10-27 09:42:13 -07:00
  • 68f3153762 Fix narrowing conversion warning in struct fstring (#4210) Sergey 2024-10-27 06:41:20 -07:00
  • 168df9a064 Implement fmt::format_to into std::vector<char> (#4211) Vladislav Shchapov 2024-10-26 21:23:59 +05:00
  • 4daa3d591f Fix error: cannot use 'try' with exceptions disabled in Win LLVM Clang (#4208) Sergey 2024-10-23 10:43:55 -07:00
  • e9eaa27e5a Add std::exception to the docs Victor Zverovich 2024-10-20 09:42:29 -07:00
  • 2b6a786e35 Use standard context in print Victor Zverovich 2024-10-20 09:08:24 -07:00
  • a16ff5787b Add support for code units > 0xFFFF in fill Victor Zverovich 2024-10-19 07:58:53 -07:00
  • 601be1cbe7 Add support for code units > 0xFFFF in fill Victor Zverovich 2024-10-19 07:58:53 -07:00
  • 58c185b634 Changing type of data_ to size_t to avoid compilation warnings (#4200) Vinay Yadav 2024-10-19 19:29:21 +05:30
  • a0a9ba2afc Fix hashes Victor Zverovich 2024-10-18 12:33:42 -07:00
  • cc2ba8f9ed Cleanup cifuzz action Victor Zverovich 2024-10-13 09:43:09 -07:00
  • a18d42b208 Simplify lint (#4197) Victor Zverovich 2024-10-13 09:28:38 -07:00
  • 4046f97278 Fix -Wmissing-noreturn warning (#4194) Yi Kong 2024-10-11 00:59:56 +09:00
  • 6bdc12a199 detail_exported -> detail Victor Zverovich 2024-10-09 10:35:30 -07:00
  • 786a4b0968 Cleanup fixed_string Victor Zverovich 2024-10-09 08:42:49 -07:00
  • 2cb3b7c64b Update README.md Victor Zverovich 2024-10-06 07:39:03 -07:00
  • e9cba69057 Update README.md Victor Zverovich 2024-10-06 07:38:41 -07:00
  • 02537548f3 Cleanup an example Victor Zverovich 2024-10-04 17:15:07 -07:00
  • c68c5fa7c7 Test FMT_BUILTIN_TYPES Victor Zverovich 2024-10-04 12:57:57 -07:00
  • 22701d5f63 Address build failures when using Tip-of-Tree clang. (#4187) Haowei 2024-10-04 06:45:29 -07:00
  • e62c41ffb0 Conform std::iterator_traits<fmt::appender> to [iterator.traits]/1 (#4185) Casey Carter 2024-10-03 09:05:14 -07:00
  • 18792893d8 Silencing Wextra-semi warning (#4188) Francesco Cavaliere 2024-10-03 18:00:55 +02:00
  • c90bc91862 Bump actions/checkout from 4.1.6 to 4.2.0 (#4182) dependabot[bot] 2024-10-01 13:39:00 -07:00
  • c95722ad62 Improve naming consistency Victor Zverovich 2024-09-29 18:17:44 -07:00
  • db06b0df87 Use countl_zero in bigint Victor Zverovich 2024-09-29 16:57:29 -07:00
  • b9ec48d9ca Cleanup bigint Victor Zverovich 2024-09-29 11:07:50 -07:00
  • 3faf6f181e Add min_of/max_of Victor Zverovich 2024-09-29 10:23:29 -07:00
  • d64b100a30 Relax constexpr Victor Zverovich 2024-09-29 09:16:29 -07:00
  • ff9ee0461a Fix handling FMT_BUILTIN_TYPES Victor Zverovich 2024-09-28 09:23:48 -07:00
  • 1c5883bef0 Test nondeterministic conversion to format string Victor Zverovich 2024-09-28 08:20:24 -07:00
  • cacc3108c5 Don't assume repeated evaluation of string literal produce the same pointer Victor Zverovich 2024-09-28 08:00:39 -07:00
  • fade652ade Require clang >=15 for _BitInt support (#4176) Justin Riddell 2024-09-27 00:10:51 +01:00
  • 96dca569a1 Module linkage fixes for shared build (#4169) Cameron Angus 2024-09-26 15:53:55 +01:00
  • 891c9a73ae Cleanup format API Victor Zverovich 2024-09-22 15:31:52 -07:00
  • 9282222b7d Export more Victor Zverovich 2024-09-22 15:10:58 -07:00
  • e5b20ff0d0 Deprecate detail::locale_ref Victor Zverovich 2024-09-22 10:44:38 -07:00
  • ff92223549 Simplify locale handling Victor Zverovich 2024-09-22 09:47:09 -07:00
  • 80c4d42c66 Cleanup format.h Victor Zverovich 2024-09-22 08:20:16 -07:00
  • 3b70966df5 Add width and alignment support to error_code Victor Zverovich 2024-09-21 07:39:24 -07:00
  • 05226c4bd9 Remove type_identity Victor Zverovich 2024-09-20 19:13:09 -07:00
  • c283b458a5 Cleanup format.h Victor Zverovich 2024-09-20 19:00:23 -07:00
  • fe79932c26 Fix conversion warning on chrono.h (#4170) Paulo Assis 2024-09-20 20:47:27 -03:00
  • 23fcf1942a Apply clang-format Victor Zverovich 2024-09-20 09:34:10 -07:00
  • 3f296e3d4a Workaround clang-format nonsense Victor Zverovich 2024-09-20 09:05:59 -07:00
  • a197a994c5 Add member format_as for std Victor Zverovich 2024-09-20 07:08:47 -07:00
  • 6d43c755bc Fix a typo Victor Zverovich 2024-09-19 10:49:11 -07:00
  • 1f87b1c58d Use fmt::formatter specialization for std::reference_wrapper to avoid undefined behavior (#4164) Vladislav Shchapov 2024-09-19 22:34:33 +05:00
  • ed8f8be70d More chrono padding (#4161) Khanh H 2024-09-18 09:27:45 -07:00
  • 55a0a9cd62 Cleanup pragma detection Victor Zverovich 2024-09-17 19:46:30 -07:00
  • 5c926d9ff9 Remove FMT_UNCHECKED_ITERATOR Victor Zverovich 2024-09-17 19:40:29 -07:00
  • 8b024662d4 Remove unnecessary inheritance Victor Zverovich 2024-09-17 19:31:55 -07:00
  • 2f1424be90 Simplify handling of arrays Victor Zverovich 2024-09-17 19:05:43 -07:00
  • 239aa6911b Remove unwrap_named_arg Victor Zverovich 2024-09-16 20:42:41 -07:00