blob: 30546ed09c8c43d16f8b50133469aaf72567e99e [file] [log] [blame]
Zoe Carvera720e2c2021-04-13 17:56:55 -07001.. ranges-status:
2
3================================
4libc++ Ranges Status
5================================
6
Louis Dionnee96350d2021-07-06 09:46:29 -04007.. include:: ../Helpers/Styles.rst
Zoe Carvera720e2c2021-04-13 17:56:55 -07008
9.. contents::
10 :local:
11
12
13Overview
14================================
15
16This document contains the status of the C++20 Ranges library in libc++. It is used to
17track both the status of the sub-projects of the ranges library and who is assigned to
18these sub-projects. This is imperative to effective implementation so that work is not
19duplicated and implementors are not blocked by each other.
20
21If you are interested in contributing to the libc++ Ranges library, please send a message
22to the #libcxx channel in the LLVM discord. Please *do not* start working on any of the
23assigned items below.
24
25
26Sub-Projects in the One Ranges Proposal
27=======================================
28
29.. csv-table::
Louis Dionnee96350d2021-07-06 09:46:29 -040030 :file: RangesPaper.csv
Zoe Carvera720e2c2021-04-13 17:56:55 -070031 :header-rows: 1
32 :widths: auto
33
Christopher Di Bella9cdec312021-11-19 23:26:35 +000034.. csv-table::
35 :file: RangesAlgorithms.csv
36 :header-rows: 1
37 :widths: auto
38
Zoe Carvera720e2c2021-04-13 17:56:55 -070039
40Misc. Items and TODOs
41====================================
42
Mark de Wever41b74292021-04-14 19:33:03 +020043(Note: files with required updates will contain the TODO at the beginning of the list item
Zoe Carvera720e2c2021-04-13 17:56:55 -070044so they can be easily found via global search.)
45
46 * TODO(XX_SPACESHIP_CONCEPTS): when spaceship support is added to various STL types, we need to update some concept tests.
47
48Paper and Issue Status
49====================================
50
51(Note: stolen from MSVC `here <https://github.com/microsoft/STL/issues/39>`_.)
52
53.. csv-table::
Louis Dionnee96350d2021-07-06 09:46:29 -040054 :file: RangesIssues.csv
Zoe Carvera720e2c2021-04-13 17:56:55 -070055 :header-rows: 1
Kazu Hirataeed72cf2021-10-29 20:26:09 -070056 :widths: auto