libcxx fork for Darling build
Go to file
Eric Fiselier 5839fedf28 Implement C++17 tuple bits. Including apply and make_from_tuple.
This patch upgrades <tuple> to be C++17 compliant by implementing:

* tuple_size_v: This was forgotten when implementing the other _v traits.
* std::apply: This was added via LFTS v1 in p0220r1.
* std::make_from_tuple: This was added in p0209r2.


git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@275745 91177308-0d34-0410-b5e6-96231b3b80d8
2016-07-18 00:35:56 +00:00
benchmarks Add unordered_map::insert benchmark test and rename file 2016-07-02 05:30:54 +00:00
cmake [CMake] Cleanup uses of USES_TERMINAL 2016-06-08 22:20:28 +00:00
docs Add Filesystem TS -- Complete 2016-06-17 19:46:40 +00:00
include Implement C++17 tuple bits. Including apply and make_from_tuple. 2016-07-18 00:35:56 +00:00
lib Add Filesystem TS -- Complete 2016-06-17 19:46:40 +00:00
src Hide some internal symbols for memory resource. 2016-07-11 19:22:09 +00:00
test Implement C++17 tuple bits. Including apply and make_from_tuple. 2016-07-18 00:35:56 +00:00
utils Add more missing license headers 2016-01-19 21:58:49 +00:00
www Implement C++17 tuple bits. Including apply and make_from_tuple. 2016-07-18 00:35:56 +00:00
.arcconfig Update Arcanist config to point to reviews.llvm.org 2014-06-10 18:29:36 +00:00
.gitignore [libc++] Refactor test components into modules. 2015-01-09 18:03:29 +00:00
CMakeLists.txt Add option to disable __deallocate #warning 2016-07-12 14:39:13 +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 Test commit to see if libcxx.llvm.org/docs builds 2015-09-04 22:57:00 +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.