Commit Graph

  • 6c7cc6a06f Fix group_digits for negative integers (#3901) Vladislav Shchapov 2024-03-20 01:03:57 +05:00
  • 365c3fbd25 Bump timeout Victor Zverovich 2024-03-19 10:49:02 +09:00
  • c0dac83982 Use p2197 format for complex by default Victor Zverovich 2024-03-19 07:55:45 +09:00
  • bb882c03bc Simplify path formatting Victor Zverovich 2024-03-19 07:47:42 +09:00
  • 12acd7988b Fix ambiguous call Vladislav Shchapov 2024-03-17 20:45:27 +05:00
  • c710bfa10c Apply clang-format Vladislav Shchapov 2024-03-13 13:40:03 +05:00
  • 73f2b344b2 Add std::complex formatter Vladislav Shchapov 2024-03-09 12:27:50 +05:00
  • 9f3fc6e38b Add XChar support into nested_formatter Vladislav Shchapov 2024-03-13 13:39:46 +05:00
  • c17816cb4a Fix invalid fmt::formatter<>::format return type (#3895) Vladislav Shchapov 2024-03-15 18:25:42 +05:00
  • df6e7b22f7 Fix relative path for cmake in usage doc (#3890) Tobias Hermann 2024-03-12 14:56:12 +01:00
  • c816fa6751 Fix a warning Victor Zverovich 2024-03-10 10:27:42 -07:00
  • e281749c5d Simplify range formatter Victor Zverovich 2024-03-09 08:20:27 -08:00
  • 11f2f30f0b Simplify range formatter Victor Zverovich 2024-03-09 08:20:27 -08:00
  • 13cfaa2ab0 Guard against usage of _isatty when header was not included (#3880) mtillmann0 2024-03-08 22:34:46 +01:00
  • 0861db500f Support character range formatting (#3863) js324 2024-03-07 13:51:46 -05:00
  • dfe5b12c08 Update os-test.cc (#3883) vgorrX 2024-03-06 21:37:57 +07:00
  • 09935d8239 Bump github/codeql-action from 3.23.2 to 3.24.6 (#3876) dependabot[bot] 2024-03-03 06:46:32 -08:00
  • 3bc6cc1e63 Protect against locking formatters Victor Zverovich 2024-03-02 09:13:29 -08:00
  • 4fcc317dc9 Bump actions/upload-artifact from 4.3.0 to 4.3.1 (#3875) dependabot[bot] 2024-03-01 12:20:00 -08:00
  • ae1e93d34d Fix warning C4702 emitted from format.h (MSVC) (#3866) Baardi 2024-02-28 16:47:13 +01:00
  • f68f452dea Workaround an ld warning on macOS Victor Zverovich 2024-02-25 11:41:52 -08:00
  • ebea5736a2 Fix chrono locale format bug for RHEL gcc (#3859) Gao Mingfei 2024-02-25 23:09:33 +08:00
  • ddf0b7d2b5 Fix warning C4365 emitted from printf.h (#3865) Baardi 2024-02-24 00:33:21 +00:00
  • 0166f455f6 std.h c++23 build fix (#3856) prlw1 2024-02-19 18:19:39 +00:00
  • 8e42eef495 Don't error on min time_point Victor Zverovich 2024-02-10 17:31:01 -08:00
  • 91b30e5b4e More API details Victor Zverovich 2024-02-10 07:38:29 -08:00
  • 7a63e233d2 Readd core.h to headers Victor Zverovich 2024-02-10 07:10:28 -08:00
  • 44c3fe1ebb Fix handling of static separator Victor Zverovich 2024-02-09 15:58:56 -08:00
  • ae181cc93d C++23 compatibility: basic_string_view cannot be constructed from nullptr (#3846) Anders Dalvander 2024-02-09 16:39:43 +01:00
  • 3a6fb2fcaf Fix some typos. (#3843) Bruce Mitchener 2024-02-09 01:59:52 +07:00
  • 0879504796 Fix typo in typename. containter_type -> container_type. (#3844) Bruce Mitchener 2024-02-08 21:24:55 +07:00
  • 34f415b56e Fix %S formatting for chrono durations with leading zeroes (#3814) js324 2024-02-07 12:47:32 -05:00
  • e17bc67547 Make scan variadic Victor Zverovich 2024-02-04 07:44:11 -08:00
  • 06311ed1ce Fix fixed rounding around zero in Dragon Victor Zverovich 2024-02-03 09:31:36 -08:00
  • e5bab8dab4 added formatter for std::expected (#3834) Dominic Pöschko 2024-02-03 18:06:15 +01:00
  • 9f5f39cb50 Bump actions/upload-artifact from 4.0.0 to 4.3.0 (#3837) dependabot[bot] 2024-02-01 09:05:12 -08:00
  • ea581437e5 Bump github/codeql-action from 2.22.5 to 3.23.2 (#3836) dependabot[bot] 2024-02-01 09:04:58 -08:00
  • 6321a97d6b Simplify color formatting Victor Zverovich 2024-01-31 18:23:12 -08:00
  • 4b6b32f388 Deprecate wide stream function Victor Zverovich 2024-01-31 18:10:52 -08:00
  • 1b54ba4b9d Fix UB in format_arg_store implementation. (#3833) Afanasyev Ivan 2024-02-01 01:08:29 +07:00
  • 71a4a8d479 Really fix MSVC warning about <bit> only being available in C++20. (#3832) Frank Richter 2024-01-30 19:42:35 +01:00
  • 8e62172ab6 Fix a warning Victor Zverovich 2024-01-29 07:48:48 -08:00
  • 28afff363c Improve buffering Victor Zverovich 2024-01-27 16:01:15 -08:00
  • af44c29744 Separate buffer initialization from flush Victor Zverovich 2024-01-27 14:57:54 -08:00
  • a1e1eedbb5 Minor cleanup Victor Zverovich 2024-01-27 14:00:13 -08:00
  • ffce3632b7 Add glibc stream support Victor Zverovich 2024-01-27 10:03:45 -08:00
  • b5669512b1 Don't hang on test failure Victor Zverovich 2024-01-27 09:33:07 -08:00
  • 6435b169ec Add support for line buffering Victor Zverovich 2024-01-24 16:10:01 -08:00
  • 6f260455aa Add scan_data::make_args Victor Zverovich 2024-01-21 08:53:29 -08:00
  • e1832bcf00 Consider ADL begin() and end() when joining ranges (#3824) Beat Bolli 2024-01-22 16:39:33 +01:00
  • 2caf1b3b91 scan more Victor Zverovich 2024-01-21 07:56:56 -08:00
  • 668fe2653c doc: fix the chrono %C example value (#3822) Beat Bolli 2024-01-21 15:31:15 +01:00
  • 06fc25f266 Don't always enable typeid usage under msvc (#3821) Edoardo Lolletti 2024-01-21 15:28:22 +01:00
  • 11ba1270ab Fix flush Victor Zverovich 2024-01-20 07:58:56 -08:00
  • 4c5b4af04d Improve name argument validation Victor Zverovich 2024-01-19 16:06:06 -08:00
  • 2eb363297b Fix custom formatter example (#3820) frank-weinberg 2024-01-19 17:14:48 +01:00
  • 0147e08225 Document println Victor Zverovich 2024-01-18 19:42:33 -08:00
  • 6b68dff901 Write directly to a stream buffer Victor Zverovich 2024-01-18 07:27:59 -08:00
  • b2cde48de5 Reduce usage of float_specs Victor Zverovich 2024-01-17 08:27:03 -08:00
  • 8510838db1 Make format_specs not depend on code unit type Victor Zverovich 2024-01-17 07:15:50 -08:00
  • 090ee13595 Pass char type to write Victor Zverovich 2024-01-17 05:59:21 -08:00
  • 470c4e6ca8 Fix scope for glibc ext for sec, min, and hour (#3812) Vladislav Shchapov 2024-01-17 02:54:19 +05:00
  • 13ec66bf78 🛠 Add basic array safety functions and backwards-compatible result type (#3805) The Phantom Derpstorm 2024-01-16 10:01:15 -05:00
  • 64091b7a25 Fix naming Victor Zverovich 2024-01-15 15:03:44 -08:00
  • e954823531 Make fill independent on code unit type Victor Zverovich 2024-01-15 10:45:39 -08:00
  • f80a2bee1c Update README.md Victor Zverovich 2024-01-15 11:40:20 -08:00
  • 83652dfee7 Restrict always inlining to the top-level API Victor Zverovich 2024-01-15 09:08:15 -08:00
  • d249fd9f84 Workaround for gcc 6 (#3810) Vladislav Shchapov 2024-01-15 21:58:19 +05:00
  • 73d91351b4 Mark iterator_buffer move constructors as noexcept. (#3808) Bruce Mitchener 2024-01-15 23:46:35 +07:00
  • fe0d910a7d Replace multiple error reporting mechanisms with report_error Victor Zverovich 2024-01-15 06:48:10 -08:00
  • f9294f0e60 Improve handling of format specs Victor Zverovich 2024-01-15 05:56:15 -08:00
  • c98a5a599f Remove unnecessary checks Victor Zverovich 2024-01-14 17:41:49 -08:00
  • 5f30d37102 Update README.md Victor Zverovich 2024-01-14 17:25:43 -08:00
  • 3647feaad5 Improve scan Victor Zverovich 2024-01-14 09:16:18 -08:00
  • e420a58f24 Improve scan prototype Victor Zverovich 2024-01-14 08:51:33 -08:00
  • ca37503f93 scan -> scan_to Victor Zverovich 2024-01-14 08:30:42 -08:00
  • 123e058eb3 Improve scan prototype Victor Zverovich 2024-01-14 08:11:13 -08:00
  • f924d20dbd core-test -> base-test Victor Zverovich 2024-01-14 06:57:01 -08:00
  • d70729215f Fix constness Victor Zverovich 2024-01-14 06:34:25 -08:00
  • 362b40c1a3 Fix docs Victor Zverovich 2024-01-13 19:21:27 -08:00
  • 56fa4d61f6 Fix docs Victor Zverovich 2024-01-13 19:03:23 -08:00
  • cacdf1439f Remove nonstandard alias Victor Zverovich 2024-01-13 15:56:16 -08:00
  • 4d766b1670 Invert dependencies Victor Zverovich 2024-01-13 10:29:34 -08:00
  • c10859f15c Remove deprecated options Victor Zverovich 2024-01-13 10:18:37 -08:00
  • d0963d4823 Make ranges only depend on fmt/base.h Victor Zverovich 2024-01-13 09:44:59 -08:00
  • da0f84c42c Cleanup copy functions and move to base.h Victor Zverovich 2024-01-13 09:21:42 -08:00
  • 59baac522e Remove unused functions Victor Zverovich 2024-01-13 08:24:00 -08:00
  • 21b0458291 Use std::allocator_traits (#3804) Vladislav Shchapov 2024-01-13 21:48:37 +05:00
  • df6a3564b0 Fix MSVC warning: "The contents of <bit> are available only with C++20 or later." (#3807) Vladislav Shchapov 2024-01-13 21:26:44 +05:00
  • 7c163acfda Fix conversion warning in filesystem::path formatter (#3806) Hans-Martin B. Jensen 2024-01-13 17:02:31 +01:00
  • 1b55d10305 Update api.rst Victor Zverovich 2024-01-12 16:48:20 -08:00
  • 5d9d376d49 Update api.rst Victor Zverovich 2024-01-12 15:17:52 -08:00
  • 6064b85c10 Update api.rst Victor Zverovich 2024-01-12 13:57:44 -08:00
  • deb584c0e1 Update build.py Victor Zverovich 2024-01-12 13:56:00 -08:00
  • 297b22f585 Remove <memory> dependency Victor Zverovich 2024-01-12 08:36:01 -08:00
  • 3c9608416a Remove redundant detection of experimental string_view Victor Zverovich 2024-01-12 07:45:07 -08:00
  • 0cdee904a4 Add a missing num_bits specialization Victor Zverovich 2024-01-12 07:20:12 -08:00
  • 7e58af4eaf Fix an ICE on clang <= 15 Victor Zverovich 2024-01-12 06:47:59 -08:00
  • f1924d3269 Cleanup macros Victor Zverovich 2024-01-12 06:35:25 -08:00
  • 52174953bc Cleanup conseval detection Victor Zverovich 2024-01-12 04:42:28 -08:00