summaryrefslogtreecommitdiff
path: root/libc/test/src/stdlib/CMakeLists.txt
AgeCommit message (Expand)Author
2025-11-17[libc] Move mbtowc, mbstowcs and inverse functions to stdlib.h (#168455)Alexey Samsonov
2025-11-14Revert "[libc][test] split exit tests into two separate tests" (#168102)Schrodinger ZHU Yifan
2025-11-14[libc][test] split exit tests into two separate tests (#166355)Shreeyash Pandey
2025-11-06[libc] Disable overflow test in strfromtest on riscv32 (#166719)Marcell Leleszi
2025-07-23[libc][NFC] Add stdint.h proxy header to fix dependency issue with <stdint.h>...lntue
2025-06-11[libc] Reduce direct use of errno in src/stdlib and src/__support tests. (#14...Alexey Samsonov
2025-03-28[libc] implement `memalignment` (#132493)Mohamed Emad
2025-02-27[libc] implement l64a (#129099)Michael Jones
2025-02-25[libc] implement a64l (#128758)Michael Jones
2025-02-04[libc] Alternative algorithm for decimal FP printf (#123643)Simon Tatham
2025-01-24[libc] Use the NVIDIA device allocator for GPU malloc (#124277)Joseph Huber
2025-01-05[libc] Improve qsort (with build fix) (#121482)Lukas Bergdoll
2024-12-29Revert "[libc] Improve qsort" (#121303)Schrodinger ZHU Yifan
2024-12-29[libc] Improve qsort (#120450)Lukas Bergdoll
2024-12-16[libc] Breakup freelist_malloc into separate files (#119806)Petr Hosek
2024-11-07[libc] Remove _Exit proxy func header and use LIBC_NAMESPACE::_Exit in tests ...Job Henandez Lara
2024-11-03[libc] Add proxy headers to handle memory allocation associated with the head...Job Henandez Lara
2024-11-01[libc] Remove the #include <stdlib.h> header (#114453)Job Henandez Lara
2024-10-02[libc] Enable dyadic float for float printf (#110765)Michael Jones
2024-07-16[libc][stdlib] Implement heap sort. (#98582)lntue
2024-06-20[libc] Move freelist + block to __support (#96231)PiJoules
2024-06-17[libc][stdlib] Run freelist_heap_test only in full build mode. (#95850)lntue
2024-06-14[libc][stdlib] Make the FreeListHeap constant-initializable (#95453)PiJoules
2024-06-12[libc][stdlib] Add the FreelistHeap (#95066)PiJoules
2024-06-10[libc][stdlib] Add freelist class (#95041)PiJoules
2024-06-10[libc][stdlib] Add Block class (#94407)PiJoules
2024-06-06[libc] at_quick_exit function implemented (#94317)aaryanshukla
2024-05-31[libc] added quick_exit function (#93620)RoseZhang03
2024-03-28[libc] Add inf/nan tests for strfrom*() functions (#86663)Vinayak Dev
2024-03-22[libc] Implement strfromd() and strfroml() (#86113)Vinayak Dev
2024-03-20[libc]: Implement strfromf() and shared utilities (#85438)Vinayak Dev
2024-02-27[libc] Re-Enable GPU tests and fix math exception handling (#83172)Joseph Huber
2024-02-22[libc] Rework the GPU build to be a regular target (#81921)Joseph Huber
2024-01-24[libc] Add C23 limits.h header. (#78887)lntue
2023-09-26[libc][Obvious] Remove the previous ErrnoSetterMatcher target. (#67469)Siva Chandra
2023-06-15[libc] Disable the strtod and strtold tests on NVPTXJoseph Huber
2023-06-12[libc] Add qsort_rMichael Jones
2023-06-05[libc] Implement basic `malloc` and `free` support on the GPUJoseph Huber
2023-06-01[libc] Add strtoint32 and strtoint64 testsMichael Jones
2023-05-26[libc] Make ErrnoSetterMatcher handle logging floating point values.Siva Chandra Reddy
2023-05-03[libc] Enable the 'stdlib' unit tests to be hermeticJoseph Huber
2023-04-24[libc] Run all unit tests, irrespective of whether they belong to a test suite.Siva Chandra Reddy
2023-04-18[libc][NFC] Move RoundingModeUtils to LibcFPTestHelpers.Siva Chandra Reddy
2023-03-03[libc] move stdlib and stdio to new errno patternMichael Jones
2022-12-22[libc] change str to int tests to be templatedMichael Jones
2022-12-15[libc] Templatize ato* testsAlex Brachet
2022-10-04[libc] implement basic rand and srandMichael Jones
2022-09-30[libc] Re-enable functions from signal.h and re-enable abort.Siva Chandra Reddy
2022-08-25[NFC][libc] Move Uint implementation to parent directoryGuillaume Chatelet
2022-06-24[libc] Add Uint128 type as a fallback when __uint128_t is not available.Siva Chandra Reddy