• Home
Name Date Size #Lines LOC

..--

DesignDocs/04-Jul-2025-2,3691,873

Helpers/04-Jul-2025-10173

ReleaseNotes/04-Jul-2025-412301

Status/04-Jul-2025-2,0691,957

AddingNewCIJobs.rstD04-Jul-20252.5 KiB7053

CMakeLists.txtD04-Jul-2025170 108

CodingGuidelines.rstD04-Jul-20258 KiB171117

Contributing.rstD04-Jul-202513.1 KiB299226

FeatureTestMacroTable.rstD04-Jul-202536.6 KiB502492

Hardening.rstD04-Jul-202517.3 KiB480390

ImplementationDefinedBehavior.rstD04-Jul-20253.2 KiB7851

Modules.rstD04-Jul-20259.1 KiB286213

README.txtD04-Jul-2025684 1812

ReleaseNotes.rstD04-Jul-2025335 117

ReleaseProcedure.rstD04-Jul-20252.9 KiB7954

TestingLibcxx.rstD04-Jul-202522.9 KiB511390

UserDocumentation.rstD04-Jul-202518.5 KiB418306

VendorDocumentation.rstD04-Jul-202521.9 KiB585396

conf.pyD04-Jul-20257.9 KiB25336

index.rstD04-Jul-202510 KiB247190

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