libcxx fork for Darling build
Go to file
2016-10-12 00:28:14 +00:00
benchmarks Cleanup CMake status output 2016-10-10 06:31:00 +00:00
cmake Cleanup CMake status output 2016-10-10 06:31:00 +00:00
docs Make it easier to run the libc++ test suite against libstdc++ 2016-10-12 00:00:37 +00:00
include Remove extraneous 'const' in the implementation of is_move_assignable. Howard pleads temporary insanity about this. Discussed at http://stackoverflow.com/questions/39986185 2016-10-11 21:24:06 +00:00
lib Fix linker script generation for in-tree builds 2016-10-09 21:34:03 +00:00
src Fix LWG2683 - filesystem::copy() should always clear the user-provided error_code 2016-10-11 22:18:09 +00:00
test Add mork workarounds for running the test suite against libstdc++ 2016-10-12 00:28:14 +00:00
utils Remove debug output from gen_linker_script.py 2016-10-09 21:43:30 +00:00
www Fix LWG2683 - filesystem::copy() should always clear the user-provided error_code 2016-10-11 22:18:09 +00:00
.arcconfig Upgrade arcconfig to use https 2016-07-18 02:02:49 +00:00
.gitignore Add MSVC specifics to .gitignore. Patch from STL@microsoft.com 2016-08-03 05:51:19 +00:00
CMakeLists.txt Fix documentation mis-spelling. 2016-10-10 14:45:06 +00:00
CREDITS.TXT Add entry to CREDITS.TXT for propagate_const 2016-06-19 19:36:28 +00:00
LICENSE.TXT Update copyright year to 2016. 2016-03-30 22:39:53 +00:00
TODO.TXT Remove out of date items in TODO.txt 2016-09-27 01:28:47 +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.