Commit Graph

  • af2c73772c Implement parsing of string_views Victor Zverovich 2019-06-02 11:11:28 -0700
  • 9df0e2d1f1 Implement string parsing Victor Zverovich 2019-06-02 07:30:26 -0700
  • 5b7bbf8853 Revert "FMT_CHAR -> char_t" Victor Zverovich 2019-06-01 15:01:04 -0700
  • 4c650057a0 FMT_CHAR -> char_t Victor Zverovich 2019-06-01 12:32:24 -0700
  • 2833c76f22 Move char_t to template param to reduce symbol size Victor Zverovich 2019-06-01 12:14:27 -0700
  • 67feef5589 Make enable_if_t more std-like and move to fmt namespace Victor Zverovich 2019-06-01 09:35:02 -0700
  • 78daa50ffc Fix handling of chrono durations with minimal signed rep Victor Zverovich 2019-06-01 09:07:49 -0700
  • 87e4ea2906 Fix a warning Victor Zverovich 2019-06-01 08:24:36 -0700
  • c56b17029a Add msvc2019 to CI Victor Zverovich 2019-06-01 06:47:48 -0700
  • c929684e33 inlines count_code_points(basic_string_view<char8_t) Christopher Di Bella 2019-06-01 14:57:06 +0100
  • d811d1adfc inlines count_code_points(basic_string_view<char8_t) Christopher Di Bella 2019-06-01 14:57:06 +0100
  • f57227a148 FMT_ENABLE_IF -> enable_if_t Victor Zverovich 2019-05-31 20:09:19 -0700
  • 634f707f2b Simplify char_t and remove msvc2013 from CI Victor Zverovich 2019-05-31 18:34:12 -0700
  • 406e632bd1 result_of -> invoke_result_t Victor Zverovich 2019-05-31 08:54:32 -0700
  • 49f78a427b Demacrify Victor Zverovich 2019-05-30 20:50:07 -0700
  • 637bf3c6d9 Workaround a bug in clang-format Victor Zverovich 2019-05-30 11:46:31 -0700
  • 997e2747ee Better compiler errors for invalid ""_format usage Mathias Stearn 2019-05-30 13:53:58 -0400
  • 8302c2f33b fmt::internal::declval -> std::declval Victor Zverovich 2019-05-30 08:34:17 -0700
  • d07cc2026b FMT_EXPLICIT -> explicit, FMT_NULL -> nullptr Victor Zverovich 2019-05-30 07:01:31 -0700
  • 4a7966c773 Drop gcc 4.4 from CI Victor Zverovich 2019-05-30 06:51:59 -0700
  • 9b3c24b99b One weird trick to simplify docs; doxygen hates it Victor Zverovich 2019-05-29 21:09:43 -0700
  • 30bce6c14c Fix a few chrono formatting corner cases (#1178) Victor Zverovich 2019-05-29 18:02:26 -0700
  • e5512c5d57 Use static_assert instead of SFINAE in arg(...) Victor Zverovich 2019-05-29 13:21:24 -0700
  • afc571aedc Document join and relax its compiler requirements Victor Zverovich 2019-05-29 10:27:05 -0700
  • ad360a62b0 add gcc 8 c++17 release build Paul Dreik 2019-05-29 08:02:44 +0200
  • 3cf12d7b11 add gcc 8 c++17 build Paul Dreik 2019-05-29 07:35:17 +0200
  • ed5a2ab022 add gcc 8 c++17 release build Paul Dreik 2019-05-29 08:02:44 +0200
  • a4b7e4399b add gcc 8 c++17 build Paul Dreik 2019-05-29 07:35:17 +0200
  • bb254d146b Disable std-format-test by default Victor Zverovich 2019-05-27 20:02:08 -0700
  • 291ba837f2 Remove wrong compile-time checks from printf (#1173) Victor Zverovich 2019-05-24 07:50:13 -0700
  • 01c631af95 Implement unsigned and long long parsing Victor Zverovich 2019-05-19 07:02:41 -0700
  • 4fcd4a4bd0 Reuse parse_format_string in scan Victor Zverovich 2019-05-18 13:15:00 -0700
  • 2346779d6b More documentation fixes Victor Zverovich 2019-05-18 09:30:36 -0700
  • afc1a74a6c Minor documentation fixes Victor Zverovich 2019-05-18 09:10:17 -0700
  • ad0eade471 Remove MSVC nonsense Victor Zverovich 2019-05-18 09:05:19 -0700
  • 28c187bcd7 Capitalize titles Victor Zverovich 2019-05-18 08:56:49 -0700
  • 91bb3aaf06 fmtlib.net -> fmt.dev Victor Zverovich 2019-05-17 15:42:00 -0700
  • a59ef80f4a Include as system to suppress warnings Egor Seredin 2019-05-17 18:59:02 +0700
  • 5e7bdf1b97 Clean up vagrant config Victor Zverovich 2019-05-16 12:22:04 -0700
  • 570453f271 Add a vagrant config for testing gcc 4.4 Victor Zverovich 2019-05-16 06:26:16 -0700
  • ef6282fc45 Fix gcc 4.4 build Victor Zverovich 2019-05-15 11:05:19 -0700
  • e3e470bb69 Remove deprecated format_decimal Victor Zverovich 2019-05-15 10:34:45 -0700
  • 67179dbc23 Remove deprecated format_decimal Victor Zverovich 2019-05-15 10:34:38 -0700
  • a5ffa735db Fix gcc 4.4 build Victor Zverovich 2019-05-15 10:20:51 -0700
  • 5ee0804631 Experiment with scan API Victor Zverovich 2019-05-15 10:02:40 -0700
  • 25b72fc4cd Move <format> to tests not to confuse users Victor Zverovich 2019-05-15 08:43:54 -0700
  • d179ec5f8b Simplify Grisu Victor Zverovich 2019-05-15 08:40:21 -0700
  • d54974c4cc Use C++ headers Egor Seredin 2019-05-15 12:02:00 +0700
  • 2a9e8b52de Fix advance_to() and begin() using iterator (#1159) denchat 2019-05-14 22:41:11 +0700
  • 689a3b56f1
    Delete _config.yml denchat 2019-05-13 22:47:57 +0700
  • a061db69eb Set theme jekyll-theme-midnight denchat 2019-05-13 22:41:51 +0700
  • 9ae0ddab63
    in case that advance_to(),begin() uses iterator denchat 2019-05-13 10:13:09 +0700
  • 2c77562b13 Fix ambiguous formatter specialization in fmt/ranges.h (#1123) Victor Zverovich 2019-05-12 13:03:20 -0700
  • fc52be34a1
    non-constepr while compiling format-test.cc denchat 2019-05-13 01:13:22 +0700
  • 98b3775297 Add support for exotic string_view iterators (#1156) Victor Zverovich 2019-05-12 10:03:10 -0700
  • 99c4f7b460 Add support for exotic string_view iterators (#1156) Victor Zverovich 2019-05-12 10:03:10 -0700
  • b488df6cfe Fix Grisu3 stopping conditions Victor Zverovich 2019-05-12 08:56:50 -0700
  • f4dfd6e30f Suppress all clang-target-msvc test warning in CMake and other misc fixes (#1151) denchat 2019-05-12 01:48:27 +0700
  • e422dada0a
    Remove FMT_FUNC, mark FMT_API to export denchat 2019-05-12 00:16:02 +0700
  • 3b4928a8f4
    Rollback denchat 2019-05-12 00:13:30 +0700
  • 166b79dd08
    grisu_format is not supposed to be imported/exported denchat 2019-05-11 23:48:15 +0700
  • 6d0343fe5a
    bool grisu_format is not supposed to be imported/exported denchat 2019-05-11 23:42:11 +0700
  • 8b3227f97d
    (void)X; suppresses -Wunused-variable denchat 2019-05-11 23:38:02 +0700
  • 889f904aa5
    Rollback denchat 2019-05-11 23:37:55 +0700
  • a6e8ed15c4 Disable UDL templates on GCC 9 by default (#1148) Victor Zverovich 2019-05-11 08:58:34 -0700
  • de5da50910 Fix formatting of extreme durations (#1154) Victor Zverovich 2019-05-11 08:42:02 -0700
  • ea2976e6d5 Move internal::uintptr_t test to format-impl-test (#1152) Victor Zverovich 2019-05-11 06:58:22 -0700
  • 77d6036cd5 Fix unexpected trailing decimal point (#1153) Alex Alabuzhev 2019-05-10 21:37:19 +0100
  • 659567c4d5
    Because grisu_format does "import" when sizeof(Double) == sizeof(uint64_t) denchat 2019-05-11 18:57:18 +0700
  • f1fd5accaf
    Rollback denchat 2019-05-11 18:50:23 +0700
  • 02e472d63a
    Delete selective adding /EHsc. Leave it to users. denchat 2019-05-11 18:50:18 +0700
  • 0fbdd7e158
    Fix unexpected trailing decimal point (#1153) Alex Alabuzhev 2019-05-10 21:37:19 +0100
  • ccc318e807
    Update README.rst Victor Zverovich 2019-05-10 10:04:44 -0700
  • 4c8efd694c
    Update README.rst Victor Zverovich 2019-05-10 09:56:40 -0700
  • d22d11b5ff
    Update README.rst Victor Zverovich 2019-05-10 09:54:42 -0700
  • eaaa44c3ce
    Use [[maybe_unused]] to suppress -Wunused-variable denchat 2019-05-10 17:39:05 +0700
  • 9155a22af6
    Add conditional defined FMT_MAYBE_UNUSED denchat 2019-05-10 17:38:57 +0700
  • b6db4b8a26
    Turns out that I misunderstood MSVC denchat 2019-05-09 18:48:28 +0700
  • 03d76000fd
    Not sure about MSVC, test travis again denchat 2019-05-09 18:39:24 +0700
  • ff44d1a358
    Update CMakeLists.txt denchat 2019-05-09 18:22:49 +0700
  • ade161dbdc
    Update CMakeLists.txt denchat 2019-05-09 18:12:20 +0700
  • 473ccd01d7
    Update CMakeLists.txt denchat 2019-05-09 18:06:10 +0700
  • 8d8f7b1fae
    gmock PUBLIC denchat 2019-05-09 18:04:55 +0700
  • 032ac28c1d
    Bring _VARIADIC_MAX=10 out of MSVC AND WIN32 context denchat 2019-05-09 17:59:21 +0700
  • 39a140ac9d
    Because TravisCI evaluates MSVC true in linux and apple denchat 2019-05-09 17:38:00 +0700
  • 133af4a9c2
    Because TravisCI evaluates MSVC true in linux and apple denchat 2019-05-09 17:36:26 +0700
  • 28b559ec56
    Try workaround with WIN32 denchat 2019-05-09 17:19:31 +0700
  • bdc49297e1
    Try workaround with WIN32 denchat 2019-05-09 17:17:15 +0700
  • 6593a07fae
    Fix AppleClang match denchat 2019-05-09 16:46:09 +0700
  • 9d0de74f0d
    Fix AppleClang match denchat 2019-05-09 16:45:02 +0700
  • c0790969a1
    Fix excessing parenthesis denchat 2019-05-09 16:27:17 +0700
  • e7e48c3379
    Fix excessing parenthesis denchat 2019-05-09 16:26:33 +0700
  • b17216a452
    Receive FMT_MSVC_EH from user denchat 2019-05-09 15:56:10 +0700
  • eb420be65d
    Receive FMT_MSVC_EH from user denchat 2019-05-09 15:55:21 +0700
  • 073571a88a
    missing that semicolon! denchat 2019-05-09 13:48:40 +0700
  • d7b83ff48e
    Narrowing /EHsc to clang-target-msvc only denchat 2019-05-09 12:59:52 +0700
  • d75c98b515
    Narrowing scope to clang-target-msvc for mirroring cl default /EHsc denchat 2019-05-09 12:56:02 +0700
  • c8cbf57e06
    Use 'using' to provide char8_t type if neccessary as Victor's suggestion denchat 2019-05-09 12:22:32 +0700
  • e9bab6d028 Improve handling of large durations Victor Zverovich 2019-05-08 10:00:08 -0700
  • f52c09f924 Fix format_to_n docs in 5.1.0 Victor Zverovich 2019-05-08 12:40:25 -0700