[libc++][doc] Update format implementation status.

This commit is contained in:
Mark de Wever 2021-12-05 17:44:24 +01:00
parent 1457e78352
commit 8783f53fb2
2 changed files with 8 additions and 8 deletions

View File

@ -1,6 +1,6 @@
Number,Name,Assignee,Patch,Status,First released version
`P0645 <https://wg21.link/P0645>`_,"Text Formatting",Mark de Wever,,|Partial|,
`P1652 <https://wg21.link/P1652>`_,"Printf corner cases in std::format",Mark de Wever,"`D103433 <https://reviews.llvm.org/D103433>`__, `D114001 <https://reviews.llvm.org/D114001>`__",|In Progress|,
`P1652 <https://wg21.link/P1652>`_,"Printf corner cases in std::format",Mark de Wever,"`D103433 <https://reviews.llvm.org/D103433>`__, `D114001 <https://reviews.llvm.org/D114001>`__",|Review|,
`P1892 <https://wg21.link/P1892>`_,"Extended locale-specific presentation specifiers for std::format",Mark de Wever,`D103368 <https://reviews.llvm.org/D103368>`__,|Complete|,Clang 14
`P1868 <https://wg21.link/P1868>`_,"width: clarifying units of width and precision in std::format (Implements the unicode support.)",Mark de Wever,"`D103413 <https://reviews.llvm.org/D103413>`__ `D103425 <https://reviews.llvm.org/D103425>`__ `D103670 <https://reviews.llvm.org/D103670>`__",|Complete|,Clang 14
`P2216 <https://wg21.link/P2216>`_,"std::format improvements",Mark de Wever,,|In Progress|,

1 Number Name Assignee Patch Status First released version
2 `P0645 <https://wg21.link/P0645>`_ Text Formatting Mark de Wever |Partial|
3 `P1652 <https://wg21.link/P1652>`_ Printf corner cases in std::format Mark de Wever `D103433 <https://reviews.llvm.org/D103433>`__, `D114001 <https://reviews.llvm.org/D114001>`__ |In Progress| |Review|
4 `P1892 <https://wg21.link/P1892>`_ Extended locale-specific presentation specifiers for std::format Mark de Wever `D103368 <https://reviews.llvm.org/D103368>`__ |Complete| Clang 14
5 `P1868 <https://wg21.link/P1868>`_ width: clarifying units of width and precision in std::format (Implements the unicode support.) Mark de Wever `D103413 <https://reviews.llvm.org/D103413>`__ `D103425 <https://reviews.llvm.org/D103425>`__ `D103670 <https://reviews.llvm.org/D103670>`__ |Complete| Clang 14
6 `P2216 <https://wg21.link/P2216>`_ std::format improvements Mark de Wever |In Progress|

View File

