libcxx fork for Darling build
Go to file
2016-05-07 03:12:24 +00:00
cmake Fix PR26622 - Make CheckLibcxxAtomic.cmake use the libc++ headers. 2016-02-20 00:24:43 +00:00
docs Fix errors in documentation 2016-05-06 04:49:30 +00:00
include Change allocator<T>::allocate to throw length_error, not bad_alloc 2016-05-07 03:12:24 +00:00
lib Create new library 'libc++experimental.a' for packaging TS symbols. 2016-05-03 21:30:18 +00:00
src Fix one more usage of _LIBCPP_HAS_NO_EXCEPTIONS 2016-05-07 02:33:25 +00:00
test Change allocator<T>::allocate to throw length_error, not bad_alloc 2016-05-07 03:12:24 +00:00
utils Add more missing license headers 2016-01-19 21:58:49 +00:00
www Fix LWG issue #2106: move_iterators returning prvalues 2016-04-22 00:49:12 +00:00
.arcconfig Update Arcanist config to point to reviews.llvm.org 2014-06-10 18:29:36 +00:00
.gitignore [libc++] Refactor test components into modules. 2015-01-09 18:03:29 +00:00
CMakeLists.txt Create new library 'libc++experimental.a' for packaging TS symbols. 2016-05-03 21:30:18 +00:00
CREDITS.TXT Add self to CREDITS.txt 2015-02-26 00:48:22 +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.