summaryrefslogtreecommitdiff
path: root/libc/test/src/stdio/CMakeLists.txt
AgeCommit message (Expand)Author
2025-11-05[libc] Add printf error handling (with fixes #2) (#166517)Marcell Leleszi
2025-11-04Revert commit d8e5698 and 15b19c7 (#166498)Kewen Meng
2025-11-04[libc] Add printf error handling (with fixes) (#166382)Marcell Leleszi
2025-11-03Revert "[libc] Add printf error handling" (#166232)Kewen Meng
2025-11-03[libc] Add printf error handling (#162876)Marcell Leleszi
2025-09-18[libc][bazel] Add (v)asprintf targets and tests (#159476)Michael Jones
2025-06-17Fix/reapply "[libc] Migrate stdio tests to ErrnoCheckingTest. (#144134)Alexey Samsonov
2025-06-13Revert "Fix/reapply "[libc] Migrate stdio tests to ErrnoCheckingTest."" (#144...Alexey Samsonov
2025-06-13Fix/reapply "[libc] Migrate stdio tests to ErrnoCheckingTest." (#143972)Alexey Samsonov
2025-06-12[libc] Implement perror (#143624)Michael Jones
2025-06-11Revert "[libc] Migrate stdio tests to ErrnoCheckingTest." (#143829)Alexey Samsonov
2025-06-11[libc] Migrate stdio tests to ErrnoCheckingTest. (#143802)Alexey Samsonov
2025-02-04[libc] Alternative algorithm for decimal FP printf (#123643)Simon Tatham
2024-11-01[libc] Remove the #include <stdlib.h> header (#114453)Job Henandez Lara
2024-10-02[libc] Enable dyadic float for float printf (#110765)Michael Jones
2024-09-19[libc] Add printf strerror conversion (%m) (#105891)Michael Jones
2024-08-28[libc] Disable failing scanf test on AMDGPU temporarilyJoseph Huber
2024-08-26[libc] Implement 'vfscanf' and 'vscanf' (#105293)Joseph Huber
2024-08-01[libc] Implement vasprintf and asprintf (#98824)Tsz Chan
2024-07-31[libc] Add vsscanf function (#101402)Joseph Huber
2024-07-24[libc] Enable 'sscanf' on the GPU #100211Joseph Huber
2024-07-13[libc] Stop using LLVM's `stdout` in overlay mode testsJoseph Huber
2024-07-12[libc] Implement (v|f)printf on the GPU (#96369)Joseph Huber
2024-06-14[libc] Add the implementation of the fdopen function (#94186)Xu Zhang
2024-04-01[libc][POSIX] implement fseeko, ftello (#86928)Shourya Goel
2024-03-21[libc][stdio][test] fixup rename test (#86136)Nick Desaulniers
2024-03-21[libc][c11] Add stdio.h's rename() function (#85068)aniplcc
2024-03-18[libc] fix up fileno tests (#85660)Nick Desaulniers
2024-02-27[libc] Add fixed point support to printf (#82707)Michael Jones
2024-02-22[libc] Rework the GPU build to be a regular target (#81921)Joseph Huber
2024-02-06[libc] add inttypes macros (#80726)Schrodinger ZHU Yifan
2023-11-23[libc][NFC] Sink "PlatformDefs.h" into "FloatProperties.h" (#73226)Guillaume Chatelet
2023-09-25[libc] Enable hermetic tests for the stdio test suite (#67339)Joseph Huber
2023-09-22[libc] Refactor scanf reader to match printf (#66023)michaelrj-google
2023-09-19[libc] Fix printf config not working (#66834)michaelrj-google
2023-09-14[libc] Implement more input functions on the GPU (#66288)Joseph Huber
2023-09-09[libc] Implement stdio writing functions for the GPU port (#65809)Joseph Huber
2023-08-17[libc][NFC] Put definitions of stdout and friends into their own object files.Siva Chandra Reddy
2023-08-09[libc] Rework the file handling for the GPUJoseph Huber
2023-08-04[libc] Add v variants of printf functionsMichael Jones
2023-07-26[libc] Add support for the 'fread' function on the GPUJoseph Huber
2023-07-20[libc] Move printf writer to new designMichael Jones
2023-07-05[libc] Support fopen / fclose on the GPUJoseph Huber
2023-07-05[libc] Initiliaze the global pointer in riscv startup code.Siva Chandra
2023-06-16[libc] Add a test for `fputs` to check using `stdout` and `stderr`Joseph Huber
2023-06-05[libc] Add initial support for 'puts' and 'fputs' to the GPUJoseph Huber
2023-05-04[libc] Enable running libc unit tests on AMDGPUJoseph Huber
2023-04-24[libc] Run all unit tests, irrespective of whether they belong to a test suite.Siva Chandra Reddy
2023-04-18[libc][NFC] Move RoundingModeUtils to LibcFPTestHelpers.Siva Chandra Reddy
2023-03-23[libc] enable printf using system FILEMichael Jones