@ -1,26 +1,26 @@
Section,Description,Dependencies,Assignee,Patch,Status,First released version
`[charconv.to.chars] <https://wg21.link/charconv.to.chars>`_,"Fix integral conformance",,Mark de Wever,`D100722 <https://llvm.org/D100722>`__,|Complete|,Clang 13
`[charconv.to.chars] <https://wg21.link/charconv.to.chars>`_,"Add floating-point conversion",`D100722 <https://llvm.org/D100722>`__,"Mark de Wever (Code provided by Stephan T. Lavavej of Microsoft)",`D70631 <https://llvm.org/D70631>`__,|In Progress|,
`[charconv.to.chars] <https://wg21.link/charconv.to.chars>`_,"Add floating-point conversion",`D100722 <https://llvm.org/D100722>`__,"Mark de Wever (Code provided by Stephan T. Lavavej of Microsoft)",`D70631 <https://llvm.org/D70631>`__,|Complete|,Clang 14
`[format.error] <https://wg21.link/format.error>`_,"Class format_error",,Mark de Wever,`D92214 <https://llvm.org/D92214>`__,|Complete|,Clang 13
`[format.parse.ctx] <https://wg21.link/format.parse.ctx>`_,"Class template basic_format_parse_context",,Mark de Wever,`D93166 <https://llvm.org/D93166>`__,|Complete|,Clang 13
`[format.context] <https://wg21.link/format.context>`_,"Class template basic_format_context",,Mark de Wever,`D103357 <https://llvm.org/D103357>`__,|Complete|,Clang 14
`[format.args] <https://wg21.link/format.args>`_,"Class template basic_format_args",,Mark de Wever,`D103357 <https://llvm.org/D103357>`__,|Complete|,Clang 14
`[format.arg] <https://wg21.link/format.arg>`_,"Class template basic_format_arg",,Mark de Wever,`D103357 <https://llvm.org/D103357>`__,|Complete|,Clang 14
`[format.arg] <https://wg21.link/format.arg>`_,"Class template basic_format_arg - handle",,Unassigned,,|Not Started|,
`[format.arg] <https://wg21.link/format.arg>`_,"Class template basic_format_arg - pointers",,Unassigned,,|Not Started|,
`[format.arg] <https://wg21.link/format.arg>`_,"Class template basic_format_arg - pointers",,Mark de Wever,,|In Progress|,
`[format.arg.store] <https://wg21.link/format.arg.store>`_,"Class template format-arg-store",,Mark de Wever,`D103357 <https://llvm.org/D103357>`__,|Complete|,Clang 14
`[format.formatter.spec] <https://wg21.link/format.formatter.spec>`_,"Formatter specializations - character types",,Mark de Wever,"`D96664 <https://llvm.org/D96664>`__ `D103466 <https://llvm.org/D103466>`__",|Complete|,Clang 14
`[format.formatter.spec] <https://wg21.link/format.formatter.spec>`_,"Formatter specializations - string types",,Mark de Wever,"`D96664 <https://llvm.org/D96664>`__ `D103425 <https://reviews.llvm.org/D103425>`__",|Complete|,Clang 14
`[format.formatter.spec] <https://wg21.link/format.formatter.spec>`_,"Formatter specializations - boolean type",,Mark de Wever,"`D96664 <https://llvm.org/D96664>`__ `D103670 <https://reviews.llvm.org/D103670>`__",|Complete|,Clang 14
`[format.formatter.spec] <https://wg21.link/format.formatter.spec>`_,"Formatter specializations - integral types",,Mark de Wever,"`D96664 <https://llvm.org/D96664>`__ `D103433 <https://reviews.llvm.org/D103433>`__",|Complete|,Clang 14
`[format.formatter.spec] <https://wg21.link/format.formatter.spec>`_,"Formatter specializations - floating-point types",`D70631 <https://llvm.org/D70631>`__,Mark de Wever,`D114001 <https://reviews.llvm.org/D114001>`__,|In Progress|,
`[format.formatter.spec] <https://wg21.link/format.formatter.spec>`_,"Formatter specializations - pointer types",,Mark de Wever,,|Not Started|,
`[format.formatter.spec] <https://wg21.link/format.formatter.spec>`_,"Formatter specializations - floating-point types",`D70631 <https://llvm.org/D70631>`__,Mark de Wever,`D114001 <https://reviews.llvm.org/D114001>`__,|Review|,
`[format.formatter.spec] <https://wg21.link/format.formatter.spec>`_,"Formatter specializations - pointer types",,Mark de Wever,,|In Progress|,
`[format.string.std] <https://wg21.link/format.string.std>`_,"Standard format specifiers - character types",,Mark de Wever,`D103368 <https://reviews.llvm.org/D103368>`__,|Complete|,Clang 14
`[format.string.std] <https://wg21.link/format.string.std>`_,"Standard format specifiers - string types",`D103379 <https://reviews.llvm.org/D103379>`__,Mark de Wever,"`D103368 <https://reviews.llvm.org/D103368>`__ `D103413 <https://reviews.llvm.org/D103413>`__",|Complete|,Clang 14
`[format.string.std] <https://wg21.link/format.string.std>`_,"Standard format specifiers - boolean type",`D103379 <https://reviews.llvm.org/D103379>`__,Mark de Wever,"`D103368 <https://reviews.llvm.org/D103368>`__ `D103413 <https://reviews.llvm.org/D103413>`__",|Complete|,Clang 14
`[format.string.std] <https://wg21.link/format.string.std>`_,"Standard format specifiers - integral types",,Mark de Wever,`D103368 <https://reviews.llvm.org/D103368>`__,|Complete|,Clang 14
`[format.string.std] <https://wg21.link/format.string.std>`_,"Standard format specifiers - floating-point types",,Mark de Wever,`D114001 <https://reviews.llvm.org/D114001>`__,|In Progress|,
`[format.string.std] <https://wg21.link/format.string.std>`_,"Standard format specifiers - pointer types",,Mark de Wever,,|Not Started|,
`[format.string.std] <https://wg21.link/format.string.std>`_,"Standard format specifiers - floating-point types",,Mark de Wever,`D114001 <https://reviews.llvm.org/D114001>`__,|Review|,
`[format.string.std] <https://wg21.link/format.string.std>`_,"Standard format specifiers - pointer types",,Mark de Wever,,|In Progress|,
`[format.functions] <https://wg21.link/format.functions>`_,"Format functions - format(string_view fmt, const Args&... args);",,Mark de Wever,`D96664 <https://llvm.org/D96664>`__,|Complete|,Clang 14
`[format.functions] <https://wg21.link/format.functions>`_,"Format functions - format(wstring_view fmt, const Args&... args);",,Mark de Wever,`D96664 <https://llvm.org/D96664>`__,|Complete|,Clang 14
`[format.functions] <https://wg21.link/format.functions>`_,"Format functions - format(const locale& loc, string_view fmt, const Args&... args);",,Mark de Wever,`D96664 <https://llvm.org/D96664>`__,|Complete|,Clang 14
@ -46,4 +46,4 @@ Section,Description,Dependencies,Assignee,Patch,Status,First released version
`[format.functions] <https://wg21.link/format.functions>`_,"Format functions - Improve performance format_to_n",,Mark de Wever,`D110499 <https://llvm.org/D110499>`__,|Review|,
`[format.functions] <https://wg21.link/format.functions>`_,"Format functions - Improve performance formatted size",,Mark de Wever,`D110500 <https://llvm.org/D110500>`__,|Review|,
`[format.functions] <https://wg21.link/format.functions>`_,"`P2216 <https://wg21.link/P2216>`_ - Compile-time checks",,Mark de Wever,,|In Progress|,
`[format.functions] <https://wg21.link/format.functions>`_,"`P2216 <https://wg21.link/P2216>`_ - Binary size",,Mark de Wever,`D110494 <https://llvm.org/D110494>`__,|Review|,
`[format.functions] <https://wg21.link/format.functions>`_,"`P2216 <https://wg21.link/P2216>`_ - Binary size",,Mark de Wever,`D110494 <https://llvm.org/D110494>`__,|Complete|,Clang 14

