libcxx fork for Darling build
Go to file
JF Bastien 8842ea9e94 NFC: fix typo
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@277404 91177308-0d34-0410-b5e6-96231b3b80d8
2016-08-01 23:34:29 +00:00
benchmarks Adding smart_ptr benchmark 2016-08-01 19:56:39 +00:00
cmake Rework libatomic handling in CMake and LIT. 2016-07-18 06:01:50 +00:00
docs [libcxx] Add support for benchmark tests using Google Benchmark. 2016-07-19 23:07:03 +00:00
include Add a bunch of noexcepts to char_traits and string_view. 2016-07-28 04:52:02 +00:00
lib Rework libatomic handling in CMake and LIT. 2016-07-18 06:01:50 +00:00
src Improve shared_ptr dtor performance 2016-08-01 17:51:26 +00:00
test NFC: fix typo 2016-08-01 23:34:29 +00:00
utils [libcxx] Add support for benchmark tests using Google Benchmark. 2016-07-19 23:07:03 +00:00
www Implement LCM and GCD for C++17. Same code as for Library Fundamentals TS. 2016-07-26 14:29:45 +00:00
.arcconfig Upgrade arcconfig to use https 2016-07-18 02:02:49 +00:00
.gitignore [libc++] Refactor test components into modules. 2015-01-09 18:03:29 +00:00
CMakeLists.txt [libcxx] Add support for benchmark tests using Google Benchmark. 2016-07-19 23:07:03 +00:00
CREDITS.TXT Add entry to CREDITS.TXT for propagate_const 2016-06-19 19:36:28 +00:00
LICENSE.TXT Update copyright year to 2016. 2016-03-30 22:39:53 +00:00
TODO.TXT Test commit to see if libcxx.llvm.org/docs builds 2015-09-04 22:57:00 +00: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.