aboutsummaryrefslogtreecommitdiff
path: root/libc/test/src/__support/File
AgeCommit message (Expand)AuthorFilesLines
2025-12-22[libc] Split out src/__support/alloc-checker.h (#173104)Roland McGrath1-2/+2
2025-08-19[libc] Fix missing close at the end of file test (#154392)Michael Jones1-0/+1
2025-08-19[libc] Fix copy/paste error in file.cpp (#150802)codefaber1-0/+18
2025-07-21[libc][stdio] Separate temporary files for unit test and hermetic test in std...lntue1-7/+13
2025-01-23[libc][NFC] Strip all training whitespace and missing newlines (#124163)Joseph Huber1-1/+1
2024-11-01[libc] Remove the #include <stdlib.h> header (#114453)Job Henandez Lara2-2/+2
2024-10-05[libc] remove errno.h includes (#110934)Job Henandez Lara1-1/+1
2024-10-01[libc][stdio] Use proxy headers of stdio.h in src and test folders. (#110067)lntue2-2/+1
2024-07-20[libc] Enable most of the libc entrypoitns for riscv (#99771)Mikhail R. Gadelha1-1/+2
2024-07-08[libc][NFC] Adjust use of off_t internally (#68269)Mikhail R. Gadelha1-4/+4
2024-02-22[libc] Rework the GPU build to be a regular target (#81921)Joseph Huber1-1/+1
2023-09-26[libc] Mass replace enclosing namespace (#67032)Guillaume Chatelet5-23/+25
2023-08-17[libc][NFC] Put definitions of stdout and friends into their own object files.Siva Chandra Reddy5-18/+65
2023-06-21[libc] Make close function of the internal File class cleanup the file object.Siva Chandra Reddy2-34/+36
2023-06-19[libc] Remove the requirement of a platform-flush operation in File abstraction.Siva Chandra Reddy1-2/+1
2023-06-10[libc][NFC] Clean up matchers namespaceGuillaume Chatelet1-1/+1
2023-06-06[libc] Remove operator T from cpp::expected.Tue Ly1-15/+20
2023-05-04[libc] Enable running libc unit tests on AMDGPUJoseph Huber1-2/+3
2023-05-03[libc] Enable the '__support' unit tests to be hermeticJoseph Huber1-4/+4
2023-02-07[libc][NFC] Move UnitTest and IntegrationTest to the 'test' directory.Siva Chandra Reddy2-3/+3
2022-12-22[libc][NFC] Use operator delete to cleanup a File object.Siva Chandra Reddy2-35/+37
2022-12-22[libc] Handle allocation failures gracefully in FILE related API.Siva Chandra Reddy2-16/+9
2022-12-12[libc] move errno out of file internalsMichael Jones2-87/+100
2022-11-07[libc] Add implementations of ftell.Siva Chandra Reddy1-3/+3
2022-06-16[libc] fix line buffered empty file writesMichael Jones1-0/+27
2022-06-10[libc] add buffering to FILE writesMichael Jones1-7/+130
2022-06-01[libc] Implement FLAGS option for generating all combinations for targets.Tue Ly1-2/+2
2022-05-27[libc] Add global stdout and stderr objects.Siva Chandra Reddy1-0/+5
2022-05-08[libc] Add LINK_LIBRARIES option to add_fp_unittest and add_libc_unittest.Tue Ly1-4/+2
2022-03-24[libc][obvious] only test FILE on working platformsMichael Jones1-0/+5
2022-03-23[libc][File] Fix a bug under fseek(..., SEEK_CUR).Siva Chandra Reddy2-0/+47
2022-03-21[libc] Add a linux file implementation.Siva Chandra Reddy3-0/+187
2022-03-16[libc][NFC] Keep the mutex with the base File data structure.Siva Chandra Reddy1-8/+3
2022-03-04[libc] Make the errno macro resolve to the thread local variable directly.Siva Chandra Reddy1-0/+1
2022-02-15[libc] Add a platform independent buffered file IO data structure.Siva Chandra Reddy2-0/+337