Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
DesignDocs/ | 04-Jul-2025 | - | 2,369 | 1,873 | ||
Helpers/ | 04-Jul-2025 | - | 101 | 73 | ||
ReleaseNotes/ | 04-Jul-2025 | - | 412 | 301 | ||
Status/ | 04-Jul-2025 | - | 2,069 | 1,957 | ||
AddingNewCIJobs.rst | D | 04-Jul-2025 | 2.5 KiB | 70 | 53 | |
CMakeLists.txt | D | 04-Jul-2025 | 170 | 10 | 8 | |
CodingGuidelines.rst | D | 04-Jul-2025 | 8 KiB | 171 | 117 | |
Contributing.rst | D | 04-Jul-2025 | 13.1 KiB | 299 | 226 | |
FeatureTestMacroTable.rst | D | 04-Jul-2025 | 36.6 KiB | 502 | 492 | |
Hardening.rst | D | 04-Jul-2025 | 17.3 KiB | 480 | 390 | |
ImplementationDefinedBehavior.rst | D | 04-Jul-2025 | 3.2 KiB | 78 | 51 | |
Modules.rst | D | 04-Jul-2025 | 9.1 KiB | 286 | 213 | |
README.txt | D | 04-Jul-2025 | 684 | 18 | 12 | |
ReleaseNotes.rst | D | 04-Jul-2025 | 335 | 11 | 7 | |
ReleaseProcedure.rst | D | 04-Jul-2025 | 2.9 KiB | 79 | 54 | |
TestingLibcxx.rst | D | 04-Jul-2025 | 22.9 KiB | 511 | 390 | |
UserDocumentation.rst | D | 04-Jul-2025 | 18.5 KiB | 418 | 306 | |
VendorDocumentation.rst | D | 04-Jul-2025 | 21.9 KiB | 585 | 396 | |
conf.py | D | 04-Jul-2025 | 7.9 KiB | 253 | 36 | |
index.rst | D | 04-Jul-2025 | 10 KiB | 247 | 190 |
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