Commit Graph
484 Commits
Author SHA1 Message Date
Victor Zverovich f19b1a521e Update version 2020-07-07 07:47:44 -07:00
Victor Zverovich 04c9b62fb4 Merge release branch 2020-07-07 06:34:39 -07:00
Victor Zverovich 86b2f99f8c Fix the docs 2020-07-06 07:53:07 -07:00
Victor Zverovich c472ff12d8 Update version 2020-07-06 06:45:20 -07:00
Victor Zverovich 5173a76ba4 Update version 2020-07-05 08:43:47 -07:00
Victor Zverovich 4e7e3c65a3 Update docs 2020-07-05 07:32:43 -07:00
Victor Zverovich 0f7a6bfa12 Add a section on std::format compatibility 2020-07-05 07:07:29 -07:00
Victor Zverovich 01309a34ab Deprecate arg_formatter 2020-07-04 07:29:11 -07:00
Victor Zverovich 1f3f84631c Fix a typo 2020-07-02 07:29:38 -07:00
Victor Zverovich 8630a8f5ff Tweak the docs 2020-06-25 11:29:49 -07:00
Victor Zverovich cc3a88e6b3 Extract docs from compile.h 2020-06-25 08:36:07 -07:00
Victor Zverovich d130ee070f Document format string compilation 2020-06-25 08:12:10 -07:00
Victor Zverovich d259fcfb05 Tweak comments 2020-06-12 06:22:05 -07:00
文佳鹏 f904e8a1b4 c++11 use formatting user-defined types (#1721) 2020-06-11 10:10:39 -07:00
Jelle van der Waa 8f2b5fe74d Don't install sphinx cache files
When building documentation sphinx creates cached files in the .doctrees
directory and aren't required for viewing documentation only for
building. As added benefit this makes fmt reprodcubile as the cached
files are different when the build environment is varied.
2020-05-30 06:14:02 -07:00
Victor Zverovich 297c3b2ed5 Fix an example (thanks Alexey Kuzmenko) 2020-05-20 15:52:19 -07:00
Victor Zverovich 7aafa6bc64 Update analytics 2020-05-18 10:26:22 -07:00
Victor Zverovich eee2023c2a Update signatures 2020-05-15 15:25:02 -07:00
Victor Zverovich c5ed73aab2 Add fmt::detail::buffer to the docs (#704) 2020-05-15 14:35:55 -07:00
Victor Zverovich d18c6723a2 Update docs 2020-05-15 09:43:35 -07:00
Kevin Puetz 981b517ccf nested replacement fields may omit arg_id (#1681)
syntax.html already has examples like `fmt::format("{:.{}f}", 3.14, 1)` using this, 
and https://en.cppreference.com/w/cpp/utility/format/formatter#width_and_precision shows that this is the case for the C++20 std::format

The Format Specification Mini-Language grammar seems to be the only one not showing this; update it to match.
2020-05-13 17:20:05 -07:00
Victor Zverovich e0d98923c7 Update version 2020-05-10 18:05:46 -07:00
Lindsay Roberts d59751f0f0 Update date formatting example to use threadsafe localtime 2020-05-02 09:04:31 -07:00
Victor Zverovich 450e8eed97 Fix markup 2020-04-22 09:30:09 -07:00
Victor Zverovich b8fbcec1be Clarify formatter reuse 2020-04-22 09:15:52 -07:00
Victor Zverovich 5944fcad37 Remove remaining wchar_t instantiation 2020-04-19 16:48:15 -07:00
Victor Zverovich 27e3c0fe9b Update signature in the docs 2020-04-06 07:17:41 -07:00
Victor Zverovich 9bdd1596ce Update version 2020-04-05 06:46:41 -07:00
Victor Zverovich d1d653d895 Implement the L specifier 2020-04-02 06:58:38 -07:00
Victor Zverovich 0b2eb6501c Add locale example 2020-01-20 08:42:16 -08:00
Victor Zverovich a844d7ab81 Add namespaces 2020-01-19 19:20:48 -08:00
Victor Zverovich 47d3968092 Add more examples 2020-01-19 19:15:54 -08:00
Victor Zverovich 7800173eb1 Update fill docs 2020-01-19 18:57:32 -08:00
Victor Zverovich bd5f903f28 Add a locale example 2020-01-18 07:11:45 -08:00
Victor Zverovich 06e437fd98 Move docs to the proper place 2020-01-18 06:59:21 -08:00
Victor Zverovich 674c326d7c Update syntax.rst 2019-12-29 07:25:34 -10:00
Victor Zverovich 061a9897fe Update syntax.rst 2019-12-26 16:49:40 -10:00
Victor Zverovich 162995fedd Add os.h to docs 2019-12-18 14:17:49 -08:00
Victor Zverovich adbed11ed4 Fix a typo 2019-12-13 15:49:40 -08:00
Victor Zverovich f94b7364b9 Update version 2019-12-11 06:16:42 -08:00
Victor Zverovich 4f4d876616 Remove '%' from the docs 2019-12-06 07:06:19 -08:00
Victor Zverovich 071794ec65 Update version 2019-12-04 12:21:48 -08:00
Victor Zverovich 4ca6821e8f Update version 2019-12-01 16:58:40 -08:00
Victor Zverovich 0184df7020 Update docs 2019-12-01 14:49:56 -08:00
Victor Zverovich ef7369ce90 Update docs 2019-11-28 08:09:46 -08:00
Victor Zverovich 34e921f6fe Update docs 2019-11-27 09:26:32 -08:00
Victor Zverovich 57b6f2966d Deprecate the fmt macro 2019-11-19 11:28:17 -08:00
Victor Zverovich 7e1cb3237a Fix indentation 2019-11-17 13:17:43 -08:00
Victor Zverovich 1c6d85f7bb Apply coding conventions to examples 2019-11-17 10:15:16 -08:00
Victor Zverovich 4a1da44f91 Apply coding conventions to examples 2019-11-17 10:14:06 -08:00