Skip to content

Commit

Permalink
[libc++] Remove status pages tracking SpecialMath and Zip
Browse files Browse the repository at this point in the history
Instead of tracking those using our static CSV files, I created lists
of subtasks in their respective issues (llvm#99939 and llvm#105169) to track
the work that is still left.
  • Loading branch information
ldionne committed Aug 22, 2024
1 parent 58ac764 commit 0f13967
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 117 deletions.
3 changes: 2 additions & 1 deletion libcxx/docs/ReleaseNotes/19.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ Work on the experimental C++17 Parallel STL has progressed. See
:ref:`pstl-status` for the current status.

Work on the C++17 mathematical special functions has started. See
:ref:`special-math-status` for the current status.
`this issue <https://github.com/llvm/llvm-project/issues/99939>`__
for the current status.

Implemented Papers
------------------
Expand Down
2 changes: 1 addition & 1 deletion libcxx/docs/Status/Cxx17.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Paper Status
.. note::

.. [#note-P0067R5] P0067R5: ``std::(to|from)_chars`` for integrals has been available since version 7.0. ``std::to_chars`` for ``float`` and ``double`` since version 14.0 ``std::to_chars`` for ``long double`` uses the implementation for ``double``.
.. [#note-P0226] P0226: Progress is tracked `here <https://libcxx.llvm.org/Status/SpecialMath.html>`_.
.. [#note-P0226] P0226: Progress is tracked `here <https://github.com/llvm/llvm-project/issues/99939>`_.
.. [#note-P0607] P0607: The parts of P0607 that are not done are the ``<regex>`` bits.
.. [#note-P0154] P0154: The required macros are only implemented as of clang 19.
.. [#note-P0452] P0452: The changes to ``std::transform_inclusive_scan`` and ``std::transform_exclusive_scan`` have not yet been implemented.
Expand Down
35 changes: 0 additions & 35 deletions libcxx/docs/Status/SpecialMath.rst

This file was deleted.

22 changes: 0 additions & 22 deletions libcxx/docs/Status/SpecialMathProjects.csv

This file was deleted.

29 changes: 0 additions & 29 deletions libcxx/docs/Status/Zip.rst

This file was deleted.

27 changes: 0 additions & 27 deletions libcxx/docs/Status/ZipProjects.csv

This file was deleted.

2 changes: 0 additions & 2 deletions libcxx/docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@ Getting Started with libc++
Status/Format
Status/Parallelism
Status/PSTL
Status/SpecialMath
Status/Zip


.. toctree::
Expand Down

0 comments on commit 0f13967

Please sign in to comment.