50 lines · plain
1.. format-status:2 3================================4libc++ Format Status5================================6 7.. include:: ../Helpers/Styles.rst8 9.. contents::10 :local:11 12 13Overview14========15 16This document contains the status of the Format library in libc++. It is used to17track both the status of the sub-projects of the Format library and who is assigned to18these sub-projects. This is imperative to effective implementation so that work is not19duplicated and implementors are not blocked by each other.20 21 22If you are interested in contributing to the libc++ Format library, please send23a message to the #libcxx channel in the LLVM discord. Please *do not* start24working on any of the assigned items below.25 26 27Sub-Projects in the Format library28==================================29 30.. csv-table::31 :file: FormatPaper.csv32 :header-rows: 133 :widths: auto34 35 36Misc. Items and TODOs37=====================38 39(Please mark all Format-related TODO comments with the string ``TODO FMT``, so we40can find them easily.)41 42 43Paper and Issue Status44======================45 46.. csv-table::47 :file: FormatIssues.csv48 :header-rows: 149 :widths: auto50