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 2a0436688e Merge r296561 - Fix PR32097 - is_abstract doesn't work on class templates.
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/branches/release_40@302071 91177308-0d34-0410-b5e6-96231b3b80d8
9 years ago
benchmarks improve performance of string::find 9 years ago
cmake Revert "[CMake][libcxx] Move Python check to main CMake file" 9 years ago
docs Docs: drop minor version 9 years ago
include Merge r296561 - Fix PR32097 - is_abstract doesn't work on class templates. 9 years ago
lib Update ABI lists and changelog for final 4.0 release 9 years ago
src Merging r294133 and r294142: 9 years ago
test Merge r296561 - Fix PR32097 - is_abstract doesn't work on class templates. 9 years ago
utils Fix creating __generated_config on Windows 9 years ago
www Merging r292990: 9 years ago
.arcconfig Upgrade arcconfig to use https 9 years ago
.clang-format clang-format: tweak configuration 9 years ago
.gitignore Implement N4606 optional 9 years ago
CMakeLists.txt Drop 'svn' suffix from version. 9 years ago
CREDITS.TXT Added "Michael Park" to `CREDITS.TXT`. 9 years ago
LICENSE.TXT Update year to 2017 9 years ago
NOTES.TXT Update doc and various cleanup 9 years ago
TODO.TXT Update doc and various cleanup 9 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.