Commit Graph

  • c2e84ee9cc Fix FormatTest.StrError on Solaris Vedran Miletić 2019-07-02 23:38:33 +0200
  • a76ec727ab Fix FormatTest.StrError on Solaris Vedran Miletić 2019-07-02 23:38:33 +0200
  • 2711cb1672 Apply clang format and other minor formatting tweaks Victor Zverovich 2019-06-30 08:52:15 -0700
  • ab0ba8a9d0 Don't emit decimal point if there are no trailing digits (#1210) Victor Zverovich 2019-06-30 08:44:59 -0700
  • bd3fd3bfda clang-format Victor Zverovich 2019-06-30 06:58:49 -0700
  • 260c115908 Fix formatting of 0.0 with (#1210) Victor Zverovich 2019-06-30 06:54:41 -0700
  • 9d97201ede add oss-fuzz support Paul Dreik 2019-06-30 09:11:13 +0200
  • 3b13f63fb9 add oss-fuzz support Paul Dreik 2019-06-30 09:11:13 +0200
  • 037b84f214 Fix warnings Victor Zverovich 2019-06-23 18:54:46 -0700
  • e37ee419c6 Export exceptions destructors Björn Schäpers 2019-06-24 14:15:52 +0200
  • e3488fcae2 Fix Warning Björn Schäpers 2019-06-24 14:13:16 +0200
  • 0aa7b73534 Export exceptions destructors Björn Schäpers 2019-06-24 14:15:52 +0200
  • e5ed0b91c7 Fix Warning Björn Schäpers 2019-06-24 14:13:16 +0200
  • d5d5865615 Move strtod_l check to CMake since it's very system-specific Victor Zverovich 2019-06-23 17:10:57 -0700
  • 29ef7d31e4 Fix a warning Victor Zverovich 2019-06-23 11:09:15 -0700
  • af83192d79 Fix warnings Victor Zverovich 2019-06-23 08:14:15 -0700
  • 6952732b6c Remove misplaced checks Victor Zverovich 2019-06-23 06:33:07 -0700
  • b97e5d8c2a Remove deprecated fmt/time.h Victor Zverovich 2019-06-23 06:02:39 -0700
  • 572b077dbf Fix warnings Victor Zverovich 2019-06-22 20:52:33 -0700
  • 72e519a4bd Add formatter<std::string_view> Victor Zverovich 2019-06-22 19:48:37 -0700
  • 635e01fe74 Update <format> to the current wording Victor Zverovich 2019-06-22 13:44:48 -0700
  • 0e72c98043 Make undocumented output_range internal Victor Zverovich 2019-06-19 14:11:34 -0700
  • f13906f408 back_insert_range<internal::buffer> -> buffer_range Victor Zverovich 2019-06-19 13:51:36 -0700
  • 22ddd4b989 Simplify feature checks Victor Zverovich 2019-06-19 07:46:09 -0700
  • bb827341ed Add FMT_FUNC where necessary Victor Zverovich 2019-06-18 09:48:23 -0700
  • 64c54703d4 Cleanup Victor Zverovich 2019-06-17 10:58:35 -0700
  • 1c3197b8d8 Fix warnings Victor Zverovich 2019-06-17 09:21:29 -0700
  • fd2292f13a Cleanup checked iterators Victor Zverovich 2019-06-17 08:30:37 -0700
  • 4912cff65d Fix handling of mapped types in compile checks (#1200) Victor Zverovich 2019-06-16 16:06:06 -0700
  • 4639843839 Cleanup Victor Zverovich 2019-06-15 09:44:51 -0700
  • e29708ee57 uintptr -> fallback_uintptr to avoid confusion with uintptr_t Victor Zverovich 2019-06-14 18:47:36 -0700
  • f03a6c5325 Cleanup Victor Zverovich 2019-06-14 13:18:00 -0700
  • 6c3d584e67 Simplify warning suppression Victor Zverovich 2019-06-14 13:03:34 -0700
  • 12f4683883 Make iterator_t an alias template Victor Zverovich 2019-06-13 21:32:58 -0700
  • 874d6727e4 Remove workarounds for pre-C++11 compilers Victor Zverovich 2019-06-13 20:16:06 -0700
  • a9940192fb Fix warnings Victor Zverovich 2019-06-13 08:55:33 -0700
  • 34b5418359 Fix warnings Victor Zverovich 2019-06-13 07:25:29 -0700
  • cbbee1b385 Fix handling of hexfloat Victor Zverovich 2019-06-12 20:03:56 -0700
  • 92a44db11c Fix warnings Victor Zverovich 2019-06-12 19:44:08 -0700
  • d05d42751c Remove old msvc workaround from arg_formatter_base and fix warning Victor Zverovich 2019-06-12 18:14:56 -0700
  • d32fe0f3f6 Fix hadling of nullptr Victor Zverovich 2019-06-12 09:19:47 -0700
  • e5422db4b2 Fix handling of uintptr_t Victor Zverovich 2019-06-12 08:10:15 -0700
  • 9d7b64a259 More cleanup Victor Zverovich 2019-06-11 22:11:47 -0700
  • 5e293bd97a Remove unnecessary qualification Victor Zverovich 2019-06-11 20:36:39 -0700
  • 4a502d9802 Add remove_reference_t Victor Zverovich 2019-06-11 20:28:05 -0700
  • d384cdd397 Make is_contiguous_back_insert_iterator internal Victor Zverovich 2019-06-11 20:16:57 -0700
  • 32544b6108 More cleanup Victor Zverovich 2019-06-11 19:22:19 -0700
  • 39f522a13a get_types -> encode_types Victor Zverovich 2019-06-11 18:50:14 -0700
  • d7d2bebf99 Remove redundant typename Victor Zverovich 2019-06-11 08:29:37 -0700
  • 9427f15bef Fixed issue with formatting to an array of chars stryku 2019-05-21 21:03:57 +0200
  • b9979552a9 Fixed issue with formatting to an array of chars stryku 2019-05-21 21:03:57 +0200
  • 87fbc6f756 get_type -> mapped_type_constant Victor Zverovich 2019-06-10 21:21:45 -0700
  • a48daa60e5 Remove remove_volatile Victor Zverovich 2019-06-10 20:25:04 -0700
  • afdbbac75c Cleanup Victor Zverovich 2019-06-10 18:10:26 -0700
  • e33fe14f5b Simplify visit Victor Zverovich 2019-06-10 08:28:39 -0700
  • e895da2ec3 Clean up value Victor Zverovich 2019-06-10 07:58:00 -0700
  • e1a67b5285 Remove TODO Victor Zverovich 2019-06-10 06:54:09 -0700
  • a291f07e1a Clean up argument mapping Victor Zverovich 2019-06-09 21:10:09 -0700
  • 5d9100fa2f Move char8_t to fmt/core.h Victor Zverovich 2019-06-08 09:42:11 -0700
  • 4faadff0a0 Add preliminary user-defined type support Victor Zverovich 2019-06-08 06:50:03 -0700
  • 5d48733596 Clean up value construction Victor Zverovich 2019-06-07 19:27:20 -0700
  • 0f0b42861b Cleanup Victor Zverovich 2019-06-07 17:30:18 -0700
  • 209db68b28 Get rid of FMT_CONSTEXPR11 Victor Zverovich 2019-06-07 13:58:11 -0700
  • cb4c59495e Deprecate convert_to_int Victor Zverovich 2019-06-07 07:08:04 -0700
  • 40779749ac is_formattable -> has_formatter Victor Zverovich 2019-06-07 06:51:21 -0700
  • b3cf8613b1 Make formatter specializations override implicit conversions Victor Zverovich 2019-06-07 06:25:46 -0700
  • 3fdba04924 Reduce the number of nontrivial formatter instantiations Victor Zverovich 2019-06-06 19:06:07 -0700
  • f5f3ffac59 Merge string make_value overloads Victor Zverovich 2019-06-06 08:29:16 -0700
  • a38b99a188 Fix a regression in named argument handling introduced by prepare Victor Zverovich 2019-06-05 16:50:04 -0700
  • aa31028b2c char_t_impl -> char_t Victor Zverovich 2019-06-05 10:13:34 -0700
  • 0787d69747 Simplify SFINAE Victor Zverovich 2019-06-05 08:53:23 -0700
  • bae00aa8d7 Simplify is_string Victor Zverovich 2019-06-05 08:41:00 -0700
  • 388bb389e6 integral_constant -> bool_constant Victor Zverovich 2019-06-05 08:14:47 -0700
  • 7e39c7e6f4 Put stringy stuff together Victor Zverovich 2019-06-05 06:46:40 -0700
  • 3eff8f94d2 Update docs Victor Zverovich 2019-06-05 06:24:18 -0700
  • 469a4bbd35 Use enable_if_t Victor Zverovich 2019-06-04 21:38:18 -0700
  • d2ee5f2407 Merge tests Victor Zverovich 2019-06-04 21:31:23 -0700
  • c264e641ea Add conditional_t for pre-C++14 Victor Zverovich 2019-06-04 18:50:30 -0700
  • 4aa0dc578b Fix docs Victor Zverovich 2019-06-04 18:02:55 -0700
  • 064ce6b6c0 Specialize is_char for character types Victor Zverovich 2019-06-04 17:08:58 -0700
  • 7893d85394 Clarify why we cannot have nice things Victor Zverovich 2019-06-04 08:47:25 -0700
  • 5bafcb437b Add comments about things broken in MSVC Victor Zverovich 2019-06-03 18:59:58 -0700
  • 1530242551 Fix signature in the docs Victor Zverovich 2019-06-03 17:35:15 -0700
  • eddb84cfc0 Fix formatting of exotic characters Victor Zverovich 2019-06-03 16:37:15 -0700
  • 7e42c65bb6 Document a more useful to_string_view overload Victor Zverovich 2019-06-03 11:57:08 -0700
  • 1e6e87cb74 Update docs Victor Zverovich 2019-06-03 11:35:12 -0700
  • 0c6a6e0250 Get rid of the FILE* hack and reword apidocs Victor Zverovich 2019-06-02 19:29:49 -0700
  • 1653244c69 Fix compilation issue on VS2019 (#1186) (#1191) mocabe 2019-06-04 00:34:27 +0900
  • 3d22a1effc Get rid of FMT_ENABLE_IF_T mocabe 2019-06-03 23:16:18 +0900
  • fd9f1bff44 Fix VS2019 compilation issue (#1186) mocabe 2019-06-03 13:52:25 +0900
  • 8570ec1539 Add FMT_ENABLE_IF_T again (from #1150) mocabe 2019-06-03 13:51:12 +0900
  • 10d00346ba Add back FMT_ENABLE_IF_T from PR #1150 Arthurdead 2019-06-03 00:48:58 -0300
  • 3b9b5adeda Add parenthesis to enable_if_t Arthurdead 2019-06-03 00:29:52 -0300
  • 03a3f7d57e Add parenthesis to FMT_ENABLE_IF (fixes #1186) Arthurdead 2019-06-02 23:09:49 -0300
  • d54e64b3c8 Make buffer_context an alias template Victor Zverovich 2019-06-02 17:13:50 -0700
  • ec6651087d Remove old is_constructible workarounds and replace typedefs with using Victor Zverovich 2019-06-02 16:04:17 -0700
  • 4d4b8c238d FMT_CHAR -> char_t Victor Zverovich 2019-06-01 12:32:24 -0700
  • 56d2b91108 Install git Victor Zverovich 2019-06-02 13:57:19 -0700
  • 89d6c959b2 Fix cmake link Victor Zverovich 2019-06-02 13:24:32 -0700
  • 76ef39fc50 Update vagrant config Victor Zverovich 2019-06-02 13:19:33 -0700