Name Date Size #Lines LOC

..--

DesignDocs/H--2,4811,949

Helpers/H--12494

ReleaseNotes/H--512389

Status/H--2,7682,563

AddingNewCIJobs.rstH A D02-Mar-20232.5 KiB7053

CMakeLists.txtH A D09-May-2017170 108

CodingGuidelines.rstH A D21-Jan-20259.7 KiB

Contributing.rstH A D28-Nov-202413.1 KiB328250

FeatureTestMacroTable.rstH A D25-Jan-202537 KiB486476

Hardening.rstH A D07-Jan-202517.5 KiB442362

ImplementationDefinedBehavior.rstH A D01-Aug-20243.2 KiB5939

Modules.rstH A D23-Apr-20249.1 KiB286213

README.txtH A D05-Jul-2021684 1812

ReleaseNotes.rstH A D29-Jan-2025355 117

ReleaseProcedure.rstH A D23-Jan-20242.9 KiB7954

TestingLibcxx.rstH A D25-Jan-202524.3 KiB528397

UserDocumentation.rstH A D08-Nov-202418.5 KiB

VendorDocumentation.rstH A D07-Nov-202421.9 KiB

conf.pyH A D17-May-20237.9 KiB25336

index.rstH A D28-Nov-202410 KiB260197

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