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 2076f539f4 Bump version to 9.0.1
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/branches/release_90@374218 91177308-0d34-0410-b5e6-96231b3b80d8
6 years ago
benchmarks [libc++][CMake] Refactor how we link against system libraries 7 years ago
cmake Revert "[libc++] Take 2: Do not cleverly link against libc++abi just because it happens to be there" 6 years ago
docs Update libc++ release notes 6 years ago
fuzzing Update more file headers across all of the LLVM projects in the monorepo 7 years ago
include Merging r369364: 6 years ago
lib [libc++] Update ABI list for ABI v2 6 years ago
src Merging r368867 and r368916: 6 years ago
test [libc++] XFAIL a test that does not behave properly on older Clang 6 years ago
utils Merging r366868: 6 years ago
www Add contains method to associative containers. This patch implements P0458R2, adding contains to map, multimap, unordered_map, unordered_multimap, set, multiset, unordered_set, and unordered_multiset. 6 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 Bump version to 9.0.1 6 years ago
CREDITS.TXT Try again, this time with the correct address 8 years ago
LICENSE.TXT Fix typos throughout the license files that somehow I and my reviewers 7 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 Attempt to upgrade compiler used by appveyor builds 7 years ago
appveyor.yml disable appveyor config for MSVC 2015 7 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.