summaryrefslogtreecommitdiff
path: root/libc/test/src/CMakeLists.txt
AgeCommit message (Expand)Author
2025-10-21[libc] Stub out message catalog functions from <nl_types.h> (#164360)Alexey Samsonov
2025-07-23[libc][NFC] Add stdint.h proxy header to fix dependency issue with <stdint.h>...lntue
2025-07-17[libc] add wctype.h header (#149202)Prabhu Rajasekaran
2025-06-19Implement `sigsetjmp` and `siglongjmp` for darwin/aarch64 (#139555)Aly ElAshram
2025-02-05[libc][POSIX][poll.h] implement poll (#125118)Nick Desaulniers
2025-01-28[libc][complex] Testing infra for MPC (#121261)Shourya Goel
2025-01-15[libc] implement unistd/getentropy (#122692)Schrodinger ZHU Yifan
2024-12-10[libc] move src/network to src/arpa/inet (#119273)Nick Desaulniers
2024-12-10[libc] move bcmp, bzero, bcopy, index, rindex, strcasecmp, strncasecmp to str...Nick Desaulniers
2024-12-05Reapply "[libc][windows] start time API implementation (#117775)" (#118886)Schrodinger ZHU Yifan
2024-12-05Revert "[libc][windows] start time API implementation (#117775)"Joseph Huber
2024-12-05[libc][windows] start time API implementation (#117775)Schrodinger ZHU Yifan
2024-12-03[libc] delete hdrgen (#117220)Nick Desaulniers
2024-11-03[libc][complex] implement different flavors of `creal` and `cimag` functions ...Shourya Goel
2024-08-22[libc] Initial support for 'locale.h' in the LLVM libc (#102689)Joseph Huber
2024-08-22Revert " [libc] Add `ctype.h` locale variants (#102711)"Joseph Huber
2024-08-22 [libc] Add `ctype.h` locale variants (#102711)Joseph Huber
2024-07-23[libc] Fix math tests for macos arm64. (#100060)lntue
2024-07-17[libc] Add missing -latomic for rv32 (#99337)Mikhail R. Gadelha
2024-04-08[libc] Remove RandUtils.(h|cpp). (#88044)lntue
2024-04-05[libc] Add proxy header math_macros.h. (#87598)lntue
2024-03-06[libc] Add max length argument to decimal to float (#84091)Michael Jones
2024-02-15[libc][stdfix] Add abs functions for signed fixed point types. (#81823)lntue
2024-02-05[libc] Refactor _build_gpu_objects cmake function. (#80631)lntue
2024-01-29[libc] implement stdc_leading_zeros_u* for stdbit.h (#79669)Nick Desaulniers
2023-12-19[libc] move __stack_chk_fail to src/ from startup/ (#75863)Nick Desaulniers
2023-11-28[libc] [search] implement hcreate(_r)/hsearch(_r)/hdestroy(_r) (#73469)Schrodinger ZHU Yifan
2023-06-14[libc] Enable hermetic floating point tests again.Tue Ly
2023-05-25Revert "[libc] Enable hermetic floating point tests"Joseph Huber
2023-05-25[libc] Enable hermetic floating point testsJoseph Huber
2023-05-04[libc] Enable running libc unit tests on AMDGPUJoseph Huber
2023-05-03[libc] Enable the 'stdlib' unit tests to be hermeticJoseph Huber
2023-04-17[libc][NFC] Move RandUtils.h to test/src/math.Siva Chandra Reddy
2023-03-20[libc] add basic wide char functionsMichael Jones
2023-03-16[libc][Obvious] Remove the STARTUP attribute from the api test listing.Siva Chandra Reddy
2023-03-13[libc] Enable integration tests when built with gcc.Siva Chandra Reddy
2023-03-02[libc] disable integration tests when using gccMichael Jones
2023-02-24[libc] Add a linting target named "libc-lint".Siva Chandra Reddy
2023-02-24[libc] Introduce a target named libc-unit-tests to run just the unit tests.Siva Chandra Reddy
2023-02-16[libc] Implement htonl and htonsRaman Tenneti
2023-01-27[libc] Use a prebuilt libc-hdrgen binary if available.Siva Chandra Reddy
2023-01-25[libc] fix strtointmax testsMichael Jones
2022-12-15[libc][NFC] Rename "loader" to "startup".Siva Chandra Reddy
2022-11-15[libc] re-enable assertMichael Jones
2022-11-04[libc] Convert the api-test in to an integration test.Siva Chandra Reddy
2022-11-01[libc] Add x86_64 implementation of setjmp and longjmp.Siva Chandra Reddy
2022-10-18[libc] Add termios.h and the implementation of functions declared in it.Siva Chandra Reddy
2022-10-11[libc] Add POSIX functions posix_spawn_file_actions_*.Siva Chandra Reddy
2022-09-30[libc] Re-enable functions from signal.h and re-enable abort.Siva Chandra Reddy
2022-09-29[libc] Add GNU extension functions sched_getaffinity and sched_setaffinity.Siva Chandra Reddy