a8b7c809创建于 2024年7月29日历史提交
文件最后提交记录最后更新时间
[libc] Make the sidebar colors have a higher constract in the white background.3 年前
[libc] Updated header_generation.rst (#99712)1 年前
[libc] Remove strerror_r on the GPU for now1 年前
[libc][math][c23] Add entrypoints and tests for dsqrt{l,f128} (#99815)1 年前
Move LLVM Proposal to doc directory, create index4 年前
Move LLVM Proposal to doc directory, create index4 年前
[libc][docs] Add doc for using containers to test on a different arch (#97431)1 年前
[libc][math][c23] Add {getpayload,setpayload,setpayloadsig}f16 C23 math functions (#95159)1 年前
[libc][cleanup] Docs clean up3 年前
[libc] Fix typos in documentation3 年前
[NFC][Py Reformat] Reformat python files in the rest of the dirs2 年前
Update libc/docs/configure.rst1 年前
[libc][docs] link to good beginner bugs (#89297)2 年前
[libc][docs] adds macro handling, POSIX status, and validation to docgen (#89421)2 年前
[libc][NFC] Remove all trailing spaces from libc (#82831)2 年前
[libc][docs] adds macro handling, POSIX status, and validation to docgen (#89421)2 年前
[libc] Update GPU documentation pages (#84076)2 年前
[libc][docs] Update full host build docs (#97643)1 年前
[libc] Fix typo in libc fullbuild mode doc (#85204)2 年前
[libc] Add a TableGen based header generator.6 年前
[libc] Generate docs for setjmp.h (#89542)2 年前
[libc][NFC] Remove all trailing spaces from libc (#82831)2 年前
[libc] Fix typos in documentation3 年前
[libc][NFC] Remove all trailing spaces from libc (#82831)2 年前
[libc] Generate docs for setjmp.h (#89542)2 年前
[libc][docs] adds macro handling, POSIX status, and validation to docgen (#89421)2 年前
[libc][docs] adds macro handling, POSIX status, and validation to docgen (#89421)2 年前
[libc][c11] Add stdio.h's rename() function (#85068)2 年前
[libc][NFC] Remove all trailing spaces from libc (#82831)2 年前
[libc][docs] add slides link for Tue's 2023 talk (#84516)2 年前
[libc][docs] adds macro handling, POSIX status, and validation to docgen (#89421)2 年前
[libc] Codify header inclusion policy (#87017)2 年前
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
  • -DLIBC_INCLUDE_DOCS=ON

After configuring libc with these options the make rule docs-libc-html should be available.