You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Go to file
Eric Fiselier 1ebab9ea93 Merge r286774 - Fixes PR30979
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/branches/release_39@287507 91177308-0d34-0410-b5e6-96231b3b80d8
9 years ago
benchmarks Add unordered_map::insert benchmark test and rename file 9 years ago
cmake Rework libatomic handling in CMake and LIT. 9 years ago
docs Add Filesystem TS -- Complete 10 years ago
include Merge r286774 - Fixes PR30979 9 years ago
lib Rework libatomic handling in CMake and LIT. 9 years ago
src Hide some internal symbols for memory resource. 9 years ago
test Merge r286774 - Fixes PR30979 9 years ago
utils Add more missing license headers 10 years ago
www Implement C++17 tuple bits. Including apply and make_from_tuple. 9 years ago
.arcconfig Upgrade arcconfig to use https 9 years ago
.gitignore [libc++] Refactor test components into modules. 11 years ago
CMakeLists.txt Add option to disable __deallocate #warning 9 years ago
CREDITS.TXT Add entry to CREDITS.TXT for propagate_const 10 years ago
LICENSE.TXT Update copyright year to 2016. 10 years ago
TODO.TXT Test commit to see if libcxx.llvm.org/docs builds 10 years ago

docs/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.