Commit Graph

  • 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
  • 34b5418359 Fix warnings Victor Zverovich 2019-06-13 07:25:29 -07:00
  • cbbee1b385 Fix handling of hexfloat Victor Zverovich 2019-06-12 20:03:56 -07:00
  • 92a44db11c Fix warnings Victor Zverovich 2019-06-12 19:44:08 -07:00
  • d05d42751c Remove old msvc workaround from arg_formatter_base and fix warning Victor Zverovich 2019-06-12 18:14:56 -07:00
  • d32fe0f3f6 Fix hadling of nullptr Victor Zverovich 2019-06-12 09:19:47 -07:00
  • e5422db4b2 Fix handling of uintptr_t Victor Zverovich 2019-06-12 08:10:15 -07:00
  • 9d7b64a259 More cleanup Victor Zverovich 2019-06-11 22:11:47 -07:00
  • 5e293bd97a Remove unnecessary qualification Victor Zverovich 2019-06-11 20:36:39 -07:00
  • 4a502d9802 Add remove_reference_t Victor Zverovich 2019-06-11 20:28:05 -07:00
  • d384cdd397 Make is_contiguous_back_insert_iterator internal Victor Zverovich 2019-06-11 20:16:57 -07:00
  • 32544b6108 More cleanup Victor Zverovich 2019-06-11 19:22:19 -07:00
  • 39f522a13a get_types -> encode_types Victor Zverovich 2019-06-11 18:50:14 -07:00
  • d7d2bebf99 Remove redundant typename Victor Zverovich 2019-06-11 08:29:37 -07:00
  • 9427f15bef Fixed issue with formatting to an array of chars stryku 2019-05-21 21:03:57 +02:00
  • 87fbc6f756 get_type -> mapped_type_constant Victor Zverovich 2019-06-10 21:21:45 -07:00
  • a48daa60e5 Remove remove_volatile Victor Zverovich 2019-06-10 20:25:04 -07:00
  • afdbbac75c Cleanup Victor Zverovich 2019-06-10 18:10:26 -07:00
  • e33fe14f5b Simplify visit Victor Zverovich 2019-06-10 08:28:39 -07:00
  • e895da2ec3 Clean up value Victor Zverovich 2019-06-10 07:58:00 -07:00
  • e1a67b5285 Remove TODO Victor Zverovich 2019-06-10 06:54:09 -07:00
  • a291f07e1a Clean up argument mapping Victor Zverovich 2019-06-09 21:10:09 -07:00
  • 5d9100fa2f Move char8_t to fmt/core.h Victor Zverovich 2019-06-08 09:42:11 -07:00
  • 4faadff0a0 Add preliminary user-defined type support Victor Zverovich 2019-06-08 06:50:03 -07:00
  • 5d48733596 Clean up value construction Victor Zverovich 2019-06-07 19:27:20 -07:00