1 Section Description Dependencies Assignee Patch Status First released version
2 `[charconv.to.chars] <https://wg21.link/charconv.to.chars>`_ Fix integral conformance Mark de Wever `D100722 <https://llvm.org/D100722>`__ |Complete| Clang 13
3 `[charconv.to.chars] <https://wg21.link/charconv.to.chars>`_ Add floating-point conversion `D100722 <https://llvm.org/D100722>`__ Mark de Wever (Code provided by Stephan T. Lavavej of Microsoft) `D70631 <https://llvm.org/D70631>`__ |In Progress| |Complete| Clang 14
4 `[format.error] <https://wg21.link/format.error>`_ Class format_error Mark de Wever `D92214 <https://llvm.org/D92214>`__ |Complete| Clang 13
5 `[format.parse.ctx] <https://wg21.link/format.parse.ctx>`_ Class template basic_format_parse_context Mark de Wever `D93166 <https://llvm.org/D93166>`__ |Complete| Clang 13
6 `[format.context] <https://wg21.link/format.context>`_ Class template basic_format_context Mark de Wever `D103357 <https://llvm.org/D103357>`__ |Complete| Clang 14
7 `[format.args] <https://wg21.link/format.args>`_ Class template basic_format_args Mark de Wever `D103357 <https://llvm.org/D103357>`__ |Complete| Clang 14
8 `[format.arg] <https://wg21.link/format.arg>`_ Class template basic_format_arg Mark de Wever `D103357 <https://llvm.org/D103357>`__ |Complete| Clang 14
9 `[format.arg] <https://wg21.link/format.arg>`_ Class template basic_format_arg - handle Unassigned |Not Started|
10 `[format.arg] <https://wg21.link/format.arg>`_ Class template basic_format_arg - pointers Unassigned Mark de Wever |Not Started| |In Progress|
11 `[format.arg.store] <https://wg21.link/format.arg.store>`_ Class template format-arg-store Mark de Wever `D103357 <https://llvm.org/D103357>`__ |Complete| Clang 14
12 `[format.formatter.spec] <https://wg21.link/format.formatter.spec>`_ Formatter specializations - character types Mark de Wever `D96664 <https://llvm.org/D96664>`__ `D103466 <https://llvm.org/D103466>`__ |Complete| Clang 14
13 `[format.formatter.spec] <https://wg21.link/format.formatter.spec>`_ Formatter specializations - string types Mark de Wever `D96664 <https://llvm.org/D96664>`__ `D103425 <https://reviews.llvm.org/D103425>`__ |Complete| Clang 14
14 `[format.formatter.spec] <https://wg21.link/format.formatter.spec>`_ Formatter specializations - boolean type Mark de Wever `D96664 <https://llvm.org/D96664>`__ `D103670 <https://reviews.llvm.org/D103670>`__ |Complete| Clang 14
15 `[format.formatter.spec] <https://wg21.link/format.formatter.spec>`_ Formatter specializations - integral types Mark de Wever `D96664 <https://llvm.org/D96664>`__ `D103433 <https://reviews.llvm.org/D103433>`__ |Complete| Clang 14
16 `[format.formatter.spec] <https://wg21.link/format.formatter.spec>`_ Formatter specializations - floating-point types `D70631 <https://llvm.org/D70631>`__ Mark de Wever `D114001 <https://reviews.llvm.org/D114001>`__ |In Progress| |Review|
17 `[format.formatter.spec] <https://wg21.link/format.formatter.spec>`_ Formatter specializations - pointer types Mark de Wever |Not Started| |In Progress|
18 `[format.string.std] <https://wg21.link/format.string.std>`_ Standard format specifiers - character types Mark de Wever `D103368 <https://reviews.llvm.org/D103368>`__ |Complete| Clang 14
19 `[format.string.std] <https://wg21.link/format.string.std>`_ Standard format specifiers - string types `D103379 <https://reviews.llvm.org/D103379>`__ Mark de Wever `D103368 <https://reviews.llvm.org/D103368>`__ `D103413 <https://reviews.llvm.org/D103413>`__ |Complete| Clang 14
20 `[format.string.std] <https://wg21.link/format.string.std>`_ Standard format specifiers - boolean type `D103379 <https://reviews.llvm.org/D103379>`__ Mark de Wever `D103368 <https://reviews.llvm.org/D103368>`__ `D103413 <https://reviews.llvm.org/D103413>`__ |Complete| Clang 14
21 `[format.string.std] <https://wg21.link/format.string.std>`_ Standard format specifiers - integral types Mark de Wever `D103368 <https://reviews.llvm.org/D103368>`__ |Complete| Clang 14
22 `[format.string.std] <https://wg21.link/format.string.std>`_ Standard format specifiers - floating-point types Mark de Wever `D114001 <https://reviews.llvm.org/D114001>`__ |In Progress| |Review|
23 `[format.string.std] <https://wg21.link/format.string.std>`_ Standard format specifiers - pointer types Mark de Wever |Not Started| |In Progress|
24 `[format.functions] <https://wg21.link/format.functions>`_ Format functions - format(string_view fmt, const Args&... args); Mark de Wever `D96664 <https://llvm.org/D96664>`__ |Complete| Clang 14
25 `[format.functions] <https://wg21.link/format.functions>`_ Format functions - format(wstring_view fmt, const Args&... args); Mark de Wever `D96664 <https://llvm.org/D96664>`__ |Complete| Clang 14
26 `[format.functions] <https://wg21.link/format.functions>`_ Format functions - format(const locale& loc, string_view fmt, const Args&... args); Mark de Wever `D96664 <https://llvm.org/D96664>`__ |Complete| Clang 14
46 `[format.functions] <https://wg21.link/format.functions>`_ Format functions - Improve performance format_to_n Mark de Wever `D110499 <https://llvm.org/D110499>`__ |Review|
47 `[format.functions] <https://wg21.link/format.functions>`_ Format functions - Improve performance formatted size Mark de Wever `D110500 <https://llvm.org/D110500>`__ |Review|
48 `[format.functions] <https://wg21.link/format.functions>`_ `P2216 <https://wg21.link/P2216>`_ - Compile-time checks Mark de Wever |In Progress|
49 `[format.functions] <https://wg21.link/format.functions>`_ `P2216 <https://wg21.link/P2216>`_ - Binary size Mark de Wever `D110494 <https://llvm.org/D110494>`__ |Review| |Complete| Clang 14