libcxx mirror with random patches (old repo, will be removed shortly)
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.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
 
 
 
 
Go to file
Marshall Clow cdd813e070 Update status of papers for upcoming WG21 meeting. NFC
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@364885 91177308-0d34-0410-b5e6-96231b3b80d8
5 years ago
benchmarks [libc++][CMake] Refactor how we link against system libraries 6 years ago
cmake [libcxx][libcxxabi] Remove the unused CMake checks 6 years ago
docs Make GCC in C++03 Unsupported 6 years ago
fuzzing Update more file headers across all of the LLVM projects in the monorepo 6 years ago
include Use new '__libcpp_is_constant_evaluated' call to remove an '#ifdef' from the bit code. NFC 5 years ago
lib [libc++] Update ABI list for ABI v2 6 years ago
src [libc++] Avoid using timespec when it might not be available 6 years ago
test Add a private call '__libcpp_is_constant_evaluated' which 'works' for old language versions and w/o any compiler support. 'Working', in this case, means that it returns false in those cases. 5 years ago
utils [libcxx] [test] Read files as bytestrings to fix py3 encoding issues 5 years ago
www Update status of papers for upcoming WG21 meeting. NFC 5 years ago
.arcconfig [libcxx] Set up .arcconfig to point to new Diffusion CXX repository 7 years ago
.clang-format Make clang-format use C++03 syntax 8 years ago
.gitignore Implement N4606 optional 8 years ago
CMakeLists.txt Fix placement of -Wno-ignored-attributes 6 years ago
CREDITS.TXT Try again, this time with the correct address 7 years ago
LICENSE.TXT Fix typos throughout the license files that somehow I and my reviewers 6 years ago
NOTES.TXT Reland "Use custom command and target to install libc++ headers" 7 years ago
TODO.TXT Add list of filesystem NB comments to TODO.TXT so they can be tracked separately 8 years ago
appveyor-reqs-install.cmd Attempt to upgrade compiler used by appveyor builds 6 years ago
appveyor.yml disable appveyor config for MSVC 2015 6 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.