Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
DesignDocs/ | H | - | - | 2,481 | 1,949 | |
Helpers/ | H | - | - | 124 | 94 | |
ReleaseNotes/ | H | - | - | 512 | 389 | |
Status/ | H | - | - | 2,768 | 2,563 | |
AddingNewCIJobs.rst | H A D | 02-Mar-2023 | 2.5 KiB | 70 | 53 | |
CMakeLists.txt | H A D | 09-May-2017 | 170 | 10 | 8 | |
CodingGuidelines.rst | H A D | 21-Jan-2025 | 9.7 KiB | |||
Contributing.rst | H A D | 28-Nov-2024 | 13.1 KiB | 328 | 250 | |
FeatureTestMacroTable.rst | H A D | 25-Jan-2025 | 37 KiB | 486 | 476 | |
Hardening.rst | H A D | 07-Jan-2025 | 17.5 KiB | 442 | 362 | |
ImplementationDefinedBehavior.rst | H A D | 01-Aug-2024 | 3.2 KiB | 59 | 39 | |
Modules.rst | H A D | 23-Apr-2024 | 9.1 KiB | 286 | 213 | |
README.txt | H A D | 05-Jul-2021 | 684 | 18 | 12 | |
ReleaseNotes.rst | H A D | 29-Jan-2025 | 355 | 11 | 7 | |
ReleaseProcedure.rst | H A D | 23-Jan-2024 | 2.9 KiB | 79 | 54 | |
TestingLibcxx.rst | H A D | 25-Jan-2025 | 24.3 KiB | 528 | 397 | |
UserDocumentation.rst | H A D | 08-Nov-2024 | 18.5 KiB | |||
VendorDocumentation.rst | H A D | 07-Nov-2024 | 21.9 KiB | |||
conf.py | H A D | 17-May-2023 | 7.9 KiB | 253 | 36 | |
index.rst | H A D | 28-Nov-2024 | 10 KiB | 260 | 197 |
README.txt
1libc++ Documentation 2==================== 3 4The libc++ documentation is written using the Sphinx documentation generator. It is 5currently tested with Sphinx 1.1.3. 6 7To build the documents into html configure libc++ with the following cmake options: 8 9 * -DLLVM_ENABLE_SPHINX=ON 10 * -DLIBCXX_INCLUDE_DOCS=ON 11 12After configuring libc++ with these options the make rule `docs-libcxx-html` 13should be available. 14 15The documentation in this directory is published at https://libcxx.llvm.org. It is kept up-to-date 16by a build bot: https://lab.llvm.org/buildbot/#/builders/publish-sphinx-docs. If you notice that the 17documentation is not updating anymore, please contact one of the maintainers. 18