libcxx mirror with random patches
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
u3shit f97a0cd197 vita: do not define __GLIBCXX__ in every header
new boost doesn't like it
3 years ago
benchmarks [libcxx] Speeding up partition_point/lower_bound/upper_bound 6 years ago
cmake Merging r352374: 6 years ago
docs ReleaseNotes: tidy up 6 years ago
fuzzing Fix the test for partition_copy so it is not ridiculously slow. Also, detab. 6 years ago
include vita: do not define __GLIBCXX__ in every header 3 years ago
lib [libcxx] Support building hermetic static library 6 years ago
src vita: do not define __GLIBCXX__ in every header 3 years ago
test Merging r351670: 6 years ago
utils [libcxx] Add a script to run CI on older MacOS versions 6 years ago
www [libcxx] Reorganize tests since the application of P0602R4 6 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 Bump version to 8.0.1 6 years ago
CREDITS.TXT Try again, this time with the correct address 7 years ago
LICENSE.TXT Update year in license files 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 Update LLVM version used on Appveyor bot, remove MSVC 2015 bot 6 years ago
appveyor.yml Update LLVM version used on Appveyor bot, remove MSVC 2015 bot 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.