llvm-project/libcxx/docs
Christopher Di Bella e4ec613083 [libcxx][doc] corrects LWG links in the One Ranges section 2021-06-22 19:00:23 +00:00
..
DesignDocs [libc++] NFC: Rewrite the documentation for the debug mode 2021-06-08 16:50:12 -04:00
Helpers [libc++] [docs] Exclude helper files from Sphinx configuration to avoid generating empty pages. 2020-11-27 13:47:20 +01:00
AddingNewCIJobs.rst [libc++] Clean up scripts to setup CI on macOS 2021-06-14 15:55:36 -04:00
BuildingLibcxx.rst [libcxx] Update docs regarding the need for bash/posix tools for tests on Windows. NFC. 2021-05-04 22:13:08 +03:00
CMakeLists.txt
Contributing.rst [libc++] Update contributor documentation. 2021-04-07 18:33:27 +02:00
Cxx1yStatus.rst [libc++] [docs] Add C++2b (to be C++23) status page. 2020-12-03 09:22:06 +01:00
Cxx1yStatusIssuesStatus.csv [libc++] [docs] Migrate C++ status pages to RestructuredText (RST). 2020-11-26 10:01:09 +01:00
Cxx1yStatusPaperStatus.csv [libc++] [docs] Migrate C++ status pages to RestructuredText (RST). 2020-11-26 10:01:09 +01:00
Cxx1zStatus.rst [libc++] [docs] Add C++2b (to be C++23) status page. 2020-12-03 09:22:06 +01:00
Cxx1zStatusIssuesStatus.csv [libc++] Fix LWG 2874: Constructor shared_ptr::shared_ptr(Y*) should be constrained. 2021-04-16 09:54:20 -04:00
Cxx1zStatusPaperStatus.csv [libc++] [docs] Migrate C++ status pages to RestructuredText (RST). 2020-11-26 10:01:09 +01:00
Cxx2aStatus.rst [libcxx] Implement P0883R2 ("Fixing Atomic Initialization") 2021-06-20 17:37:42 +03:00
Cxx2aStatusIssuesStatus.csv [libcxx][ranges] removes default_initializable from weakly_incrementable and view 2021-06-10 22:45:36 +00:00
Cxx2aStatusPaperStatus.csv [libcxx] Implement P0883R2 ("Fixing Atomic Initialization") 2021-06-20 17:37:42 +03:00
Cxx2bStatus.rst [libc++][nfc] Test std::unique_ptr self move assignment. 2021-06-09 20:43:12 +02:00
Cxx2bStatusIssuesStatus.csv [libc++][nfc] Test std::unique_ptr self move assignment. 2021-06-09 20:43:12 +02:00
Cxx2bStatusPaperStatus.csv [libc++] [P1518R2] Better CTAD behavior for containers with allocators. 2021-06-18 15:54:46 -04:00
FeatureTestMacroTable.rst [libcxx] Implement P0883R2 ("Fixing Atomic Initialization") 2021-06-20 17:37:42 +03:00
FormatIssuePaperStatus.csv [libc++][doc] Update Format status. 2021-06-05 13:58:38 +02:00
FormatProposalStatus.csv [libc++][doc] Update Format status. 2021-06-05 13:58:38 +02:00
FormatStatus.rst [libc++][doc] Adds a Format library status page. 2021-04-24 16:38:18 +02:00
Makefile.sphinx Add design docs for upcoming file_time_type change. 2018-07-25 02:53:53 +00:00
OneRangesProposalStatus.csv [libcxx][docs] updates the ranges status paper 2021-06-22 18:54:59 +00:00
README.txt
RangesIssuePaperStatus.csv [libcxx][doc] corrects LWG links in the One Ranges section 2021-06-22 19:00:23 +00:00
RangesStatus.rst [NFC][libc++] Fixes a documentation typo. 2021-04-14 19:33:03 +02:00
ReleaseNotes.rst [libc++abi] Remove the LIBCXXABI_ENABLE_PIC option 2021-06-10 12:26:31 -04:00
TestingLibcxx.rst [libc++] Move handling of the target triple to the DSL 2021-05-08 11:10:53 -04:00
UsingLibcxx.rst [libc++] Undeprecate the std::allocator<void> specialization 2021-06-16 09:54:29 -04:00
conf.py [docs] Automatically update copyright year in libc++. 2021-05-03 18:46:13 +02:00
index.rst [libc++] Remove the old HTML documentation 2021-06-08 11:18:12 -04: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.