hanchenye-llvm-project/libcxx/docs
Raul Tambre 4f6c4b473c [libc++] Implement <numbers>
Summary: Constants have 33 significant decimal digits for IEEE 754 128-bit floating-point numbers.

Reviewers: ldionne, #libc, EricWF, zoecarver, curdeius

Reviewed By: ldionne, #libc, curdeius

Differential Revision: https://reviews.llvm.org/D77505
2020-06-19 14:25:02 +05:30
..
DesignDocs [libc++] Do not rely on use_system_cxx_lib to specify the path of the library to run against 2020-05-15 13:01:37 -04:00
BuildingLibcxx.rst [libc++] Fix the LIBCXX_HAS_MERGED_TYPEINFO_NAMES_DEFAULT setting 2020-05-29 06:14:30 -04:00
CMakeLists.txt
FeatureTestMacroTable.rst [libc++] Implement <numbers> 2020-06-19 14:25:02 +05:30
Makefile.sphinx
README.txt
ReleaseNotes.rst [libc++] Implement <numbers> 2020-06-19 14:25:02 +05:30
TestingLibcxx.rst [libc++] Allow specifying custom Lit config files 2020-06-18 10:06:04 -04:00
UsingLibcxx.rst Doc: Links should use https 2020-03-22 22:49:33 +01:00
conf.py
index.rst [libc++] Remove workarounds for the lack of clock_gettime on older macOS platforms 2020-06-09 12:57:03 -04:00

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.