darling-libcxx/docs
Thomas A a574ade231 Downgrading libcxx to llvmorg-13.0.1
It turns out that llvmorg-14.0.6 might be too new for dyld (the vector base class no longer exist in that release).
2022-06-26 13:05:32 -07:00
..
DesignDocs Downgrading libcxx to llvmorg-13.0.1 2022-06-26 13:05:32 -07:00
Helpers Downgrading libcxx to llvmorg-13.0.1 2022-06-26 13:05:32 -07:00
Status Downgrading libcxx to llvmorg-13.0.1 2022-06-26 13:05:32 -07:00
AddingNewCIJobs.rst Downgrading libcxx to llvmorg-13.0.1 2022-06-26 13:05:32 -07:00
BuildingLibcxx.rst Downgrading libcxx to llvmorg-13.0.1 2022-06-26 13:05:32 -07:00
CMakeLists.txt docs: Fix Sphinx detection with out-of-tree builds 2017-05-09 11:18:03 +00:00
conf.py Downgrading libcxx to llvmorg-13.0.1 2022-06-26 13:05:32 -07:00
Contributing.rst Downgrading libcxx to llvmorg-13.0.1 2022-06-26 13:05:32 -07:00
FeatureTestMacroTable.rst Downgrading libcxx to llvmorg-13.0.1 2022-06-26 13:05:32 -07:00
index.rst Downgrading libcxx to llvmorg-13.0.1 2022-06-26 13:05:32 -07:00
Makefile.sphinx Downgrading libcxx to llvmorg-13.0.1 2022-06-26 13:05:32 -07:00
README.txt Update libcxx source to llvmorg-14.0.6 2022-06-26 09:13:52 -07:00
ReleaseNotes.rst Downgrading libcxx to llvmorg-13.0.1 2022-06-26 13:05:32 -07:00
TestingLibcxx.rst Downgrading libcxx to llvmorg-13.0.1 2022-06-26 13:05:32 -07:00
UsingLibcxx.rst Downgrading libcxx to llvmorg-13.0.1 2022-06-26 13:05:32 -07:00

libc++ Documentation
====================

The libc++ documentation is written using the Sphinx documentation generator. It is
currently tested with Sphinx 1.1.3.

To build the documents into html configure libc++ with the following cmake options:

  * -DLLVM_ENABLE_SPHINX=ON
  * -DLIBCXX_INCLUDE_DOCS=ON

After configuring libc++ with these options the make rule `docs-libcxx-html`
should be available.

The documentation in this directory is published at https://libcxx.llvm.org. It is kept up-to-date
by a build bot: https://lab.llvm.org/buildbot/#/builders/publish-sphinx-docs. If you notice that the
documentation is not updating anymore, please contact one of the maintainers.