aboutsummaryrefslogtreecommitdiff
path: root/libc/docs
AgeCommit message (Expand)AuthorFilesLines
2024-04-30Add basic char*_t support for libc (partial WG14 N2653) (#90360)Fabian Keßler1-1/+1
2024-04-29[libc][math] Adds entrypoint and tests for nearbyintf128,scalbnf128 (#88443)Michael Flanders1-2/+2
2024-04-23[libc] Generate docs for `setjmp.h` (#89542)Rajveer Singh Bharadwaj2-0/+17
2024-04-22[libc][docs] codify Policy on Assembler Sources (#88185)Nick Desaulniers1-0/+41
2024-04-18[libc][docs] link to good beginner bugs (#89297)Nick Desaulniers1-0/+8
2024-04-18[libc][docs] adds threads.h impl status docs (#89275)Michael Flanders2-0/+89
2024-04-18[libc][docs] adds highlighting languages to `docs/dev/config_options.rst` (#8...Michael Flanders1-9/+7
2024-04-17[libc][c23][fenv] Implement fetestexceptflag (#87828)Robin Caloudis2-3/+3
2024-04-12[libc][docs] use docgen to generate stdbit rst docs (#88540)Michael Flanders1-131/+219
2024-04-11[libc] Codify header inclusion policy (#87017)Nick Desaulniers2-1/+38
2024-04-11[libc][docs] Generate docs for signal.h & optimized is_implemented func (#88028)Xu Zhang2-0/+44
2024-04-10[libc] Add note to use `LIBC_GPU_BUILD=ON` as another formJoseph Huber1-1/+6
2024-04-08[libc][docs] fix missing includeNick Desaulniers1-0/+2
2024-04-08[libc][docs] generate docs for ctype.h (#87946)Zander Dumont-Strom2-0/+54
2024-04-05[libc][docs] Introduce docgen (#87682)Nick Desaulniers2-0/+65
2024-04-05 [libc][c23][fenv] implement fesetexcept (#87603)aniplcc1-1/+1
2024-04-05[libc] Implement roundeven C23 math functions (#87678)Vinayak Dev2-2/+2
2024-04-04[libc][math][c23] Add exp2m1f C23 math function (#86996)OverMighty1-1/+1
2024-04-02[libc] Move {f,d}sqrt to higher functions in docs (#87445)Vinayak Dev1-4/+4
2024-04-02[libc] Re-organize the math function tables in docs (#87412)Vinayak Dev1-509/+219
2024-04-01[libc][math] Implement atan2f correctly rounded to all rounding modes. (#86716)lntue1-1/+2
2024-03-29[libc] enable stack protectors and frame pointers on default (#86288)Schrodinger ZHU Yifan1-0/+3
2024-03-29[libc][Docs] Update RPC server example using CUDA after changesJoseph Huber1-11/+4
2024-03-29Add bit width length modifier to printf (#82461)Om Prakaash1-0/+4
2024-03-27Revert "[libc][math][c23] Add remaining linux/* entrypoints for {,u}fromfp{,x...Nick Desaulniers1-16/+16
2024-03-27[libc][math][c23] Add remaining linux/* entrypoints for {,u}fromfp{,x}* (#86692)OverMighty1-16/+16
2024-03-27[libc] Remove obsolete LIBC_HAS_BUILTIN macro (#86554)Marc Auberer1-1/+1
2024-03-26[libc][math][c23] Implement canonicalize functions (#85940)Shourya Goel1-267/+276
2024-03-25[libc][math][c23] Add {,u}fromfp{,x}{,f,l,f128} functions (#86003)OverMighty2-0/+40
2024-03-21[libc][c11] Add stdio.h's rename() function (#85068)aniplcc1-1/+1
2024-03-19[libc][math][c23] Add linux/* entrypoints for nextup* and nextdown* (#85803)OverMighty1-8/+8
2024-03-19[libc] Make 'printf' converter output "(null)" instead of "null" (#85845)Joseph Huber2-0/+9
2024-03-18[libc] Add `shm_open/shm_unlink` (#84974)Schrodinger ZHU Yifan1-0/+4
2024-03-16[libc][math][c23] Add nextupl and nextdownl functions (#85484)OverMighty1-0/+16
2024-03-15[libc] Update GPU testing documentation (#85459)Joseph Huber3-23/+141
2024-03-15[libc][math][c23] adds `nanf128` (#85201)Michael Flanders1-0/+2
2024-03-15[libc] Fix typo in libc fullbuild mode doc (#85204)FantasqueX1-1/+1
2024-03-13[libc][docs] document gpu support for stdbit.h (#85103)Nick Desaulniers1-0/+73
2024-03-12[libc][math] Adds entrypoint and test for `nextafterf128` (#84882)Michael Flanders1-0/+2
2024-03-12[libc] implement the final macros for stdbit.h support (#84798)Nick Desaulniers2-5/+5
2024-03-11[libc][math][c23] Add fmodl and fmodf128 math functions. (#84600)lntue1-1/+3
2024-03-11[libc][NFC] Clean up test/src/math/differential_testing folder, renaming it t...lntue1-2/+2
2024-03-10[libc][stdbit][c23] adds implementation of `stdc_bit_ceil` functions (#84657)Michael Flanders1-6/+6
2024-03-09[libc][math][c23] Add modff128 C23 math function. (#84532)lntue1-0/+2
2024-03-08[libc][math][c23] Add (l|ll)rintf128 and (l|ll)roundf128 math functions. (#84...lntue1-0/+10
2024-03-08[libc][docs] add slides link for Tue's 2023 talk (#84516)Nick Desaulniers1-0/+1
2024-03-07[libc] finish documenting c23 additions (#84383)Nick Desaulniers1-33/+79
2024-03-07[libc][docs] add page linking to talks (#84393)Nick Desaulniers2-0/+30
2024-03-07[libc][stdfix] Add exp function for short _Accum and _Accum types. (#84391)lntue1-1/+1
2024-03-07[libc][stdbit] implement stdc_bit_floor (C23) (#84233)Nick Desaulniers1-6/+6