summaryrefslogtreecommitdiff
path: root/libc/test/src/__support/File
AgeCommit message (Expand)Author
2025-08-19[libc] Fix missing close at the end of file test (#154392)Michael Jones
2025-08-19[libc] Fix copy/paste error in file.cpp (#150802)codefaber
2025-07-21[libc][stdio] Separate temporary files for unit test and hermetic test in std...lntue
2025-01-23[libc][NFC] Strip all training whitespace and missing newlines (#124163)Joseph Huber
2024-11-01[libc] Remove the #include <stdlib.h> header (#114453)Job Henandez Lara
2024-10-05[libc] remove errno.h includes (#110934)Job Henandez Lara
2024-10-01[libc][stdio] Use proxy headers of stdio.h in src and test folders. (#110067)lntue
2024-07-20[libc] Enable most of the libc entrypoitns for riscv (#99771)Mikhail R. Gadelha
2024-07-08[libc][NFC] Adjust use of off_t internally (#68269)Mikhail R. Gadelha
2024-02-22[libc] Rework the GPU build to be a regular target (#81921)Joseph Huber
2023-09-26[libc] Mass replace enclosing namespace (#67032)Guillaume Chatelet
2023-08-17[libc][NFC] Put definitions of stdout and friends into their own object files.Siva Chandra Reddy
2023-06-21[libc] Make close function of the internal File class cleanup the file object.Siva Chandra Reddy
2023-06-19[libc] Remove the requirement of a platform-flush operation in File abstraction.Siva Chandra Reddy
2023-06-10[libc][NFC] Clean up matchers namespaceGuillaume Chatelet
2023-06-06[libc] Remove operator T from cpp::expected.Tue Ly
2023-05-04[libc] Enable running libc unit tests on AMDGPUJoseph Huber
2023-05-03[libc] Enable the '__support' unit tests to be hermeticJoseph Huber
2023-02-07[libc][NFC] Move UnitTest and IntegrationTest to the 'test' directory.Siva Chandra Reddy
2022-12-22[libc][NFC] Use operator delete to cleanup a File object.Siva Chandra Reddy
2022-12-22[libc] Handle allocation failures gracefully in FILE related API.Siva Chandra Reddy
2022-12-12[libc] move errno out of file internalsMichael Jones
2022-11-07[libc] Add implementations of ftell.Siva Chandra Reddy
2022-06-16[libc] fix line buffered empty file writesMichael Jones
2022-06-10[libc] add buffering to FILE writesMichael Jones
2022-06-01[libc] Implement FLAGS option for generating all combinations for targets.Tue Ly
2022-05-27[libc] Add global stdout and stderr objects.Siva Chandra Reddy
2022-05-08[libc] Add LINK_LIBRARIES option to add_fp_unittest and add_libc_unittest.Tue Ly
2022-03-24[libc][obvious] only test FILE on working platformsMichael Jones
2022-03-23[libc][File] Fix a bug under fseek(..., SEEK_CUR).Siva Chandra Reddy
2022-03-21[libc] Add a linux file implementation.Siva Chandra Reddy
2022-03-16[libc][NFC] Keep the mutex with the base File data structure.Siva Chandra Reddy
2022-03-04[libc] Make the errno macro resolve to the thread local variable directly.Siva Chandra Reddy
2022-02-15[libc] Add a platform independent buffered file IO data structure.Siva Chandra Reddy