Commit Graph

  • 0eb01b832c Better support for newer CMake's Henry Schreiner 2018-07-09 12:04:13 +0300
  • 1e95f1e636
    Merge 20a9545c07 into 2a4cd6d05e Henry Schreiner 2018-07-10 23:29:42 +0000
  • 2a4cd6d05e Fix the returned value of format_to_n with user-defined types having operator<<. Marek Kurdej 2018-07-09 15:49:44 +0200
  • 9c32e73abf Fixing return unreachable warning on NVCC Henry Schreiner 2018-07-09 12:27:59 +0300
  • e5c93108e6 Added clear() to basic_buffer gabime 2018-07-09 14:47:22 +0300
  • edb3689ad0 Fix the returned value of format_to_n with user-defined types having operator<<. Marek Kurdej 2018-07-09 15:49:44 +0200
  • 6c482888b3 Added clear() to basic_buffer gabime 2018-07-09 14:47:22 +0300
  • 3b98cf7f8b Fixing return unreachable warning on NVCC Henry Schreiner 2018-07-09 12:27:59 +0300
  • 20a9545c07
    Better support for newer CMake's Henry Schreiner 2018-07-09 12:04:13 +0300
  • 60c662b3a7 Add an example of reusing formatters Victor Zverovich 2018-07-08 15:00:44 -0700
  • f66ba6508a Optimize format string parsing Victor Zverovich 2018-07-07 12:20:10 -0700
  • f21268aa72 Revert "Optimize format string parsing" because of a bug in MSVC Victor Zverovich 2018-07-08 08:05:55 -0700
  • 07b690a679
    Update README.rst Victor Zverovich 2018-07-07 18:18:56 -0700
  • f9e9bf0231 Optimize format string parsing Victor Zverovich 2018-07-07 12:20:10 -0700
  • c2ce7e4f07 Update version 5.1.0 Victor Zverovich 2018-07-05 06:22:54 -0700
  • 434eb9167e
    Update README.rst Victor Zverovich 2018-07-04 18:07:17 -0700
  • 09d94162f9 Update changelog Victor Zverovich 2018-07-04 17:47:46 -0700
  • e6362642cf Fix pedantic conversion warning Florin Iucha 2018-07-04 17:47:20 -0400
  • f0110e8125 Update changelog and CI Victor Zverovich 2018-07-04 16:00:06 -0700
  • 4eb7d93f8b Fix pedantic conversion warning Florin Iucha 2018-07-04 17:47:20 -0400
  • 479ee2a8c6 Fix MSVC build, take 2 Victor Zverovich 2018-07-04 13:17:03 -0700
  • e928b6724c Fix MSVC 2013 build Victor Zverovich 2018-07-04 11:36:38 -0700
  • ec218a3ad1 Fix redefinition warning for RESET_COLOR Dhruv Paranjape 2018-06-28 10:43:00 +0530
  • 2889e77ce7
    Merge 0f127a19e3 into 323b92bffe Dhruv Paranjape 2018-07-04 14:42:09 +0000
  • c04fb91b03 Fix handling of user-defined types in format_to (#793) Victor Zverovich 2018-07-04 07:40:56 -0700
  • b6d435b9a6 Fix an MSVC warning (#798) Victor Zverovich 2018-07-04 05:42:59 -0700
  • 323b92bffe Force linking of inline functions into the library (#795) Victor Zverovich 2018-07-03 19:10:23 -0700
  • ba0f32bee5
    Merge cc3c41e240 into c6d9730ddb Lawrence M 2018-07-02 02:35:14 +0000
  • cc3c41e240 Add hint to readme to include ostream.h for user-defined types. Lawrence Millar-Madigan 2018-07-02 12:33:44 +1000
  • 0f127a19e3
    fix redefinition warning for RESET_COLOR Dhruv Paranjape 2018-06-28 10:43:00 +0530
  • c6d9730ddb
    Fix sign conversion warnings (#790) Jonathan Müller 2018-06-27 14:31:20 +0200
  • 3c295505a6 Fix sign conversion warnings Jonathan Müller 2018-06-22 22:15:34 +0200
  • 2e95823ef7 Move new color support to format.h and mark old as deprecated Victor Zverovich 2018-06-24 06:39:22 -0700
  • ab2d88ca8e Make format_to work with basic_memory_buffer (#776) Victor Zverovich 2018-06-23 08:29:26 -0700
  • 3abd036c47 Fix compilation on gcc 4 Victor Zverovich 2018-06-23 07:18:59 -0700
  • c2f3805488 Add vformat_to_n (#769) Victor Zverovich 2018-06-23 07:03:00 -0700
  • ce500635c7 Renamed enum color to colors. Added enum colors conversion to rgb struct. Added colors_test.cpp. Remotion 2018-06-09 00:33:39 +0200
  • fe8304610e
    Merge 8692deb773 into 0508bbc7ae Remo 2018-06-21 12:41:47 +0000
  • 8692deb773 Removed unnecessary inline keyword. Removed print_rgb. Remotion 2018-06-21 14:40:24 +0200
  • 0508bbc7ae Add wchar_t overload of format_to_n (#764) Victor Zverovich 2018-06-13 08:24:32 +0200
  • c2fbadb9cf Fixed issue #779 gabime 2018-06-10 23:58:10 +0300
  • bf007077cc
    Merge caf53474f8 into 47268ecd80 Gabi Melman 2018-06-10 21:07:15 +0000
  • caf53474f8
    Merge branch 'master' into master Gabi Melman 2018-06-11 00:07:11 +0300
  • e346d4b5cc Fixed issue #779 gabime 2018-06-10 23:58:10 +0300
  • 47268ecd80 Fixed GCC version test Remotion 2018-06-09 16:20:09 +0200
  • 633479a2a8
    Merge 1104e1b2da into 9ff3b6af2e Remo 2018-06-10 17:19:37 +0000
  • 9ff3b6af2e Fix handling of compile-time strings when including ostream.h (#768) Victor Zverovich 2018-06-10 19:05:27 +0200
  • 1104e1b2da Moved core.h before GCC version test. Using FMT_GCC_VERSION from core.h to test GCC version. Remotion 2018-06-10 13:58:35 +0200
  • 8721e4c3a6 Fixed GCC version test. Remotion 2018-06-09 16:20:09 +0200
  • 61268ff18c
    Merge d102cfd4e5 into e3707ef14b Remo 2018-06-09 14:12:12 +0000
  • d102cfd4e5 Document that file should be in wide-oriented mode for wide print Victor Zverovich 2018-06-09 09:12:49 +0200
  • 210e0a4528 Using enum class now. Renamed from hex to color. Changed colr names to snake case. Remotion 2018-06-08 16:11:02 +0200
  • 5b2b804230 Added support for rgb color output. Remotion 2018-06-07 22:49:16 +0200
  • 74107c9bd8 Removed print_colored. Renamed enum colors back to color. Remotion 2018-06-09 15:13:02 +0200
  • e3707ef14b Document that file should be in wide-oriented mode for wide print Victor Zverovich 2018-06-09 09:12:49 +0200
  • ef2f510902 Renamed enum color to colors. Added enum colors conversion to rgb struct. Added colors_test.cpp. Remotion 2018-06-09 00:33:39 +0200
  • 21f4b3acbb
    Merge e85e5fa6ae into 45fa4ee949 Remo 2018-06-08 22:36:46 +0000
  • e85e5fa6ae Renamed enum color to colors. Added enum colors conversion to rgb struct. Added colors_test.cpp. Remotion 2018-06-09 00:33:39 +0200
  • be3e96322d Renamed color to colors. Added colors conversion to rgb. Added colors_test.cpp. Remotion 2018-06-09 00:23:44 +0200
  • 45fa4ee949 Merge branch 'master' of github.com:fmtlib/fmt Victor Zverovich 2018-06-08 21:43:56 +0200
  • 9c07b37fff Using enum class now. Renamed from hex to color. Changed colr names to snake case. Remotion 2018-06-08 16:11:02 +0200
  • 8d0e261807 Fixed GCC version test. Remotion 2018-06-08 21:15:12 +0200
  • d26662389e
    Merge a2ce87a4e6 into 5b5886a993 Remo 2018-06-08 17:48:56 +0000
  • 5b5886a993 Fixed line length. Remotion 2018-06-08 16:01:07 +0200
  • d2bfee13e2 Added quotes for strings in ranges and tuple likes. Remotion 2018-06-07 22:32:47 +0200
  • a2ce87a4e6 Using enum class now. Renamed from hex to color. Changed colr names to snake case. Remotion 2018-06-08 16:11:02 +0200
  • 85fc14af1c Fixed line length. Remotion 2018-06-08 16:01:07 +0200
  • 120a9696b7 Added quotes for strings in ranges and tuple likes. Remotion 2018-06-07 22:32:47 +0200
  • aff6e45e14 Added support for rgb color output. Remotion 2018-06-07 22:49:16 +0200
  • fc8134f2f8
    Merge 9a53c1f624 into 1b8a7f8fa0 Remo 2018-06-07 18:22:54 +0000
  • 1b8a7f8fa0 Fix postincrement in truncating and counting iterators Victor Zverovich 2018-06-07 20:20:36 +0200
  • 4bc26f0a7b Merge branch 'master' of github.com:fmtlib/fmt Victor Zverovich 2018-06-07 18:42:30 +0200
  • fc6e0fe992 Fix FP formatting to a non-back_insert_iterator with sign & numeric alignment (#756) Victor Zverovich 2018-06-07 18:41:40 +0200
  • 9a53c1f624 Merged latest commit. Remotion 2018-06-06 23:11:56 +0200
  • cd5b5670ba Make is_range and is_tuple_like public API, fix #751 Dror Levin 2018-06-05 22:42:26 +0300
  • 9091637bfa Use FMT_CONSTEXPR instate of inline. Remotion 2018-06-06 17:44:36 +0200
  • 0f06f513d6 Fixed ranges test. Remotion 2018-06-06 17:26:17 +0200
  • eed4a77538 Fixes for format_str_quoted. Remotion 2018-06-06 17:24:59 +0200
  • c01626e00c Make is_range and is_tuple_like public API, fix #751 Dror Levin 2018-06-05 22:42:26 +0300
  • becd39a20e Added format_str_quoted. Moved is_tuple_like and is_range to fmt namespace. Remotion 2018-06-06 17:01:16 +0200
  • 6322b47e60 Minor cleanup Victor Zverovich 2018-06-06 16:51:35 +0200
  • 25c783f8a2 Merge branch 'master' of https://github.com/fmtlib/fmt Remotion 2018-06-06 16:24:31 +0200
  • 691a7a91a1 Add more compilers to CI and increase FMT_PEDANTIC warning levels (#736) Elias Kosunen 2018-06-06 16:57:59 +0300
  • dd1a5ef7f9 Let requests close the file Victor Zverovich 2018-06-05 16:58:02 +0200
  • d79b096cc0 Add C++11 support to ranges.h Re-enable ranges-test Fix a Visual Studio error about function not returning a value in printf.h Fix a bug in .travis.yml Elias Kosunen 2018-06-05 12:21:26 +0300
  • d1976cfb65 Cleanups Elias Kosunen 2018-06-05 11:56:11 +0300
  • d5c462596b Fix formatting of more than 15 named arguments (#754) Victor Zverovich 2018-06-05 08:32:28 +0200
  • 25f9b090ec Fix warnings from edits to master Elias Kosunen 2018-06-05 02:29:25 +0300
  • 739af475b3
    Merge branch 'master' into ci Elias Kosunen 2018-06-05 02:11:02 +0300
  • 6ba5f70f99 Enable pedantic warnings on tests Elias Kosunen 2018-05-26 22:04:06 +0300
  • 47d147b65d Simplify the nvcc warning fix Victor Zverovich 2018-06-04 21:27:20 +0200
  • 911a75114b Fix nvcc warnings (#752) Victor Zverovich 2018-06-04 21:00:28 +0200
  • 94b476283c Fix docs Victor Zverovich 2018-06-04 19:56:22 +0200
  • 252f11f85d Fix a bogus MSVC warning about unreachable code, take 2 Victor Zverovich 2018-06-04 11:59:59 +0200
  • 81d5663825 Fix more bogus MSVC warnings about unreachable code (#748) Victor Zverovich 2018-06-03 20:10:17 +0200
  • 68f0ac8271 Fix a bogus MSVC warning about unreachable code Victor Zverovich 2018-06-03 08:03:56 +0200
  • b60a5c5d49 Improve floating-point formatting Victor Zverovich 2018-05-28 20:16:30 -0700
  • 8dc2360b11 Fix a comment Victor Zverovich 2018-05-28 17:21:07 -0700
  • 4e4b8570e5 Implement simple version of Grisu Victor Zverovich 2018-05-28 11:25:07 -0700
  • 4027557958 Fix tests on 64-bit MSVC Victor Zverovich 2018-05-27 11:38:53 -0700