libcxx fork for Darling build
Go to file
Petr Hosek 6948dbedca Reland "[CMake][libcxx] Check that we have libcxxabi before using it"
This relands commit r291726.

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@292086 91177308-0d34-0410-b5e6-96231b3b80d8
2017-01-16 00:33:11 +00:00
benchmarks improve performance of string::find 2016-12-30 18:01:36 +00:00
cmake Reland "[CMake][libcxx] Move Python check to main CMake file" 2017-01-16 00:33:07 +00:00
docs Add _LIBCPP_DIAGNOSE_WARNING and _LIBCPP_DIAGNOSE_ERROR macros. 2017-01-13 22:02:08 +00:00
include Attempt two at fixing threading on Windows 2017-01-14 20:19:00 +00:00
lib Reland "[CMake][libcxx] Do not rely on the existence of c++abi or unwind targets" 2017-01-16 00:33:09 +00:00
src Fix Windows try_lock implementation 2017-01-14 10:27:12 +00:00
test Work around python3 bytes vs str in libc++ test config 2017-01-15 00:06:02 +00:00
utils Fix creating __generated_config on Windows 2017-01-03 03:55:29 +00:00
www Mark 'constexpr char_traits' as complete. 2017-01-14 05:55:17 +00:00
.arcconfig Upgrade arcconfig to use https 2016-07-18 02:02:49 +00:00
.clang-format Tweak .clang-format configuration. 2017-01-14 05:43:02 +00:00
.gitignore Implement N4606 optional 2016-10-12 07:46:20 +00:00
CMakeLists.txt Reland "[CMake][libcxx] Check that we have libcxxabi before using it" 2017-01-16 00:33:11 +00:00
CREDITS.TXT Added "Michael Park" to CREDITS.TXT. 2017-01-07 10:19:24 +00:00
LICENSE.TXT Update year to 2017 2017-01-03 11:20:43 +00:00
NOTES.TXT Update doc and various cleanup 2016-12-23 20:00:13 +00:00
TODO.TXT Update doc and various cleanup 2016-12-23 20:00:13 +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.