aboutsummaryrefslogtreecommitdiff
path: root/libc/test
AgeCommit message (Expand)AuthorFilesLines
2022-09-07[libc][math] Implement asinf function correctly rounded for all rounding modes.Tue Ly4-0/+188
2022-09-07[libc] Return correct values for hypot when overflowed.Tue Ly1-9/+23
2022-09-02[libc][NFC] clang-formatAlex Brachet1-3/+2
2022-09-01[libc] add division, modulo, and power to UIntMichael Jones2-0/+147
2022-08-31[libc][cmake] split fputil into individual targetsMichael Jones7-129/+178
2022-08-30[libc][math] Fix broken tests.Kirill Okhotnikov2-4/+10
2022-08-30[libc][math] Added atanf function.Kirill Okhotnikov6-1/+218
2022-08-30[libc][math] Added atanhf function.Kirill Okhotnikov4-0/+212
2022-08-30[libc][math] Added auxiliary function log2_eval for asinhf/acoshf/atanhf.Kirill Okhotnikov4-41/+86
2022-08-29[libc][Obvious] Re-enable math unit tests.Siva Chandra Reddy1-1/+1
2022-08-26[libc] Implement POSIX truncate and ftruncate functions for Linux.Siva Chandra Reddy3-0/+174
2022-08-26[libc] Add Linux implementation of GNU extension function sendfile.Siva Chandra Reddy4-0/+90
2022-08-25[libc] Implement linux link, linkat, symlink, symlinkat, readlink, readlinkat.Siva Chandra Reddy7-0/+396
2022-08-25[NFC][libc] Move Uint implementation to parent directoryGuillaume Chatelet9-11/+11
2022-08-25[NFC][libc] Fix unused variable in string_writer_test testGuillaume Chatelet1-0/+1
2022-08-24[libc] Add linux implementation of POSIX fchmodat function.Siva Chandra Reddy3-0/+88
2022-08-24[libc] move printf to use StringViewsMichael Jones4-154/+141
2022-08-23[libc] Add Linux implementations of POSIX chdir, fchdir, chmod and fchmod.Siva Chandra Reddy8-4/+296
2022-08-23[reland][NFC][libc] standardize string_viewGuillaume Chatelet3-102/+26
2022-08-23Revert "[reland][NFC][libc] standardize string_view"Guillaume Chatelet2-19/+93
2022-08-23[reland][NFC][libc] standardize string_viewGuillaume Chatelet2-93/+19
2022-08-23Revert "[reland][NFC][libc] standardize string_view"Guillaume Chatelet2-19/+93
2022-08-23[reland][NFC][libc] standardize string_viewGuillaume Chatelet2-93/+19
2022-08-23Revert "[reland][NFC][libc] standardize string_view"Guillaume Chatelet2-19/+93
2022-08-23[reland][NFC][libc] standardize string_viewGuillaume Chatelet2-93/+19
2022-08-23Revert "[NFC][libc] standardize string_view"Guillaume Chatelet2-19/+93
2022-08-23[NFC][libc] standardize string_viewGuillaume Chatelet2-93/+19
2022-08-22[libc][NFC] Use STL case for string_viewGuillaume Chatelet4-243/+243
2022-08-22[NFC][libc] Remove ArrayRef which is replaced with spanGuillaume Chatelet3-251/+2
2022-08-22[NFC][libc] Switch mem* tests from ArrayRef to spanGuillaume Chatelet9-30/+28
2022-08-22[libc] Allow span views over mutable dataGuillaume Chatelet1-7/+40
2022-08-22[libc] Allow construction of const span from mutable spanGuillaume Chatelet1-0/+10
2022-08-22[reland][NFC][libc] Use span instead of ArrayRefGuillaume Chatelet3-13/+11
2022-08-22Revert "[NFC][libc] Use span instead of ArrayRef"Guillaume Chatelet3-11/+13
2022-08-22[NFC][libc] Use span instead of ArrayRefGuillaume Chatelet3-13/+11
2022-08-22[libc] Add a span facilityGuillaume Chatelet2-0/+119
2022-08-19[libc][NFC] Move blockstore out of the CPP folderGuillaume Chatelet3-11/+11
2022-08-19[libc][NFC] Use STL case for bitset and simplify implementationGuillaume Chatelet1-13/+13
2022-08-19[reland][libc][NFC] Use STL case for bitGuillaume Chatelet4-40/+43
2022-08-19Revert "[libc][NFC] Use STL case for bit"Guillaume Chatelet4-43/+40
2022-08-19[libc][NFC] Use STL case for bitGuillaume Chatelet4-40/+43
2022-08-19[libc][NFC] Change the libc fullbuild target name to "libc".Siva Chandra Reddy1-2/+2
2022-08-17[libc][Obvious] Update the static archive target name for libc-api-test.Siva Chandra Reddy1-2/+2
2022-08-17[libc][NFC] Make IntegerToString simpler to use at call-sites.Siva Chandra Reddy1-177/+183
2022-08-15[libc] add guard for file pieces of printfMichael Jones1-2/+2
2022-08-15[libc] enable s(n)printf without fullbuildMichael Jones1-1/+1
2022-08-12[libc] add sprintf size comparisonMichael Jones3-0/+100
2022-08-12[libc] Implement tanf function correctly rounded for all rounding modes.Tue Ly4-0/+244
2022-08-12[libc] Add implemementations of thread specific data related API.Siva Chandra Reddy4-0/+163
2022-08-11[libc][Obvious] Fix thrd_join's first arg.Siva Chandra Reddy6-12/+12