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 18537123c4 Bump version to 8.0.1
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/branches/release_80@356708 91177308-0d34-0410-b5e6-96231b3b80d8
7 years ago
benchmarks [libcxx] Speeding up partition_point/lower_bound/upper_bound 7 years ago
cmake Merging r352374: 7 years ago
docs ReleaseNotes: tidy up 7 years ago
fuzzing Fix the test for partition_copy so it is not ridiculously slow. Also, detab. 7 years ago
include Fix feature test macros for atomics/mutexes without threading 7 years ago
lib [libcxx] Support building hermetic static library 7 years ago
src Fix size_t/off_t mixup in std::filesystem. 7 years ago
test Merging r351670: 7 years ago
utils [libcxx] Add a script to run CI on older MacOS versions 7 years ago
www [libcxx] Reorganize tests since the application of P0602R4 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 Bump version to 8.0.1 7 years ago
CREDITS.TXT Try again, this time with the correct address 8 years ago
LICENSE.TXT Update year in license files 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 Update LLVM version used on Appveyor bot, remove MSVC 2015 bot 7 years ago
appveyor.yml Update LLVM version used on Appveyor bot, remove MSVC 2015 bot 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.