Commit Graph
6156 Commits
Author SHA1 Message Date
Victor Zverovich ef826b86cb Fix docs 2021-06-04 20:34:58 -07:00
Victor Zverovich 5223f552c8 Remove FMT_ALWAYS_INLINE 2021-06-04 20:29:54 -07:00
Victor Zverovich cfde93afe0 Add FMT_STATIC_CONSTEXPR 2021-06-04 16:50:09 -07:00
Cristi 986a5a6c2c Fixed join_view formatter for wchar_t 2021-06-04 14:50:45 -07:00
Tobias Ribizel 7c8b35ff32 fix MSVC Win32 count_digits 2021-06-04 11:06:25 -07:00
Victor Zverovich 3eeb084e71 Optimize count_digits 2021-06-04 09:14:58 -07:00
Victor Zverovich 2ac0bfe59e Improve handling of thousands separator 2021-06-04 06:12:44 -07:00
Alexey Ochapov 024741b476 CI: set up multi-thread build for all platforms 2021-06-04 05:56:55 -07:00
Victor Zverovich f4c95f6dd9 Improve handling of thousands separator 2021-06-03 18:25:08 -07:00
Victor Zverovich d4fbeacc33 Fix docs build 2021-06-03 18:25:08 -07:00
Victor Zverovich 0eef389ddb Code style 2021-06-03 18:25:08 -07:00
Victor Zverovich e27b1ce50c Fix docs 2021-06-03 09:32:12 -07:00
Victor Zverovich 9f8b6daca2 Fix wheel installation 2021-06-03 09:10:07 -07:00
Victor Zverovich 6060bcfc8a Fix docs 2021-06-03 09:03:00 -07:00
Victor Zverovich ff9673463c Fix docs 2021-06-03 08:43:41 -07:00
Victor Zverovich 1085cc2178 Fix docs 2021-06-03 08:28:02 -07:00
Victor Zverovich 11addaa16e Update docs 2021-06-03 06:24:17 -07:00
Victor Zverovich 760ca5ccc0 Update docs 2021-06-02 19:45:42 -07:00
Victor Zverovich 290d3f8b61 Cleanup ranges API 2021-06-02 17:06:02 -07:00
Victor Zverovich aa09e0f5dd Update docs 2021-06-02 16:25:21 -07:00
Victor Zverovich d142579e97 Cleanup the format API 2021-06-02 16:25:21 -07:00
Владислав Щапов f286139d22 Fix "undefined reference to `fmt::v7::detail::basic_data<void>::digits'"
Remove unused FMT_EXTERN_TEMPLATE_API
2021-06-02 14:33:17 -07:00
Victor Zverovich 7b9d69b827 Add xchar.h to docs 2021-06-02 08:19:54 -07:00
Victor Zverovich cbd861f188 Update docs 2021-06-02 08:06:52 -07:00
Victor Zverovich faf972f039 Update docs 2021-06-02 07:46:26 -07:00
Victor Zverovich 622d1c0423 Update changelog 2021-06-02 07:36:27 -07:00
Victor Zverovich 634c948769 Update changelog 2021-06-02 07:13:06 -07:00
Victor Zverovich a04e3a2dc8 Comment 2021-06-01 20:47:16 -07:00
Victor Zverovich 87876d5474 Cleanup the printf implementation 2021-06-01 20:32:56 -07:00
Victor Zverovich d338d66324 Cleanup the printf implementation 2021-06-01 19:30:46 -07:00
Victor Zverovich 272660e704 Remove deprecated printf functions 2021-06-01 18:08:31 -07:00
Victor Zverovich 5a95c5ae2c Update changelog 2021-06-01 17:47:23 -07:00
Daniela Engert 70e67ae018 Re-enable module testing
Prepare for compilation with gcc (modules branch).
2021-06-01 14:49:56 -07:00
Victor Zverovich ad97258915 Merge branch 'master' of github.com:fmtlib/fmt 2021-06-01 13:38:26 -07:00
Victor Zverovich ed2a6377e7 Workaround msvc constexpr issues 2021-06-01 13:32:44 -07:00
Alexey Ochapov 9976869549 fix custom types formatting at compile-time, add test 2021-06-01 11:16:05 -07:00
Victor Zverovich 8c1b22ba6d Workaround a gcc 9.1 bug (#2334) 2021-06-01 06:43:30 -07:00
Victor Zverovich 2dba1cfac1 Update changelog 2021-05-31 19:19:09 -07:00
Daniela Engert d7ba6c3ea8 Use qualified name-lookup in module. (#2324)
Allow lookup of non-exported names from local classes in function templates.
2021-05-31 09:11:24 -07:00
Victor Zverovich bf9904ee4d Workaround msvc bugs 2021-05-31 08:25:05 -07:00
Victor Zverovich 577bce9029 Apply clang-format 2021-05-31 08:09:10 -07:00
Daniela Engert ba4c7f193b Swap parameter order to match #2327 (#2329) 2021-05-31 07:44:33 -07:00
Victor Zverovich e9e89b355b Update ChangeLog.rst 2021-05-31 07:43:29 -07:00
Victor Zverovich 9bb406d78d Update changelog 2021-05-31 07:37:10 -07:00
Victor Zverovich 11a14db286 Update format_to taking a buffer and remove undocumented vformat_to overload 2021-05-30 07:57:51 -07:00
Victor Zverovich 832ec098fc Fix argument order in locale overload of vformat_to (#2327) 2021-05-30 06:42:09 -07:00
Victor Zverovich 486a80e8ef Move wchar_t overloads to xchar.h 2021-05-30 06:41:39 -07:00
Victor Zverovich 19d45f4b31 Update changelog 2021-05-29 16:56:33 -07:00
Victor Zverovich 5a2b88f6e9 Reduce binary size 2021-05-29 16:45:43 -07:00
Daniela Engert 00a39ad5f8 Enable Char types other than char (#2323) 2021-05-29 11:42:16 -07:00