libcxx fork for Darling build
Go to file
Michal Gorny 174ff71839 [cmake] Obtain LLVM_CMAKE_PATH from llvm-config if available
Use the new --cmakedir option to obtain LLVM_CMAKE_PATH straight from
llvm-config. Fallback to local reconstruction if llvm-config does not
support this option.



git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@291508 91177308-0d34-0410-b5e6-96231b3b80d8
2017-01-09 23:41:38 +00:00
benchmarks improve performance of string::find 2016-12-30 18:01:36 +00:00
cmake [cmake] Obtain LLVM_CMAKE_PATH from llvm-config if available 2017-01-09 23:41:38 +00:00
docs [libc++] Correct macro name in documenation 2017-01-07 02:45:35 +00:00
include Adorn __call_once_proxy with inline and _LIBCPP_INLINE_VISIBILITY 2017-01-09 23:07:12 +00:00
lib [libc++] Cleanup and document <__threading_support> 2017-01-06 20:05:40 +00:00
src [Chrono][Darwin] Make steady_clock use CLOCK_UPTIME_RAW 2017-01-09 19:21:48 +00:00
test Added XFAIL for the apple versions of clang as well 2017-01-09 20:29:28 +00:00
utils Fix creating __generated_config on Windows 2017-01-03 03:55:29 +00:00
www Implement P0403R1 - 'Literal suffixes for basic_string_view'. Requires clang 4.0 (specifically, r290744) 2017-01-09 18:07:34 +00:00
.arcconfig Upgrade arcconfig to use https 2016-07-18 02:02:49 +00:00
.clang-format clang-format: tweak configuration 2017-01-03 04:23:52 +00:00
.gitignore Implement N4606 optional 2016-10-12 07:46:20 +00:00
CMakeLists.txt [libcxx] Fix externally-threaded shared library builds after r291275. 2017-01-09 10:38:56 +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.