summaryrefslogtreecommitdiff
path: root/libc/docs/gpu/support.rst
AgeCommit message (Expand)Author
2025-02-21[libc] Enable 'strftime' for the GPU targets (#128220)Joseph Huber
2024-09-24[libc] Implement the 'rename' function on the GPU (#109814)Joseph Huber
2024-09-23[libc] Add 'strings.h' header on the GPU (#109661)Joseph Huber
2024-09-23[libc] Add GPU support for the 'system' function (#109687)Joseph Huber
2024-08-21[libc] Add `scanf` support to the GPU build (#104812)Joseph Huber
2024-07-24[libc] Enable 'sscanf' on the GPU #100211Joseph Huber
2024-07-24Revert "[libc] Enable 'sscanf' on the GPU (#100211)"Joseph Huber
2024-07-24[libc] Enable 'sscanf' on the GPU (#100211)Joseph Huber
2024-07-18[libc] Remove `strerror_r` on the GPU for nowJoseph Huber
2024-07-16[libc][docs] Document printf support on the GPU target (#99241)Joseph Huber
2024-07-16[libc] Implement `clock_gettime` for the monotonic clock on the GPU (#99067)Joseph Huber
2024-07-01[libc] Implement the 'remove' function on the GPU (#97096)Joseph Huber
2024-06-26[libc][docs] List `rand` and `srand` as supported on the GPU (#96757)Joseph Huber
2024-03-13[libc][docs] document gpu support for stdbit.h (#85103)Nick Desaulniers
2023-10-23[libc] Enable remaining string functions on the GPU (#68346)Joseph Huber
2023-10-17[libc] Implement the 'ungetc' function on the GPU (#69248)Joseph Huber
2023-09-28[libc] Fix wrapper headers for some ctype macros and C++ declsJoseph Huber
2023-09-26[libc] Implement `fseek`, `fflush`, and `ftell` on the GPU (#67160)Joseph Huber
2023-09-14[libc] Implement more input functions on the GPU (#66288)Joseph Huber
2023-09-13[libc] Implement 'qsort' and 'bsearch' on the GPU (#66230)Joseph Huber
2023-09-09[libc] Implement stdio writing functions for the GPU port (#65809)Joseph Huber
2023-09-08[libc][docs] Fix docs/gpu/support.rst. (#65790)Siva Chandra
2023-08-31[libc] Support 'assert.h' on the GPUJoseph Huber
2023-08-31[libc] Implement the 'abort' function on the GPUJoseph Huber
2023-08-30[libc] Implement the 'nanosleep' function on the GPUJoseph Huber
2023-08-30[libc] Implement the 'clock()' function on the GPUJoseph Huber
2023-08-16[libc] Implement fopen, fclose, and fread on the GPUJoseph Huber
2023-08-09[libc] Rework the file handling for the GPUJoseph Huber
2023-07-10[libc] Remove GPU string functions incompatible with C++Joseph Huber
2023-07-05[libc] Support fopen / fclose on the GPUJoseph Huber
2023-07-05[libc] Add GPU support for the 'inttypes.h' functionsJoseph Huber
2023-06-29[libc] Enable the 'div' routines on the GPUJoseph Huber
2023-06-29[libc] Fix the implementation of exit on the GPUJoseph Huber
2023-06-16[libc][Docs] Add some motivation for the GPU libcJoseph Huber
2023-06-15[libc] Enable conversion functions on the GPUJoseph Huber
2023-06-06[libc][Docs] Add support for the printing functionsJoseph Huber
2023-05-04[libc] Enable running libc unit tests on AMDGPUJoseph Huber
2023-04-27[libc] Support the `abs` functions in the GPU libc.Joseph Huber
2023-04-27[libc] Support the string conversion methods on the GPUJoseph Huber
2023-04-26[libc][Docs] Begin improving documentation for the GPU libcJoseph Huber