Commit Graph

  • 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
  • 0f0b42861b Cleanup Victor Zverovich 2019-06-07 17:30:18 -07:00
  • 209db68b28 Get rid of FMT_CONSTEXPR11 Victor Zverovich 2019-06-07 13:58:11 -07:00
  • cb4c59495e Deprecate convert_to_int Victor Zverovich 2019-06-07 07:08:04 -07:00
  • 40779749ac is_formattable -> has_formatter Victor Zverovich 2019-06-07 06:51:21 -07:00
  • b3cf8613b1 Make formatter specializations override implicit conversions Victor Zverovich 2019-06-07 06:25:46 -07:00
  • 3fdba04924 Reduce the number of nontrivial formatter instantiations Victor Zverovich 2019-06-06 19:06:07 -07:00
  • f5f3ffac59 Merge string make_value overloads Victor Zverovich 2019-06-06 08:29:16 -07:00
  • a38b99a188 Fix a regression in named argument handling introduced by prepare Victor Zverovich 2019-06-05 16:50:04 -07:00
  • aa31028b2c char_t_impl -> char_t Victor Zverovich 2019-06-05 10:13:34 -07:00
  • 0787d69747 Simplify SFINAE Victor Zverovich 2019-06-05 08:53:23 -07:00
  • bae00aa8d7 Simplify is_string Victor Zverovich 2019-06-05 08:41:00 -07:00
  • 388bb389e6 integral_constant -> bool_constant Victor Zverovich 2019-06-05 08:14:47 -07:00
  • 7e39c7e6f4 Put stringy stuff together Victor Zverovich 2019-06-05 06:46:40 -07:00
  • 3eff8f94d2 Update docs Victor Zverovich 2019-06-05 06:24:18 -07:00
  • 469a4bbd35 Use enable_if_t Victor Zverovich 2019-06-04 21:38:18 -07:00
  • d2ee5f2407 Merge tests Victor Zverovich 2019-06-04 21:31:23 -07:00
  • c264e641ea Add conditional_t for pre-C++14 Victor Zverovich 2019-06-04 18:50:30 -07:00
  • 4aa0dc578b Fix docs Victor Zverovich 2019-06-04 18:02:55 -07:00
  • 064ce6b6c0 Specialize is_char for character types Victor Zverovich 2019-06-04 17:08:58 -07:00
  • 7893d85394 Clarify why we cannot have nice things Victor Zverovich 2019-06-04 08:47:25 -07:00
  • 5bafcb437b Add comments about things broken in MSVC Victor Zverovich 2019-06-03 18:59:58 -07:00
  • 1530242551 Fix signature in the docs Victor Zverovich 2019-06-03 17:35:15 -07:00
  • eddb84cfc0 Fix formatting of exotic characters Victor Zverovich 2019-06-03 16:37:15 -07:00
  • 7e42c65bb6 Document a more useful to_string_view overload Victor Zverovich 2019-06-03 11:57:08 -07:00
  • 1e6e87cb74 Update docs Victor Zverovich 2019-06-03 11:35:12 -07:00
  • 0c6a6e0250 Get rid of the FILE* hack and reword apidocs Victor Zverovich 2019-06-02 19:29:49 -07:00
  • 1653244c69 Fix compilation issue on VS2019 (#1186) (#1191) mocabe 2019-06-04 00:34:27 +09:00
  • d54e64b3c8 Make buffer_context an alias template Victor Zverovich 2019-06-02 17:13:50 -07:00
  • ec6651087d Remove old is_constructible workarounds and replace typedefs with using Victor Zverovich 2019-06-02 16:04:17 -07:00
  • 4d4b8c238d FMT_CHAR -> char_t Victor Zverovich 2019-06-01 12:32:24 -07:00
  • 56d2b91108 Install git Victor Zverovich 2019-06-02 13:57:19 -07:00
  • 89d6c959b2 Fix cmake link Victor Zverovich 2019-06-02 13:24:32 -07:00
  • 76ef39fc50 Update vagrant config Victor Zverovich 2019-06-02 13:19:33 -07:00
  • af2c73772c Implement parsing of string_views Victor Zverovich 2019-06-02 11:11:28 -07:00
  • 9df0e2d1f1 Implement string parsing Victor Zverovich 2019-06-02 07:30:26 -07:00
  • 5b7bbf8853 Revert "FMT_CHAR -> char_t" Victor Zverovich 2019-06-01 15:01:04 -07:00
  • 4c650057a0 FMT_CHAR -> char_t Victor Zverovich 2019-06-01 12:32:24 -07:00
  • 2833c76f22 Move char_t to template param to reduce symbol size Victor Zverovich 2019-06-01 12:14:27 -07:00
  • 67feef5589 Make enable_if_t more std-like and move to fmt namespace Victor Zverovich 2019-06-01 09:35:02 -07:00
  • 78daa50ffc Fix handling of chrono durations with minimal signed rep Victor Zverovich 2019-06-01 09:07:49 -07:00
  • 87e4ea2906 Fix a warning Victor Zverovich 2019-06-01 08:24:36 -07:00
  • c56b17029a Add msvc2019 to CI Victor Zverovich 2019-06-01 06:47:48 -07:00
  • c929684e33 inlines count_code_points(basic_string_view<char8_t) Christopher Di Bella 2019-06-01 14:57:06 +01:00
  • f57227a148 FMT_ENABLE_IF -> enable_if_t Victor Zverovich 2019-05-31 20:09:19 -07:00
  • 634f707f2b Simplify char_t and remove msvc2013 from CI Victor Zverovich 2019-05-31 18:34:12 -07:00
  • 406e632bd1 result_of -> invoke_result_t Victor Zverovich 2019-05-31 08:54:32 -07:00
  • 49f78a427b Demacrify Victor Zverovich 2019-05-30 20:50:07 -07:00
  • 637bf3c6d9 Workaround a bug in clang-format Victor Zverovich 2019-05-30 11:46:31 -07:00
  • 8302c2f33b fmt::internal::declval -> std::declval Victor Zverovich 2019-05-30 08:34:17 -07:00
  • d07cc2026b FMT_EXPLICIT -> explicit, FMT_NULL -> nullptr Victor Zverovich 2019-05-30 07:01:31 -07:00
  • 4a7966c773 Drop gcc 4.4 from CI Victor Zverovich 2019-05-30 06:51:59 -07:00
  • 9b3c24b99b One weird trick to simplify docs; doxygen hates it Victor Zverovich 2019-05-29 21:09:43 -07:00
  • 30bce6c14c Fix a few chrono formatting corner cases (#1178) Victor Zverovich 2019-05-29 18:02:26 -07:00
  • e5512c5d57 Use static_assert instead of SFINAE in arg(...) Victor Zverovich 2019-05-29 13:21:24 -07:00
  • afc571aedc Document join and relax its compiler requirements Victor Zverovich 2019-05-29 10:27:05 -07:00
  • ad360a62b0 add gcc 8 c++17 release build Paul Dreik 2019-05-29 08:02:44 +02:00
  • 3cf12d7b11 add gcc 8 c++17 build Paul Dreik 2019-05-29 07:35:17 +02:00
  • bb254d146b Disable std-format-test by default Victor Zverovich 2019-05-27 20:02:08 -07:00
  • 291ba837f2 Remove wrong compile-time checks from printf (#1173) Victor Zverovich 2019-05-24 07:50:13 -07:00
  • 01c631af95 Implement unsigned and long long parsing Victor Zverovich 2019-05-19 07:02:41 -07:00
  • 4fcd4a4bd0 Reuse parse_format_string in scan Victor Zverovich 2019-05-18 13:15:00 -07:00
  • 2346779d6b More documentation fixes Victor Zverovich 2019-05-18 09:30:36 -07:00
  • afc1a74a6c Minor documentation fixes Victor Zverovich 2019-05-18 09:10:17 -07:00
  • ad0eade471 Remove MSVC nonsense Victor Zverovich 2019-05-18 09:05:19 -07:00
  • 28c187bcd7 Capitalize titles Victor Zverovich 2019-05-18 08:56:49 -07:00
  • 91bb3aaf06 fmtlib.net -> fmt.dev Victor Zverovich 2019-05-17 15:42:00 -07:00
  • 5e7bdf1b97 Clean up vagrant config Victor Zverovich 2019-05-16 12:22:04 -07:00
  • 570453f271 Add a vagrant config for testing gcc 4.4 Victor Zverovich 2019-05-16 06:26:16 -07:00
  • ef6282fc45 Fix gcc 4.4 build Victor Zverovich 2019-05-15 11:05:19 -07:00
  • e3e470bb69 Remove deprecated format_decimal Victor Zverovich 2019-05-15 10:34:45 -07:00
  • 67179dbc23 Remove deprecated format_decimal Victor Zverovich 2019-05-15 10:34:38 -07:00
  • a5ffa735db Fix gcc 4.4 build Victor Zverovich 2019-05-15 10:20:51 -07:00
  • 5ee0804631 Experiment with scan API Victor Zverovich 2019-05-15 10:02:40 -07:00
  • 25b72fc4cd Move <format> to tests not to confuse users Victor Zverovich 2019-05-15 08:43:54 -07:00
  • d179ec5f8b Simplify Grisu Victor Zverovich 2019-05-15 08:40:21 -07:00
  • 2a9e8b52de Fix advance_to() and begin() using iterator (#1159) denchat 2019-05-14 22:41:11 +07:00