summaryrefslogtreecommitdiff
path: root/libc/test/src/__support/File/platform_file_test.cpp
AgeCommit message (Expand)Author
2025-07-21[libc][stdio] Separate temporary files for unit test and hermetic test in std...lntue
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
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-06[libc] Remove operator T from cpp::expected.Tue Ly
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-12[libc] move errno out of file internalsMichael Jones
2022-05-27[libc] Add global stdout and stderr objects.Siva Chandra Reddy
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