llvm-project/libcxx/docs
Nikolas Klauser 4038c859e5 [libc++][ranges] Implement `ranges::is_permutation`
Co-authored-by: Konstantin Varlamov <varconst@apple.com>

Differential Revision: https://reviews.llvm.org/D127194
2022-08-04 10:54:37 -07:00
..
DesignDocs [libc++] Take advantage of -fexperimental-library in libc++ 2022-07-22 08:33:39 -04:00
Helpers [libc++][doc] Use issue labels. 2021-10-15 17:30:33 +02:00
Status [libc++][ranges] Implement `ranges::is_permutation` 2022-08-04 10:54:37 -07:00
AddingNewCIJobs.rst [libc++] Add timeout to BuildKite jobs 2021-08-09 15:31:04 -04:00
BuildingLibcxx.rst [libc++] Treat incomplete features just like other experimental features 2022-07-19 10:50:20 -04:00
CMakeLists.txt
Contributing.rst [libc++] Treat incomplete features just like other experimental features 2022-07-19 10:50:20 -04:00
FeatureTestMacroTable.rst [libc++][format] Enables feature-test macro. 2022-08-02 18:43:27 +02:00
README.txt [libc++] NFC: Add note about how the libcxx website gets updated 2021-07-05 10:25:33 -04:00
ReleaseNotes.rst [libc++] Implement P2499R0 (`string_view` range constructor should be `explicit`) 2022-08-02 12:47:45 +02:00
TestingLibcxx.rst [libc++] More documentation improvements about running tests 2022-08-03 09:25:01 -04:00
UsingLibcxx.rst [libc++][format] Exposes basic-format-string 2022-08-02 20:33:17 +02:00
conf.py Bump the trunk major version to 16 2022-07-26 21:34:45 -07:00
index.rst [libc++][CI] Updates GCC to version 12. 2022-06-21 18:59:20 +02:00

README.txt

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.