Commit Graph

  • b55ea58705 string_view::char_type -> value_type (#1539) Victor Zverovich 2020-02-01 08:38:00 -08:00
  • 4098970db2 Update README.rst Victor Zverovich 2020-01-31 11:33:51 -08:00
  • 314e15001f Fix symbol visibility on Linux when compiling with -fvisibility=hidden (#1535) Milian Wolff 2020-01-30 15:26:18 +01:00
  • f499b393d1 Apply coding conventions Victor Zverovich 2020-01-25 17:02:22 -08:00
  • 6c30f41443 Configure fmt.pc library name correctly. Attila Mark 2020-01-24 19:39:01 -08:00
  • 1acb73f970 Fix formatting std::chrono::duration types to wide strings (#1533) zeffy 2020-01-23 18:48:36 -08:00
  • 09a13244c8 Disallow passing non-string-literals to FMT_STRING Victor Zverovich 2020-01-22 19:08:06 -08:00
  • 419db8baa1 Fix length computation of constexpr C strings Victor Zverovich 2020-01-22 18:03:34 -08:00
  • 9fc4161f5e fix interal compiler error when building with mingw dspc-douglas 2020-01-22 19:32:37 -03:00
  • 25d6916b3a Fix so can work without locale defined Greg Sjaardema 2020-01-21 09:02:19 -07:00
  • 0b2eb6501c Add locale example Victor Zverovich 2020-01-20 08:42:16 -08:00
  • fd1cabe464 Workaround a bogus MSVC warning Victor Zverovich 2020-01-20 06:37:14 -08:00
  • a844d7ab81 Add namespaces Victor Zverovich 2020-01-19 19:20:48 -08:00
  • 47d3968092 Add more examples Victor Zverovich 2020-01-19 19:15:54 -08:00
  • 7800173eb1 Update fill docs Victor Zverovich 2020-01-19 18:57:32 -08:00
  • b4218aa0f8 Test invalid fill Victor Zverovich 2020-01-19 15:57:11 -08:00
  • 8a3a8177d6 Bump version Victor Zverovich 2020-01-19 15:34:30 -08:00
  • e5f2f8ce7a Add variable-width fill support (#1109) Victor Zverovich 2020-01-19 13:22:49 -08:00
  • 75765bfad5 Avoid unnecessary unsigned overflows (#1515) Victor Zverovich 2020-01-18 08:19:27 -08:00
  • 9bd9738da0 Remove static and simplify names Victor Zverovich 2020-01-18 07:43:59 -08:00
  • bd5f903f28 Add a locale example Victor Zverovich 2020-01-18 07:11:45 -08:00
  • 06e437fd98 Move docs to the proper place Victor Zverovich 2020-01-18 06:59:21 -08:00
  • 1bd4f54fa6 update format JackBoosY 2020-01-16 18:53:51 -08:00
  • 11cc2903e4 re-fix url link JackBoosY 2020-01-15 23:59:52 -08:00
  • b124e3e8e7 fix url link JackBoosY 2020-01-15 23:55:49 -08:00
  • ffd5f3469f Correct display format JackBoosY 2020-01-15 23:52:11 -08:00
  • 0f0e5ddf5f Add vcpkg installation instructions JackBoosY 2020-01-15 23:45:41 -08:00
  • 1f110702a1 Remove redundant braces Victor Zverovich 2020-01-15 11:42:59 -08:00
  • 4ccbe4b5f2 Avoid namespace clash for fmt Jason Turner 2020-01-15 08:05:58 -07:00
  • 40638a75b3 Use C++11 compatible std::is_same operations Greg Sjaardema 2020-01-14 10:54:19 -07:00
  • c8dd9cc99d Use type_identity to block unnecessary template argument deduction (thanks Tim Song) Victor Zverovich 2020-01-15 08:09:48 -08:00
  • 4bbe57cebf Work-around for nvcc Greg Sjaardema 2020-01-14 11:50:57 -07:00
  • 55b6130055 Use C++11-compatible operations Greg Sjaardema 2020-01-14 11:10:11 -07:00
  • ae3ea156ea Fix for older versions of intel compiler Greg Sjaardema 2020-01-14 08:50:17 -07:00
  • 77165fdf85 Use FMT_NOEXCEPT instead of noexcept directly Tobias Hammer 2020-01-13 18:18:44 +01:00
  • 65ac626c58 Improve join docs Victor Zverovich 2020-01-12 07:26:16 -08:00
  • cd0b3f9695 check if _SECURE_SCL is defined not equal to 0 torsten 2020-01-09 22:55:19 +01:00
  • cef1e4354b Optimize grisu_gen_digits Victor Zverovich 2020-01-07 16:11:18 -10:00
  • 0201c8db21 Restructure float_format Victor Zverovich 2020-01-07 14:20:21 -10:00
  • 9e3f3e8cff Fix handling of output iterators in format_to_n (#1506) Victor Zverovich 2020-01-05 09:28:21 -10:00
  • aa07c57654 Move vprint_mojibake to the internal namespace Victor Zverovich 2020-01-04 08:31:18 -10:00
  • a73d89e9c7 Catch invalid uses of fmt::arg Victor Zverovich 2020-01-04 07:11:11 -10:00
  • cb8e7caf7c Convert 'char8_t' character sequences to 'char' sequences Daniela Engert 2020-01-03 18:49:28 +01:00
  • b3fd0005dd Suppress a bogus -Wdouble-promotion warning Victor Zverovich 2020-01-03 06:57:14 -10:00
  • 7b478f9dec Simplify example Victor Zverovich 2020-01-02 07:31:45 -10:00
  • c85efef312 More showpoint fixes and tests (#1498) Victor Zverovich 2019-12-30 10:28:27 -10:00
  • 455a7c0787 Clarify lifetime of basic_format_args Victor Zverovich 2019-12-30 08:51:47 -10:00
  • 674c326d7c Update syntax.rst Victor Zverovich 2019-12-29 07:25:34 -10:00
  • 061a9897fe Update syntax.rst Victor Zverovich 2019-12-26 16:49:40 -10:00
  • d2d1c9c560 warning C4267: 'argument': conversion from 'size_t' to 'DWORD', possible loss of data Ivan Shynkarenka 2019-12-26 11:43:29 +03:00
  • b6e19e5953 Update apidoc Victor Zverovich 2019-12-24 12:08:37 -08:00
  • f219dcd59b Add fmt::bytes Victor Zverovich 2019-12-24 10:11:47 -08:00
  • dea7fde8b7 Deprecate u8string_view Victor Zverovich 2019-12-24 09:10:51 -08:00
  • 5390e29d42 Enable mojibake Victor Zverovich 2019-12-24 08:20:54 -08:00
  • 9f6434dcde Improve UTF-8 handling on Windows Victor Zverovich 2019-12-23 16:18:48 -08:00
  • dac9a7f99d Improve UTF-8 handling on Windows Victor Zverovich 2019-12-22 08:58:00 -08:00
  • 3ca9533f38 Flatten forward Victor Zverovich 2019-12-22 08:23:54 -08:00
  • 7eec036d9a Improve UTF-8 support Victor Zverovich 2019-12-21 19:53:52 -08:00
  • e6b37b4aff Handle block boundaries in utf8_to_utf16 Victor Zverovich 2019-12-21 16:33:34 -08:00
  • 8cf4c52068 Apply clang-format Victor Zverovich 2019-12-21 13:10:45 -08:00
  • 74532c23a3 Make type a scoped enum Victor Zverovich 2019-12-21 09:31:14 -08:00
  • b308159be5 Make round_direction a scoped enum Victor Zverovich 2019-12-21 09:24:42 -08:00
  • 162995fedd Add os.h to docs Victor Zverovich 2019-12-18 14:17:49 -08:00
  • 8b41362a0a Add trailing decimal point if # is specified (#1476) Victor Zverovich 2019-12-18 12:41:56 -08:00
  • 1b1c70108a trailing_zeros -> showpoint Victor Zverovich 2019-12-18 12:12:09 -08:00
  • d7e72a09e0 Simplify FMT_STRING_IMPL Victor Zverovich 2019-12-18 11:50:47 -08:00
  • 2201890d7a Apply clang-format and update inclusion guards Victor Zverovich 2019-12-18 11:05:31 -08:00
  • 6100ed4bb3 Eliminate NVCC NVidia compiler emits unreachable code warnings Greg Sjaardema 2019-12-18 10:05:25 -07:00
  • 1afe201ae8 Handle block boundaries in utf8_to_utf16 Victor Zverovich 2019-12-18 09:40:51 -08:00
  • cd2b99032f Chore(readme): use https (#1481) 谭九鼎 2019-12-17 08:48:27 -06:00
  • 9acf89fef6 Mitigate MSVC issue with min/max macros (#1480) parkertomatoes 2019-12-16 11:24:00 -05:00
  • 9ea42fb26e Rename posix-test to os-test Victor Zverovich 2019-12-15 14:51:37 -08:00
  • da2569827e posix.cc -> os.cc Victor Zverovich 2019-12-15 12:25:40 -08:00
  • 35959a31d7 Move OS-specific APIs to a separate header Victor Zverovich 2019-12-15 08:54:16 -08:00
  • ec2463c905 Implement utf8_to_utf16 using utf8_decode Victor Zverovich 2019-12-15 07:45:57 -08:00
  • 0012917f69 Add a UTF-8 decoder Victor Zverovich 2019-12-15 07:27:09 -08:00
  • 9e450911fa Give an error on precision overflow Victor Zverovich 2019-12-14 07:45:27 -08:00
  • 068d20bc31 Avoid shadowing warnings in FMT_STRING Victor Zverovich 2019-12-14 07:00:08 -08:00
  • a99fbe67b9 Apply a typo fix retroactively Victor Zverovich 2019-12-14 06:50:53 -08:00
  • adbed11ed4 Fix a typo Victor Zverovich 2019-12-13 15:49:40 -08:00
  • 8ab1c5c6e8 Squelch MSVC warning exporting subclasses of runtime_error (fix for PR #1433) (#1470) iPherian 2019-12-13 12:16:36 -08:00
  • a770009fcc Improve error reporting Victor Zverovich 2019-12-13 11:28:09 -08:00
  • 598e6042d1 warning C4468: 'fallthrough': attribute must be followed by a case label or a default label Ivan Shynkarenka 2019-12-12 15:40:21 +03:00
  • e09814dc93 Merge branch 'master' of github.com:fmtlib/fmt Victor Zverovich 2019-12-11 15:44:44 -08:00
  • b272fb3605 Extend FMT_FALLTHROUGH compatibily to gcc and clang pre-C++17 (#1469) Federico 2019-12-11 23:28:20 +01:00
  • f94b7364b9 Update version 6.1.2 Victor Zverovich 2019-12-11 06:16:42 -08:00
  • 7abec071b5 Update changelog Victor Zverovich 2019-12-11 06:15:06 -08:00
  • b7eb8c8921 Prepare for the next release Victor Zverovich 2019-12-10 21:50:14 -08:00
  • ae7c50185d Reintroduce sprintf_format for ABI compatibility Victor Zverovich 2019-12-10 20:44:08 -08:00
  • 9f2e7edaeb Fix handling of types convertible to std::string_view Victor Zverovich 2019-12-09 13:25:08 -08:00
  • fd52de0c6b Add FMT_CUDA_TEST CMake option to enable cuda-test Victor Zverovich 2019-12-09 07:30:34 -08:00
  • f675cb887e Remove redundant cast Victor Zverovich 2019-12-08 18:01:59 -08:00
  • 73a16b827f Fix handling of int128_t in format-impl-test (#1461) Victor Zverovich 2019-12-08 17:07:20 -08:00
  • 72879db40e Clean-up sign-conversion warnings in public headers Florin Iucha 2019-11-29 20:57:14 -05:00
  • d3aa0c3a28 Clean-up sign-conversion warnings in test code Florin Iucha 2019-12-01 17:41:52 -05:00
  • 31de9a1b80 Revert "Clean-up sign-conversion warnings in test code" Victor Zverovich 2019-12-08 15:47:24 -08:00
  • 227bfe62dd Clean-up sign-conversion warnings in test code Florin Iucha 2019-12-01 17:41:52 -05:00
  • 95dfdc6cc4 Update README.rst Victor Zverovich 2019-12-07 10:12:56 -08:00
  • 5916ff63c4 Update README.rst Victor Zverovich 2019-12-07 10:12:15 -08:00
  • 1ab80aa92c Fix handling of types with custom formatters that are convertible to std::string_view Deniz Evrenci 2019-12-05 13:12:46 +09:00