Commit Graph

  • ef55e74e08 Update changelog Victor Zverovich 2019-08-04 09:20:49 -07:00
  • 612669d343 Update changelog Victor Zverovich 2019-08-04 07:28:48 -07:00
  • ba63ac8c18 Make format_to a non-member Victor Zverovich 2019-08-03 08:35:02 -07:00
  • 3fe49163bd Revert "Make format_to a non-member" Victor Zverovich 2019-08-03 16:12:34 -07:00
  • a5bd3ddb28 Make format_to a non-member Victor Zverovich 2019-08-03 08:35:02 -07:00
  • 3df0ea34e5 Remove unnecessary overloads Victor Zverovich 2019-08-03 08:25:30 -07:00
  • 436acf3489 Make formatted_size & format_to_n non-members Victor Zverovich 2019-08-03 07:54:49 -07:00
  • 823128049b Make format a non-member Victor Zverovich 2019-08-03 06:28:31 -07:00
  • 1dfa2591b3 Make operator _a constexpr Charles Milette 2019-07-27 18:04:51 -04:00
  • 6f2dd30e38 Simplify udl_formatter return type Charles Milette 2019-07-27 17:56:55 -04:00
  • 431d0f85cf Use basic_string_view in non-template UDL Charles Milette 2019-07-27 17:56:34 -04:00
  • ad71f5a706 Use forwarding references in UDL template Charles Milette 2019-07-27 17:55:21 -04:00
  • d0f2f3b816 Update usage.rst Kais Ben Salah 2019-07-27 15:25:26 +01:00
  • eac2796ce3 Fix locale detection Victor Zverovich 2019-07-26 12:13:05 +03:00
  • ee36257469 Internalize format_part Victor Zverovich 2019-07-26 09:02:45 +03:00
  • bbf0bada33 Simplify compile Victor Zverovich 2019-07-26 07:44:23 +03:00
  • 3730b4f039 Cleanup compile implementation Victor Zverovich 2019-07-25 20:27:27 +03:00
  • 25ff2efc0a Update changelog Victor Zverovich 2019-07-25 19:59:59 +03:00
  • 9393fe26f6 prepare -> compile Victor Zverovich 2019-07-25 19:01:21 +03:00
  • b48ffc14a4 Update changelog Victor Zverovich 2019-07-25 18:44:40 +03:00
  • 3268531bc9 Workaround a broken C locale on Windows Victor Zverovich 2019-07-25 09:53:55 +03:00
  • 8bd59ec936 Use fputws for outputting wide strings Jack Andersen 2019-07-24 16:44:29 -10:00
  • 1235f0a24a Fix typo in usage.rst Jonathan Wakely 2019-07-24 13:40:19 +01:00
  • 4fb73d1145 Update README.rst Victor Zverovich 2019-07-21 15:28:48 +02:00
  • f9ceefb0fe Fix a warning and is_negative usage Victor Zverovich 2019-07-19 14:18:10 +02:00
  • 6bcc3fd216 Fix warnings Victor Zverovich 2019-07-19 10:14:32 +02:00
  • 6a497e1d06 Fix warnings Victor Zverovich 2019-07-19 06:18:46 +02:00
  • e9b9b0aefa clang-format Victor Zverovich 2019-07-18 06:28:53 +02:00
  • ec24342b2b Fix more warnings Victor Zverovich 2019-07-17 21:57:30 +02:00
  • 230b24944c Fix sign conversion warnings Victor Zverovich 2019-07-17 21:07:05 +02:00
  • cadd92d69f Fix #1232. Daan De Meyer 2019-07-17 08:32:54 +02:00
  • 41076d1de3 Use FMT_THROW in fmt/color.h. Daan De Meyer 2019-07-17 08:27:38 +02:00
  • d561cb47a7 Opt-in macro to enforce use of compile-time format strings Jack Andersen 2019-07-14 19:04:37 -10:00
  • 699fe8e711 Remove const qualification in compile-time checks Jack Andersen 2019-07-14 16:16:13 -10:00
  • da2d33f1f1 Update changelog Victor Zverovich 2019-07-12 16:21:13 -07:00
  • af4734fd15 Fix warnings Victor Zverovich 2019-07-12 09:54:02 -07:00
  • a3a74672a0 Update signatures Victor Zverovich 2019-07-09 17:05:34 -07:00
  • c11e68305f Update signatures Victor Zverovich 2019-07-09 17:01:13 -07:00
  • dd8cc8b0ba Disallow passing views as lvalues Victor Zverovich 2019-07-09 11:50:16 -07:00
  • f6f0415b83 typedef -> using Victor Zverovich 2019-07-07 16:43:38 -07:00
  • c92dc37464 typedef -> using Victor Zverovich 2019-07-07 15:40:34 -07:00
  • e3f20d3e13 Remove gcc 4.4 workaround and use proper alias templates (#940) Victor Zverovich 2019-07-07 14:35:56 -07:00
  • b438812324 Clean up is_output_iterator Victor Zverovich 2019-07-07 11:45:25 -07:00
  • bc15e3700e typedef -> using Victor Zverovich 2019-07-07 10:44:06 -07:00
  • cf5ebf2059 Cleanup Victor Zverovich 2019-07-07 09:35:08 -07:00
  • 9c20e72de3 Cleanup Victor Zverovich 2019-07-07 07:21:20 -07:00
  • 79209598f5 core_format_specs -> sprintf_specs Victor Zverovich 2019-07-07 06:54:25 -07:00
  • 5488d0b53a spec -> specs Victor Zverovich 2019-07-07 06:39:20 -07:00
  • e4f84ee1c6 Refactor format_specs for #1109 and #940 Victor Zverovich 2019-07-06 17:57:57 -07:00
  • 8e0dcd20b3 Remove old deprecated functions Victor Zverovich 2019-07-06 07:55:52 -07:00
  • 1d3e3d8c04 Make the 'n' format specifier work with grisu disabled Victor Zverovich 2019-07-04 15:15:14 -07:00
  • bc628f8d49 Fix EXPECT_DEBUG_DEATH_IF_SUPPORTED (#1214) Victor Zverovich 2019-07-04 07:55:36 -07:00
  • edd13fcc1c Fix small number rounding with fixed precision in grisu Victor Zverovich 2019-07-04 06:59:11 -07:00
  • 6a031347e5 Remove unnecessary qualification Victor Zverovich 2019-07-03 21:14:45 -07:00
  • bc14c6ee20 Use the decimal point from locale Victor Zverovich 2019-07-03 17:25:57 -07:00
  • 476f25cd81 Remove ancient gcc workaround Victor Zverovich 2019-07-03 16:37:02 -07:00
  • c9d5a08ed8 Add the 'n' float format specifier Victor Zverovich 2019-07-03 16:36:23 -07:00
  • f487ddbdfa thousands_sep -> add_thousands_sep Victor Zverovich 2019-07-03 16:18:12 -07:00
  • d8fd1699b1 Make data names follow naming conventions Victor Zverovich 2019-07-03 16:14:14 -07:00
  • c286ffc88d int_traits -> uint32_or_64_t Victor Zverovich 2019-07-03 16:01:21 -07:00
  • 1289782f06 Get rid of add_thousands_sep Victor Zverovich 2019-07-03 15:50:05 -07:00
  • 2249f5571e Simplify thousands separator handling and cleanup Victor Zverovich 2019-07-03 15:30:45 -07:00
  • e76446958c Cleanup and remove deprecated visit Victor Zverovich 2019-07-03 14:31:01 -07:00
  • de37de912b Remove deprecated color API Victor Zverovich 2019-07-03 14:19:24 -07:00
  • df1a3a141b Remove null_terminating_iterator Victor Zverovich 2019-07-03 14:00:55 -07:00
  • 78dec87a46 typedef -> using Victor Zverovich 2019-07-03 11:05:20 -07:00
  • ded0a3bb3d Internalize undocumented basic_writer Victor Zverovich 2019-07-03 09:52:09 -07:00
  • 83174f2a1f Refactor ranges Victor Zverovich 2019-07-03 07:23:08 -07:00
  • c2e84ee9cc Fix FormatTest.StrError on Solaris Vedran Miletić 2019-07-02 23:38:33 +02:00
  • 2711cb1672 Apply clang format and other minor formatting tweaks Victor Zverovich 2019-06-30 08:52:15 -07:00
  • ab0ba8a9d0 Don't emit decimal point if there are no trailing digits (#1210) Victor Zverovich 2019-06-30 08:44:59 -07:00
  • bd3fd3bfda clang-format Victor Zverovich 2019-06-30 06:58:49 -07:00
  • 260c115908 Fix formatting of 0.0 with (#1210) Victor Zverovich 2019-06-30 06:54:41 -07:00
  • 9d97201ede add oss-fuzz support Paul Dreik 2019-06-30 09:11:13 +02:00
  • 037b84f214 Fix warnings Victor Zverovich 2019-06-23 18:54:46 -07:00
  • e37ee419c6 Export exceptions destructors Björn Schäpers 2019-06-24 14:15:52 +02:00
  • e3488fcae2 Fix Warning Björn Schäpers 2019-06-24 14:13:16 +02:00
  • d5d5865615 Move strtod_l check to CMake since it's very system-specific Victor Zverovich 2019-06-23 17:10:57 -07:00
  • 29ef7d31e4 Fix a warning Victor Zverovich 2019-06-23 11:09:15 -07:00
  • af83192d79 Fix warnings Victor Zverovich 2019-06-23 08:14:15 -07:00
  • 6952732b6c Remove misplaced checks Victor Zverovich 2019-06-23 06:33:07 -07:00
  • b97e5d8c2a Remove deprecated fmt/time.h Victor Zverovich 2019-06-23 06:02:39 -07:00
  • 572b077dbf Fix warnings Victor Zverovich 2019-06-22 20:52:33 -07:00
  • 72e519a4bd Add formatter<std::string_view> Victor Zverovich 2019-06-22 19:48:37 -07:00
  • 635e01fe74 Update <format> to the current wording Victor Zverovich 2019-06-22 13:44:48 -07:00
  • 0e72c98043 Make undocumented output_range internal Victor Zverovich 2019-06-19 14:11:34 -07:00
  • f13906f408 back_insert_range<internal::buffer> -> buffer_range Victor Zverovich 2019-06-19 13:51:36 -07:00
  • 22ddd4b989 Simplify feature checks Victor Zverovich 2019-06-19 07:46:09 -07:00
  • bb827341ed Add FMT_FUNC where necessary Victor Zverovich 2019-06-18 09:48:23 -07:00
  • 64c54703d4 Cleanup Victor Zverovich 2019-06-17 10:58:35 -07:00
  • 1c3197b8d8 Fix warnings Victor Zverovich 2019-06-17 09:21:29 -07:00
  • fd2292f13a Cleanup checked iterators Victor Zverovich 2019-06-17 08:30:37 -07:00
  • 4912cff65d Fix handling of mapped types in compile checks (#1200) Victor Zverovich 2019-06-16 16:06:06 -07:00
  • 4639843839 Cleanup Victor Zverovich 2019-06-15 09:44:51 -07:00
  • e29708ee57 uintptr -> fallback_uintptr to avoid confusion with uintptr_t Victor Zverovich 2019-06-14 18:47:36 -07:00
  • f03a6c5325 Cleanup Victor Zverovich 2019-06-14 13:18:00 -07:00
  • 6c3d584e67 Simplify warning suppression Victor Zverovich 2019-06-14 13:03:34 -07:00
  • 12f4683883 Make iterator_t an alias template Victor Zverovich 2019-06-13 21:32:58 -07:00
  • 874d6727e4 Remove workarounds for pre-C++11 compilers Victor Zverovich 2019-06-13 20:16:06 -07:00
  • a9940192fb Fix warnings Victor Zverovich 2019-06-13 08:55:33 -07:00