Difference between revisions of "cpp/experimental"
m (→Non-TS proposals: +std::inplace_vector.) |
m (+more non-TS proposals on Reflection.) |
||
Line 104: | Line 104: | ||
|ISO/IEC TS 19570:2018 | |ISO/IEC TS 19570:2018 | ||
|Parallelism TS Version 2 | |Parallelism TS Version 2 | ||
− | |Published 2018-11-15 ([https://www.iso.org/standard/70588.html ISO Store]). Final draft: {{stddoc|n4793}} (2018-11-26). | + | |Published 2018-11-15 ([https://www.iso.org/standard/70588.html ISO Store]). Final draft: {{stddoc|n4793}} (2018-11-26). See also non-TS {{tt|std::simd}} proposals [[#SIMD proposals|below]]. |
Post-publication draft: {{stddoc|n4808}} (2019-03-11). | Post-publication draft: {{stddoc|n4808}} (2019-03-11). | ||
|{{rl|parallelism 2}} | |{{rl|parallelism 2}} | ||
− | |- | + | |-id="Reflection TS" |
|ISO/IEC TS 23619:2021 | |ISO/IEC TS 23619:2021 | ||
|Reflection TS | |Reflection TS | ||
− | |Published 2021-10-11 ([https://www.iso.org/standard/76425.html ISO store]). Draft {{stddoc|n4856}} (2020-03-02). | + | |Published 2021-10-11 ([https://www.iso.org/standard/76425.html ISO store]). Draft {{stddoc|n4856}} (2020-03-02). See also non-TS proposals [[#Reflection proposals|below]]. |
|{{rl|reflect|reflection}} | |{{rl|reflect|reflection}} | ||
|- | |- | ||
Line 170: | Line 170: | ||
* A Postcondition ''is'' a Pattern Match - {{stddoc|P3210R0}} (2024-03-28) | * A Postcondition ''is'' a Pattern Match - {{stddoc|P3210R0}} (2024-03-28) | ||
| | | | ||
− | |- | + | |-id="Reflection proposals" |
+ | |Reflection | ||
+ | |The main document (ISO/IEC TS 23619:2021) is described in {{ls|#Reflection TS}} above. See also: | ||
+ | * Scalable Reflection in C++ - {{stddoc|P1240R2}} (2022-01-14) | ||
+ | * Python Bindings with Value-Based Reflection - {{stddoc|P2911R1}} (2023-10-13) | ||
+ | * Reflection for C++26 - {{stddoc|P2996R2}} (2024-02-15) | ||
+ | * Using Reflection to Replace a Metalanguage for Generating JS Bindings - {{stddoc|P3010R0}} (2023-10-13) | ||
+ | * ABI comparison with reflection - {{stddoc|P3095R0}} (2024-02-15) | ||
+ | * Function Parameter Reflection in Reflection for C++26 - {{stddoc|P3096R0}} (2024-02-14) | ||
+ | * Generative Extensions for Reflection - {{stddoc|P3157R0}} (2024-02-15) | ||
+ | | | ||
+ | |-id="SIMD proposals" | ||
|{{ltt|cpp/experimental/simd|std::simd}} | |{{ltt|cpp/experimental/simd|std::simd}} | ||
− | |The main document (TS ISO/IEC 19570:2018) is described in [[#Parallelism TS Version 2|"C++ Extensions for Parallelism V2"]]. See also: | + | |The main document (TS ISO/IEC 19570:2018) is described in [[#Parallelism TS Version 2|"C++ Extensions for Parallelism V2"]] above. See also: |
* Expected Feedback from SIMD in Parallelism TS2 - {{stddoc|P1915R0}} (2019-10-07), | * Expected Feedback from SIMD in Parallelism TS2 - {{stddoc|P1915R0}} (2019-10-07), | ||
* {{ltt|cpp/experimental/simd|std::simd}} - Merge data-parallel types from the Parallelism TS 2 - {{stddoc|P1928R8}} (2023-11-09), | * {{ltt|cpp/experimental/simd|std::simd}} - Merge data-parallel types from the Parallelism TS 2 - {{stddoc|P1928R8}} (2023-11-09), |
Revision as of 18:42, 19 May 2024
The C++ standards committee publishes experimental C++ language and library extensions for future standardization.
Note: until 2012, these publications used the TR (technical report) format. Since 2012 ISO procedure changed to use the TS (technical specification) format.
TR/TS specifications
ISO number | Name | Status | links |
---|---|---|---|
ISO/IEC TR 18015:2006 | Technical Report on C++ Performance | Published 2006 (ISO store).
Draft: TR18015 (2006-02-15). |
|
ISO/IEC TR 19768:2007 | Technical Report on C++ Library Extensions | Published 2007-11-15 (ISO store).
Draft: N1836 (2005-06-24) |
|
ISO/IEC 29124:2010 | Extensions to the C++ Library to support mathematical special functions | Published 2010-09-03 (ISO Store).
Final draft: N3060 (2010-03-06). |
special functions |
ISO/IEC TR 24733:2011 | Extensions for the programming language C++ to support decimal floating-point arithmetic | Published 2011-10-25 (ISO Store)
Draft: N2849 (2009-03-06). |
|
ISO/IEC TS 18822:2015 | C++ File System Technical Specification | Published 2015-06-18 (ISO store). Final draft: N4100 (2014-07-04). |
filesystem |
ISO/IEC TS 19570:2015 | C++ Extensions for Parallelism | Published 2015-06-24. (ISO Store). Final draft: N4507 (2015-05-05). ✔Merged into C++17. |
parallelism |
ISO/IEC TS 19841:2015 | Transactional Memory TS | Published 2015-09-16, (ISO Store). Final draft: N4514 (2015-05-08). | transactional memory |
ISO/IEC TS 19568:2015 | C++ Extensions for Library Fundamentals | Published 2015-09-30, (ISO Store). Final draft: N4480 (2015-04-07). ✔Merged into C++17 except for invocation traits. |
library extensions |
ISO/IEC TS 19217:2015 | C++ Extensions for Concepts | Published 2015-11-13 (ISO Store). Final draft: N4553 (2015-10-02). Current draft: P0734R0 (2017-07-14). ✔Merged into C++20 (with modifications). |
constraints and concepts |
ISO/IEC TS 19571:2016 | C++ Extensions for Concurrency | Published 2016-01-19 (ISO Store). Final draft: P0159R0 (2015-10-22). ✔Partially merged into C++20. |
concurrency |
ISO/IEC TS 19568:2017 | C++ Extensions for Library Fundamentals, Version 2 | Published 2017-03-30 (ISO Store). Draft: N4617 (2016-11-28). ✔Partially merged into C++17 and C++20. |
library extensions 2 |
ISO/IEC TS 21425:2017 | Ranges TS | Published 2017-12-05 (ISO Store). Draft: N4685 (2017-07-31). |
ranges |
ISO/IEC TS 22277:2017 | Coroutines TS | Published 2017-12-05 (ISO Store). Draft N4736 (2018-03-31). Latest draft: N4775 (2018-10-07). |
|
ISO/IEC TS 19216:2018 | Networking TS | Published 2018-04-24 (ISO Store). Draft N4734 (2017-04-04). Latest draft: N4771 (2018-10-08). | networking |
ISO/IEC TS 21544:2018 | Modules TS | Published 2018-05-16 (ISO Store). Final Draft N4720 (2018-01-29). |
|
ISO/IEC TS 19570:2018 | Parallelism TS Version 2 | Published 2018-11-15 (ISO Store). Final draft: N4793 (2018-11-26). See also non-TS std::simd proposals below.
Post-publication draft: N4808 (2019-03-11). |
parallelism 2 |
ISO/IEC TS 23619:2021 | Reflection TS | Published 2021-10-11 (ISO store). Draft N4856 (2020-03-02). See also non-TS proposals below. | reflection |
Numerics | Early development. Draft P1889R1 (2019-12-27). | ||
ISO/IEC AWI TS 9922 | Concurrency TS Version 2 | Early development: N4956 (2023-07-05). | concurrency 2 |
ISO/IEC AWI TS 19568 | C++ Extensions for Library Fundamentals, Version 3 | Early development. Draft N4948 (2023-05-08). | library extensions 3 |
ISO/IEC DTS 12907 | Transactional Memory TS, Version 2 | Early development: N4923 (2022-10-14). | |
ISO/IEC NP 19569 | Array Extensions TS | × Withdrawn. Abandoned draft: N3820 (2013-10-10). |
Non-TS proposals
Name | Status | links |
---|---|---|
Linear Algebra | Now targeting mainline standard P1673R13 (2023-11-10), P1674R2 (2022-05-15), P1385R7 (2022-10-15). |
|
std::execution | Forwarded to LWG, wording in progress. Proposal P2300R9 (2024-04-02). See also:
|
execution |
Pattern Matching | Early development. Draft P1371R3 (2020-09-15). See also: | |
Reflection | The main document (ISO/IEC TS 23619:2021) is described in Reflection TS above. See also:
|
|
std::simd | The main document (TS ISO/IEC 19570:2018) is described in "C++ Extensions for Parallelism V2" above. See also:
|
Data parallel types |
Contracts | Early development. Proposal P2659R2 (2022-11-30). Draft P2660R0 (2022-10-14). See also:
|
|
std::inplace_vector | Early development. Draft P0843R11 (2024-03-22). See also: | |
2D Graphics | Early development. Draft P0267R10 (2019-10-07). |
See also
C documentation for Experimental C features
|