aboutsummaryrefslogtreecommitdiff
path: root/libc/docs
AgeCommit message (Expand)AuthorFilesLines
2023-12-05[libc] [search] improve hsearch robustness (#73896)Schrodinger ZHU Yifan1-0/+7
2023-12-04Revert "[libc] build with -Werror (#73966)"Nick Desaulniers1-8/+0
2023-12-04[libc] build with -Werror (#73966)Nick Desaulniers1-0/+8
2023-11-28[libc][docs] Update implementation docs (#73590)michaelrj-google6-73/+105
2023-11-24[libc][NFC] Move float macro into its own header / add target os detection (#...Guillaume Chatelet1-1/+5
2023-11-21[libc][math] Implement nexttoward functions (#72763)Nishant Mittal1-3/+3
2023-11-10[libc][math] Add initial support for C23 float128 math functions, starting wi...lntue1-2/+4
2023-11-10[libc] Update configure.rst after config.json modification (#71942)Guillaume Chatelet1-0/+1
2023-11-06[libc][math] Implement powf function correctly rounded to all rounding modes....lntue1-1/+2
2023-10-23[libc] Enable remaining string functions on the GPU (#68346)Joseph Huber1-8/+19
2023-10-17[libc] Implement the 'ungetc' function on the GPU (#69248)Joseph Huber1-0/+1
2023-09-28[libc][math] Implement double precision expm1 function correctly rounded for ...lntue1-3/+3
2023-09-28[libc] Fix wrapper headers for some ctype macros and C++ declsJoseph Huber1-1/+1
2023-09-26[libc] Implement `fseek`, `fflush`, and `ftell` on the GPU (#67160)Joseph Huber1-0/+3
2023-09-26[libc] Mass replace enclosing namespace (#67032)Guillaume Chatelet3-15/+15
2023-09-22[libc] Refactor scanf reader to match printf (#66023)michaelrj-google1-2/+2
2023-09-15[libc] Add a developer doc about adding new config options. (#66432)Siva Chandra2-0/+147
2023-09-14[libc] Implement more input functions on the GPU (#66288)Joseph Huber1-0/+7
2023-09-13[libc] Remove common_libc_tuners.cmake and move options into config.json. (#6...Siva Chandra1-0/+2
2023-09-13[libc][docs] Printf behavior docMichael Jones2-0/+183
2023-09-13[libc][NFC][Docs] Update some GPU testing informationJoseph Huber1-1/+1
2023-09-13[libc] Move long double table option to new config (#66151)michaelrj-google1-0/+1
2023-09-13[libc] Implement 'qsort' and 'bsearch' on the GPU (#66230)Joseph Huber1-0/+3
2023-09-09[libc] Implement stdio writing functions for the GPU port (#65809)Joseph Huber1-2/+6
2023-09-08[libc] Generate configure.rst from the JSON config information. (#65791)Siva Chandra2-0/+32
2023-09-08[libc][docs] Fix docs/gpu/support.rst. (#65790)Siva Chandra1-1/+1
2023-09-02Fix typos in documentationKazu Hirata1-1/+1
2023-08-31[libc] Support 'assert.h' on the GPUJoseph Huber1-1/+11
2023-08-31[libc] Implement the 'abort' function on the GPUJoseph Huber1-0/+1
2023-08-30[libc] Implement the 'nanosleep' function on the GPUJoseph Huber1-0/+1
2023-08-30[libc] Implement the 'clock()' function on the GPUJoseph Huber1-0/+9
2023-08-30[libc][math] Implement double precision exp10 function correctly rounded for ...Tue Ly1-1/+1
2023-08-25[libc][math] Implement double precision exp2 function correctly rounded for a...Tue Ly1-2/+2
2023-08-24[libc][math] Implement double precision exp function correctly rounded for al...Tue Ly1-2/+2
2023-08-18Fx typos in documentationKazu Hirata1-1/+1
2023-08-16[libc] Implement fopen, fclose, and fread on the GPUJoseph Huber1-2/+3
2023-08-13Fix typos in documentationChris Cotter1-1/+1
2023-08-09[libc] Rework the file handling for the GPUJoseph Huber1-2/+2
2023-08-08[libc][doc] Update macros documentationGuillaume Chatelet1-10/+22
2023-07-21[libc] Remove test RPC opcodes from the exported headerJoseph Huber1-0/+7
2023-07-10[libc] Remove GPU string functions incompatible with C++Joseph Huber1-5/+5
2023-07-05[libc] Support fopen / fclose on the GPUJoseph Huber1-0/+2
2023-07-05[libc] Add GPU support for the 'inttypes.h' functionsJoseph Huber1-0/+12
2023-06-29[libc] Enable the 'div' routines on the GPUJoseph Huber1-0/+3
2023-06-29[libc] Fix the implementation of exit on the GPUJoseph Huber1-0/+1
2023-06-28[libc][math] Implement erff function correctly rounded to all rounding modes.Tue Ly1-1/+2
2023-06-26[libc][Obvious] Fix docs warning.Tue Ly1-1/+1
2023-06-16[libc][Docs] Add some motivation for the GPU libcJoseph Huber4-2/+54
2023-06-16[libc] Add LIBC_INLINE_VAR for inline variablesAlex Brachet1-4/+9
2023-06-15[libc] Enable conversion functions on the GPUJoseph Huber1-11/+11