Commit Graph

  • 5c32aa411c Workaround a bug in MSVC Victor Zverovich 2018-05-27 11:18:27 -0700
  • 468c243ca8 Add a function to get cached power of 10 Victor Zverovich 2018-05-27 10:57:26 -0700
  • 2f257b7291 Implement normalization and simplify power table Victor Zverovich 2018-05-27 08:04:30 -0700
  • 6a5bb6e268 Move Android.mk to support and update Victor Zverovich 2018-05-27 06:20:38 -0700
  • e282d963fe Bump version Victor Zverovich 2018-05-26 09:46:59 -0700
  • e2cd521b8f Fix incorrect call to on_align in '{:}=' (#750) Victor Zverovich 2018-05-26 09:23:09 -0700
  • fba352a92a Don't use UDL templates on Intel C++ compiler (#742) Victor Zverovich 2018-05-26 08:07:45 -0700
  • 6dcc526d5b Update release script Victor Zverovich 2018-05-26 07:02:49 -0700
  • 16533b275b Fix test builds with C++11 Elias Kosunen 2018-05-23 14:12:13 +0300
  • 8d270366e7 Remove (some) explicit warning suppressions Fix C++ standard setting in CI Elias Kosunen 2018-05-22 09:10:01 +0300
  • 01fe59df47
    Merge branch 'master' into ci Elias Kosunen 2018-05-23 13:56:39 +0300
  • 584a99c934 Remove (some) explicit warning suppressions Fix C++ standard setting in CI Elias Kosunen 2018-05-22 09:10:01 +0300
  • 5386f1df20 Update version 5.0.0 Victor Zverovich 2018-05-21 21:00:04 -0700
  • ba6640b257 Fix formatting Victor Zverovich 2018-05-21 20:50:23 -0700
  • 507a50c3ad Fix changelog Victor Zverovich 2018-05-21 20:38:07 -0700
  • 147807c911 Detect integer_sequence support on MSVC Victor Zverovich 2018-05-21 20:30:58 -0700
  • 8b246531e6 Update changelog Victor Zverovich 2018-05-21 20:27:58 -0700
  • 5ad54256c5 Fix a conflict between fmt::join and fmt/ostream.h (#744) Victor Zverovich 2018-05-21 20:21:06 -0700
  • 48415bc740 Merge branch 'master' of https://github.com/fmtlib/fmt Remotion 2018-05-21 13:10:15 +0200
  • 6ebc1a967d Merge locale.h into format-inl.h Victor Zverovich 2018-05-20 17:16:34 -0700
  • 6966db1dab Update docs Victor Zverovich 2018-05-20 17:10:34 -0700
  • 2196025dd1 Fix a warning Victor Zverovich 2018-05-20 17:09:12 -0700
  • 589f5f37b6 Update changelog Victor Zverovich 2018-05-20 16:00:39 -0700
  • edd5f1445d Fix compilation errors on gcc 4.4 Victor Zverovich 2018-05-20 09:09:03 -0700
  • 936aba5f90 Fix compilation errors on gcc 4.4 Victor Zverovich 2018-05-20 07:42:09 -0700
  • 3e9c0d5879 Merge branch 'master' of https://github.com/fmtlib/fmt Remotion 2018-05-20 02:35:18 +0200
  • 3e3a27740e Update changelog Victor Zverovich 2018-05-19 11:46:55 -0700
  • b76bb79613 Improve naming consistency Victor Zverovich 2018-05-19 10:32:53 -0700
  • fbd5153487 Update changelog Victor Zverovich 2018-05-19 10:31:49 -0700
  • 69823bf852 Improve naming consistency Victor Zverovich 2018-05-19 08:57:31 -0700
  • d940fa679c Disable unsafe implicit conversion to std::string (#729) Victor Zverovich 2018-05-19 07:14:13 -0700
  • d2bf93fe22 Update changelog Victor Zverovich 2018-05-19 07:13:06 -0700
  • b607de85be Merge branch 'master' of https://github.com/fmtlib/fmt # Conflicts resolved: # include/fmt/ranges.h # test/ranges-test.cc Remotion 2018-05-18 23:06:24 +0200
  • 194616e8c5
    Merge branch 'master' into ci Elias Kosunen 2018-05-18 08:25:19 +0300
  • 550ef1d29d MSVC improvements and data truncation cleanup. Michael Winterberg 2018-05-17 18:03:43 -0700
  • a30146643c MSVC improvements and data truncation cleanup. Michael Winterberg 2018-05-17 18:03:43 -0700
  • a8976bd3e9 Remove ranges-test from tests Elias Kosunen 2018-05-17 08:30:27 +0300
  • 728e4f5a8d Fix docs Victor Zverovich 2018-05-16 08:19:26 -0700
  • 8c2557710d Update docs and changelog Victor Zverovich 2018-05-16 07:58:43 -0700
  • ed839c4a9b Reintroduce appveyor-build.py Elias Kosunen 2018-05-15 10:21:08 +0300
  • a68fd44ecc Add ranges.h to FMT_HEADERS in CMakeLists.txt (#738) sv1990 2018-05-14 14:16:30 +0200
  • 16d179d458
    Add ranges.h to FMT_HEADERS in CMakeLists.txt sv1990 2018-05-14 12:34:19 +0200
  • 58991c7404 Implement requested changes Fix some of the MSVC warnings Implement C++11 integer_sequence Elias Kosunen 2018-05-13 17:01:28 +0300
  • 710d078824 Fix Appveyor tests Formatting Elias Kosunen 2018-05-11 21:38:40 +0300
  • b49acb3aa8 Add VS 2013 and 2015 to Appveyor Elias Kosunen 2018-05-11 19:45:35 +0300
  • 5d7103af4e Enable -Werror on CI Increase warning level on MSVC when compiling with FMT_PEDANTIC Elias Kosunen 2018-05-11 19:30:05 +0300
  • 97e1271e5e Add more compilers to CI Fix (some) of the compiler errors with them Elias Kosunen 2018-05-11 16:24:38 +0300
  • 22e42a66f4 Add a _lot_ more warnings to FMT_PEDANTIC Fix these warnings Elias Kosunen 2018-05-11 14:43:01 +0300
  • e3f7f3a2e9 Add support for ranges, containers and tuple-like types in fmt/ranges.h Remotion 2018-05-10 16:11:00 +0200
  • d37e9f0260
    Merge f65bcb8b08 into 984232db15 Remo 2018-05-13 20:14:40 +0000
  • 984232db15 Remove duplicate ChangeLog entries Victor Zverovich 2018-05-13 13:14:28 -0700
  • 78677e3fcf Update ChangeLog and docs Victor Zverovich 2018-05-13 12:42:55 -0700
  • f65bcb8b08 Updated ranges-test.cc. Remotion 2018-05-13 18:58:25 +0200
  • d2ef18c7d7 Merge branch 'master' of https://github.com/fmtlib/fmt Remotion 2018-05-13 18:56:50 +0200
  • a70b48023f Moved range_length_limit to formatting_range. Added add_delimiter_spaces and add_prepostfix_space. Remotion 2018-05-13 18:50:04 +0200
  • ad23270ec7 Document to_wstring Victor Zverovich 2018-05-13 09:11:29 -0700
  • 3c0f8c2601 Update ChangeLog Victor Zverovich 2018-05-13 08:53:16 -0700
  • 989378930a Detect inline namespaces on gcc Victor Zverovich 2018-05-13 08:53:04 -0700
  • dfb6546932 Fix docs Victor Zverovich 2018-05-13 08:04:39 -0700
  • 3aa2911579
    Update ChangeLog.rst Victor Zverovich 2018-05-13 08:02:06 -0700
  • d3f6c841c1
    Update ChangeLog.rst Victor Zverovich 2018-05-13 07:22:41 -0700
  • c1441ae4c4
    Update ChangeLog.rst Victor Zverovich 2018-05-12 16:02:20 -0700
  • a7041e9652 Merge branch 'master' of https://github.com/fmtlib/fmt Remotion 2018-05-13 00:21:27 +0200
  • 7a2099e7de Using FMT_CONSTEXPR_DECL for variables. Replaced std::enable_if_t by std::std::enable_if<>::type. Replaced variable templates by structs. Remotion 2018-05-13 00:04:30 +0200
  • f101d62833 Fixed typo. Remotion 2018-05-12 23:23:54 +0200
  • 648b93743a Fixed build.py conflict. Remotion 2018-05-12 23:05:28 +0200
  • 4cfc6c4c76 Using FMT_BEGIN_NAMESPACE and FMT_END_NAMESPACE now. Remotion 2018-05-12 23:02:22 +0200
  • dece85b31f Fix docs, take 2 Victor Zverovich 2018-05-12 13:12:04 -0700
  • 5717bd24a0 Merge branch 'master' of https://github.com/fmtlib/fmt Remotion 2018-05-12 22:56:20 +0200
  • a442c77c9a Changes code style to Google Style. Renames namespace meta to internal and put copy functions int it. Replaced constexpr by FMT_CONSTEXPR. Replaced std::ptrdiff_t by std::size_t. Remotion 2018-05-12 22:55:51 +0200
  • 951b743e8d Fix docs, take 2 Victor Zverovich 2018-05-12 13:12:04 -0700
  • 6a1df3bd05 Fix docs Victor Zverovich 2018-05-12 12:57:16 -0700
  • 838400d29b Add inline namespace fmt::v5 Victor Zverovich 2018-05-12 08:33:51 -0700
  • b64b24ebc5
    Update ChangeLog.rst Victor Zverovich 2018-05-12 09:42:59 -0700
  • fc9087114f
    Update ChangeLog.rst Victor Zverovich 2018-05-12 09:10:11 -0700
  • 50ee89b223 Removed string_view Remotion 2018-05-10 16:16:47 +0200
  • df46ef09c9 Add support for ranges, containers and types tuple interface in fmt/ranges.h and some tests. Remotion 2018-05-10 16:11:00 +0200
  • 46c374a8a9 Fix compilation with new gcc and -std=c++11 (#734) Victor Zverovich 2018-05-09 20:58:05 -0700
  • f0ae725721 Clarify the use of allocators Victor Zverovich 2018-05-09 06:43:54 -0700
  • d72d046254 Update paths in fmt.pro Victor Zverovich 2018-05-09 06:21:00 -0700
  • 857b382fc3 Mark the whole class FormatError as FMT_API Jean-Michaël Celerier 2018-05-09 12:07:20 +0200
  • edbbf7ce6c Fix FreeBSD 12 Dan McGregor 2018-05-08 14:06:36 -0600
  • a4e4f74530 Fix a -Wundef when FMT_GCC_VERSION < 600 Elias Kosunen 2018-05-07 13:46:02 +0300
  • 02edd8f664
    Mark the whole class FormatError as FMT_API Jean-Michaël Celerier 2018-05-09 12:07:20 +0200
  • b476ba115f Fix FreeBSD 12 Dan McGregor 2018-05-08 14:06:36 -0600
  • 693969e3a6 Fix a -Wundef when FMT_GCC_VERSION < 600 Elias Kosunen 2018-05-07 13:46:02 +0300
  • 7d3de49715 Implement double to fp conversion Victor Zverovich 2018-05-06 13:37:49 -0700
  • a4c7d99f70 Add bit_cast Victor Zverovich 2018-05-06 08:07:28 -0700
  • 0adccaefb6 Fix a -Wundef of _LIBCPP_VERSION Elias Kosunen 2018-05-01 22:38:27 +0300
  • 2570f1afdc Provide more overloads for the wide string flavour Daniela Engert 2018-04-26 20:32:14 +0200
  • b18d979ed7
    Merge d7354737f8 into ca31ca13f1 Daniela Engert 2018-05-02 16:27:56 +0000
  • d7354737f8
    Provide more overloads for the wide string flavour Daniela Engert 2018-04-26 20:32:14 +0200
  • 66462e838d Fix a -Wundef of _LIBCPP_VERSION Elias Kosunen 2018-05-01 22:38:27 +0300
  • ca31ca13f1 Fixed arg_formatter_base::write_pointer to not mutate the format specs. Michael Winterberg 2018-04-30 11:09:40 -0700
  • 6cd666100f remove trailing spaces. Daniela Engert 2018-04-30 10:07:43 +0200
  • 49a2e08406 Fixed arg_formatter_base::write_pointer to not mutate the format specs. Michael Winterberg 2018-04-30 11:09:40 -0700
  • 993db93433
    remove trailing spaces. Daniela Engert 2018-04-30 10:07:43 +0200
  • fe19c266ce Move format_string to fmt namespace for ADL Victor Zverovich 2018-04-29 08:35:20 -0700
  • 2768af2388 Add cached powers of 10 Victor Zverovich 2018-04-29 06:33:05 -0700
  • dd296e1de0 Add a script to compute powers of 10 Victor Zverovich 2018-04-28 14:32:05 -0700