Commit Graph

  • 9dcf127fa5 Workaround a bogus MSVC warning Victor Zverovich 2018-11-30 13:47:04 -0800
  • b8b06e3e10 Fix conversion warnings in Grisu Victor Zverovich 2018-11-30 10:06:52 -0800
  • 322b2594e0 Implement more time specifiers Victor Zverovich 2018-11-30 08:52:01 -0800
  • 0835f1ba3b Use full paths for fmt.pc.in hotwatermorning 2018-11-30 14:20:51 +0900
  • 031ddc3812 Use full paths for fmt.pc.in hotwatermorning 2018-11-30 14:20:51 +0900
  • a084495d7e Add Ceph to projects Victor Zverovich 2018-11-28 17:28:27 -0800
  • fa1d4dbcfd Fix warnings Victor Zverovich 2018-11-28 16:15:15 -0800
  • 2b2cfdac19 Update docs Victor Zverovich 2018-11-28 12:53:09 -0800
  • 99744f8f8f Suppress unfixable warning Victor Zverovich 2018-11-28 12:52:41 -0800
  • f5fe849238 Specialize formatter for chrono durations Victor Zverovich 2018-11-28 09:23:23 -0800
  • a5a9805a91 First stub at the datetime format parser Victor Zverovich 2018-11-25 16:10:05 -0800
  • 645c76a9a5 Fix dummy warnings Victor Zverovich 2018-11-25 15:33:28 -0800
  • fecb2d6f0d Eliminate msvc compiler warnings (#931) Daniela Engert 2018-11-25 09:02:06 +0100
  • 412952d638 Fix conversion warnings Florin Iucha 2018-11-25 11:26:05 -0500
  • a91ff3d184
    Eliminate msvc compiler warnings (#931) Daniela Engert 2018-11-25 09:02:06 +0100
  • 64690d3a97 Add context_base::arg() Victor Zverovich 2018-11-24 10:49:48 -0800
  • 01640f44cf Fully qualify dummy_int (#941) Victor Zverovich 2018-11-24 06:22:59 -0800
  • e37d6a9840 add make_printf_args and make_wprintf_args functions (#934) tnovotny 2018-11-22 22:57:07 +0100
  • 1ab3c357dc whitespace changes to adjust fmtlib style Thomas Novotny 2018-11-21 23:28:17 +0100
  • 814fba459f Avoid warning for deprectated 'strerror' when compiling with clang-cl. Ingo Prötel 2018-11-21 22:32:12 +0100
  • 2058098a1c replace return type with auto to hopefully fix vs2013 compile error remove some whitespace Thomas Novotny 2018-11-21 19:06:53 +0100
  • 982ee5c699 parse_context -> format_parse_context Victor Zverovich 2018-11-21 06:36:16 -0800
  • b7b8548559 thousands_sep -> thousands_sep_impl (#939) Victor Zverovich 2018-11-20 15:43:17 -0800
  • 724e3eafd4 changed VPrintf testcase to use fmt::printf_context Thomas Novotny 2018-11-20 23:52:23 +0100
  • 57842660b6 add additional tests #define out problematic test for gcc 4 Thomas Novotny 2018-11-20 23:47:23 +0100
  • 018f654476 removed temporary from VSPrintfMakeArgsExample and VSPrintfMakeWArgsExample again storing the value in a temporary causes even more failures Thomas Novotny 2018-11-20 22:55:32 +0100
  • 15eae7cbfa fixed review issues rename printf_char_context to printf_context remane printf_wchar_context to wprintf_context Thomas Novotny 2018-11-20 22:08:54 +0100
  • 00a8cc8325 Fix formatting Victor Zverovich 2018-11-20 07:43:40 -0800
  • 33fbb3a7eb Fix remaining linker errors. Andreas Schönle 2018-11-20 12:41:37 +0100
  • bd6121596f Disable fmt-impl-test in windows + shared lib. Andreas Schönle 2018-11-19 15:04:34 +0100
  • 702b3d1618 Fix link error in windows with shared library. Andreas Schönle 2018-11-19 15:04:14 +0100
  • 9d4ef94350 Install pdb files. Andreas Schönle 2018-11-19 14:58:17 +0100
  • 002ced8223 Fix remaining linker errors. Andreas Schönle 2018-11-20 12:41:37 +0100
  • d2cf202155 Disable fmt-impl-test in windows + shared lib. Andreas Schönle 2018-11-19 15:04:34 +0100
  • b1fb5f5ef7 Fix link error in windows with shared library. Andreas Schönle 2018-11-19 15:04:14 +0100
  • 1eba8b1549 Install pdb files. Andreas Schönle 2018-11-19 14:58:17 +0100
  • 2c6273e617 small code cleanup -removed Context parameter from make_printf_args and make_wprintf_args -renamed tests Thomas Novotny 2018-11-18 22:00:40 +0100
  • b643520c52 add missing make_printf_args and make_wprintf_args to printf.h add minimal test for make_printf_args and make_wprintf_args to printf-test.cc Thomas Novotny 2018-11-18 21:44:09 +0100
  • 6c95fb3562 Default Context to format_context Victor Zverovich 2018-11-18 07:19:25 -0800
  • 16b78ee629 fix incompatibilities with c++2a mode in clang christinaa 2018-11-17 03:15:55 +0000
  • 3d116c0938 fix incompatibilities with c++2a mode in clang christinaa 2018-11-17 03:15:55 +0000
  • 19e008876b More locale support Victor Zverovich 2018-11-14 15:35:24 -0800
  • f2ee988105 Improve locale support Victor Zverovich 2018-11-14 09:39:37 -0800
  • 1385050e26 More formatter tests Victor Zverovich 2018-11-08 16:26:55 -0800
  • 03c1b110a5 Fix gcc 4.4 build Victor Zverovich 2018-11-08 12:41:55 -0800
  • cc805c6162 Test enabled formatters Victor Zverovich 2018-11-08 10:59:10 -0800
  • e01579231d Disallow leading zeros in arg-id Victor Zverovich 2018-11-08 08:48:56 -0800
  • 34030deca9 Cleanup warning flags Victor Zverovich 2018-11-06 17:04:33 -0800
  • 6b26e3f2d7 Manifest & Gradle comment Park Dong-Ha 2018-11-06 10:08:46 +0900
  • d286c97753 Update for Gradle build Park Dong-Ha 2018-11-02 16:54:00 +0000
  • d951f6dfe7 Get latest Gradle (ver. 4.10.2) Park DongHa 2018-11-02 16:04:57 +0000
  • 9f4edae969 Manifest & Gradle comment Park Dong-Ha 2018-11-06 10:08:46 +0900
  • a23d592472 Fix check_format_string (#925) Victor Zverovich 2018-11-03 16:20:45 -0700
  • 65134fe339 Update for Gradle build Park Dong-Ha 2018-11-02 16:54:00 +0000
  • 149d8ef8ff
    Get latest Gradle (ver. 4.10.2) Park DongHa 2018-11-02 16:04:57 +0000
  • 36161284e2 Update docs Victor Zverovich 2018-10-28 09:28:51 -0700
  • 38f355d87b Revert "find sphinx-build before calling build.py" Victor Zverovich 2018-10-28 09:26:21 -0700
  • 324eac1aa5 Make locales work with any character type Victor Zverovich 2018-10-28 07:36:35 -0700
  • bdda4d6030 Simplify compile-time strings Victor Zverovich 2018-10-28 06:57:35 -0700
  • 5ee1a4bc8a check for property 'mutable iterator' and SFINAE on it Daniela Engert 2018-10-25 15:22:27 +0200
  • 7b6e67d35d
    check for property 'mutable iterator' and SFINAE on it Daniela Engert 2018-10-25 15:22:27 +0200
  • 2dea780fbd change type naming and fix sfinae bug XZiar 2018-10-26 20:32:24 -0700
  • b98e8301d5 add non-char support for compile-time format check XZiar 2018-10-26 15:55:03 -0700
  • ccd3e8bbf3 Make is_constructible public (#918) Victor Zverovich 2018-10-27 17:10:19 -0700
  • 4373153800
    Update usage.rst Victor Zverovich 2018-10-27 12:59:51 -0700
  • 33474d4a1d change type naming and fix sfinae bug XZiar 2018-10-26 20:32:24 -0700
  • 0958e734b6 add non-char support for compile-time format check XZiar 2018-10-26 15:55:03 -0700
  • 73cfd8f325 Fix colored print Victor Zverovich 2018-10-25 17:18:46 -0700
  • ec384302db additional test for print with background color Daniela Engert 2018-10-25 08:52:46 +0200
  • 0a96c032b9 Parameterize v*printf on string type (#920) Victor Zverovich 2018-10-25 07:20:02 -0700
  • 61e6d2e38c Fix core version of vformat_to Victor Zverovich 2018-10-24 18:42:42 -0700
  • f313d9b31f additional test for print with background color Daniela Engert 2018-10-25 08:52:46 +0200
  • ea4010d704 Merge has_to_string_view into is_string Victor Zverovich 2018-10-24 16:46:16 -0700
  • 486fff597c Add sprintf_format instantiations and remove syntactic noise Victor Zverovich 2018-10-24 15:25:10 -0700
  • 1e3dcbba81 fix: 'format_to_n' compiles 'std::back_inserter' arguments Daniela Engert 2018-10-24 08:02:15 +0200
  • f0328f8e36 Use char_traits::length in string_view ctor (#914) Victor Zverovich 2018-10-24 12:44:14 -0700
  • fc06d7381e
    fix: 'format_to_n' compiles 'std::back_inserter' arguments Daniela Engert 2018-10-24 08:02:15 +0200
  • 895fb98456 Disallow gcc 4.4 failures Victor Zverovich 2018-10-24 10:41:42 -0700
  • 20c708bf6d Fix build on gcc 4.4 Victor Zverovich 2018-10-24 06:34:28 -0700
  • 9d0c9c4bb1 cmake: output share/fmt.pc Cole Mickens 2018-10-24 01:33:22 -0700
  • 57ae518935 cmake: output share/fmt.pc Cole Mickens 2018-10-24 01:33:22 -0700
  • 2d2326a76d Fix compilation with older gcc Victor Zverovich 2018-10-22 21:05:59 -0700
  • 1ec0272303 Get rid of FMT_UNION Victor Zverovich 2018-10-22 20:02:14 -0700
  • 2c81c851b2 Adapt any string-like type to be used by {fmt} just like the standard string types already supported. The adaption is totally non-intrusive. Daniela Engert 2018-10-08 20:14:39 +0200
  • d948e3ada8 Adapt any string-like type to be used by {fmt} just like the standard string types already supported. The adaption is totally non-intrusive. Daniela Engert 2018-10-08 20:14:39 +0200
  • 846c644e84 Workeround broken sprintf in MSVC Victor Zverovich 2018-10-19 07:30:59 -0700
  • 13d472bd8c Compute output size for grisu Victor Zverovich 2018-10-17 20:13:38 -0700
  • b71d3fe7ab Remove use_grisu Victor Zverovich 2018-10-17 17:01:22 -0700
  • 847abb6f8f Fix test Victor Zverovich 2018-10-17 11:06:36 -0700
  • dda47c9466 Merge min_digits and max_digits Victor Zverovich 2018-10-17 10:49:30 -0700
  • 2924622157 Fix naming of basic_format_specs members Victor Zverovich 2018-10-17 09:15:29 -0700
  • bda5f9a556 Replace grisu2_specs with core_format_specs Victor Zverovich 2018-10-17 08:55:45 -0700
  • b1ca608bac Remove unused empty_spec Victor Zverovich 2018-10-17 08:39:51 -0700
  • e8efdef8de Avoid extra copy Victor Zverovich 2018-10-17 08:19:46 -0700
  • 98f1c1fe87 Remove unused code Victor Zverovich 2018-10-14 15:36:45 -0700
  • 50b18a3c10 Integrate Grisu Victor Zverovich 2018-10-13 22:14:36 -0700
  • 699297520a Implement Grisu rounding Victor Zverovich 2018-10-13 07:44:34 -0700
  • 4bb76ef0c7 Remove redundant definition of print Victor Zverovich 2018-10-13 10:23:38 -0700
  • ddd7caf38e Fix locale-dependent formatting (#905) Victor Zverovich 2018-10-13 06:52:33 -0700
  • 10e03e695b use found python executable for launching sphinx-build Kefu Chai 2018-10-12 21:09:44 +0800