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
Tom Stellard 2ac8add7b3 Merging r343369:
------------------------------------------------------------------------
r343369 | vitalybuka | 2018-09-28 19:17:12 -0700 (Fri, 28 Sep 2018) | 1 line

[cxx2a] Fix warning triggered by r343285
------------------------------------------------------------------------

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/branches/release_70@348453 91177308-0d34-0410-b5e6-96231b3b80d8
7 years ago
benchmarks Add new string benchmarks 7 years ago
cmake Merging r343753: 7 years ago
docs Merging r339874: 7 years ago
fuzzing Wrote my own version of is_permutation; that was dominating the timings 8 years ago
include Merging r340609: 7 years ago
lib [libc++] Fix build failures after merging <charconv> 7 years ago
src Merging r343369: 7 years ago
test Merging r340609: 7 years ago
utils Merging r340406: 7 years ago
www Final bit of P0063 - make sure that aligned_alloc is available when the underlying C library supports it 7 years ago
.arcconfig [libcxx] Set up .arcconfig to point to new Diffusion CXX repository 8 years ago
.clang-format Make clang-format use C++03 syntax 9 years ago
.gitignore Implement N4606 optional 9 years ago
CMakeLists.txt Merging r339874: 7 years ago
CREDITS.TXT Try again, this time with the correct address 8 years ago
LICENSE.TXT Update year to 2017 9 years ago
NOTES.TXT Reland "Use custom command and target to install libc++ headers" 8 years ago
TODO.TXT Add list of filesystem NB comments to TODO.TXT so they can be tracked separately 9 years ago
appveyor-reqs-install.cmd Update Clang version on Appveyor bots 8 years ago
appveyor.yml Rename Appveyor install helper script. 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.