aboutsummaryrefslogtreecommitdiff
path: root/libc/test/src/stdio/CMakeLists.txt
AgeCommit message (Expand)AuthorFilesLines
2024-02-27[libc] Add fixed point support to printf (#82707)Michael Jones1-0/+3
2024-02-22[libc] Rework the GPU build to be a regular target (#81921)Joseph Huber1-1/+1
2024-02-06[libc] add inttypes macros (#80726)Schrodinger ZHU Yifan1-0/+1
2023-11-23[libc][NFC] Sink "PlatformDefs.h" into "FloatProperties.h" (#73226)Guillaume Chatelet1-1/+0
2023-09-25[libc] Enable hermetic tests for the stdio test suite (#67339)Joseph Huber1-15/+15
2023-09-22[libc] Refactor scanf reader to match printf (#66023)michaelrj-google1-7/+17
2023-09-19[libc] Fix printf config not working (#66834)michaelrj-google1-0/+12
2023-09-14[libc] Implement more input functions on the GPU (#66288)Joseph Huber1-3/+3
2023-09-09[libc] Implement stdio writing functions for the GPU port (#65809)Joseph Huber1-1/+15
2023-08-17[libc][NFC] Put definitions of stdout and friends into their own object files.Siva Chandra Reddy1-8/+15
2023-08-09[libc] Rework the file handling for the GPUJoseph Huber1-0/+2
2023-08-04[libc] Add v variants of printf functionsMichael Jones1-3/+45
2023-07-26[libc] Add support for the 'fread' function on the GPUJoseph Huber1-0/+1
2023-07-20[libc] Move printf writer to new designMichael Jones1-17/+15
2023-07-05[libc] Support fopen / fclose on the GPUJoseph Huber1-0/+15
2023-07-05[libc] Initiliaze the global pointer in riscv startup code.Siva Chandra1-0/+1
2023-06-16[libc] Add a test for `fputs` to check using `stdout` and `stderr`Joseph Huber1-0/+10
2023-06-05[libc] Add initial support for 'puts' and 'fputs' to the GPUJoseph Huber1-1/+1
2023-05-04[libc] Enable running libc unit tests on AMDGPUJoseph Huber1-0/+4
2023-04-24[libc] Run all unit tests, irrespective of whether they belong to a test suite.Siva Chandra Reddy1-1/+1
2023-04-18[libc][NFC] Move RoundingModeUtils to LibcFPTestHelpers.Siva Chandra Reddy1-1/+1
2023-03-23[libc] enable printf using system FILEMichael Jones1-1/+16
2023-03-03[libc] move stdlib and stdio to new errno patternMichael Jones1-9/+8
2023-01-19[libc] add scanf float converterMichael Jones1-0/+2
2022-11-17[libc] add scanf entrypointsMichael Jones1-0/+25
2022-11-07[libc] Add implementation of getc, getc_unlocked and fgetc_unlocked.Siva Chandra Reddy1-0/+23
2022-11-07[libc] Add implementations of ftell.Siva Chandra Reddy1-0/+19
2022-11-04[libc] Add implementation of setbuf and setvbuf.Siva Chandra Reddy1-0/+32
2022-11-02[libc] Add implementation of ungetc.Siva Chandra Reddy1-0/+16
2022-10-28[libc] add scanf parser and core utilitiesMichael Jones1-0/+1
2022-10-27[libc] add fgetsMichael Jones1-0/+17
2022-10-22[libc] Add implementation of fgetc.Siva Chandra Reddy1-0/+17
2022-10-17[libc] add putc, fputc, and putcharMichael Jones1-0/+14
2022-09-27[libc][windows] fix small build issues.Michael Jones1-15/+17
2022-09-21[libc] add fputs and putsMichael Jones1-1/+11
2022-09-15[libc] Add the implementation of the "remove" function.Siva Chandra Reddy1-1/+16
2022-08-31[libc][cmake] split fputil into individual targetsMichael Jones1-1/+2
2022-07-15[libc] add rounding modes to printf float convMichael Jones1-0/+2
2022-06-15[libc] add printfMichael Jones1-0/+11
2022-05-31[libc] add fprintf and file_writerMichael Jones1-0/+14
2022-05-17[libc] add snprintfMichael Jones1-0/+10
2022-05-17[libc] add sprintfMichael Jones1-0/+10
2022-05-08[libc] Add LINK_LIBRARIES option to add_fp_unittest and add_libc_unittest.Tue Ly1-6/+2
2022-04-29[libc] Add implementations of feof, ferror and clearerr.Siva Chandra Reddy1-0/+13
2022-04-26[libc][Obvious] Add deps of fopencookie_test only if it is enabled.Siva Chandra1-3/+5
2022-04-22[libc] Add the implementation of the GNU extension function fopencookie.Siva Chandra Reddy1-0/+22
2022-04-20[libc] Add the implementation of the fflush function.Siva Chandra Reddy1-0/+1
2022-04-20[libc] Add GNU extention functions fread_unlocked and fwrite_unlocked.Siva Chandra Reddy1-0/+15
2022-04-08[libc][NFC] implement printf parserMichael Jones1-0/+2
2022-03-24[libc] Add implementations of fopen, flose, fread, fwrite and fseek.Siva Chandra Reddy1-2/+8