aboutsummaryrefslogtreecommitdiff
path: root/libc/test/src/__support
AgeCommit message (Expand)AuthorFilesLines
2025-12-08[libc] move abs_timesout and monotonicity out of linux dir (#167719)Shreeyash Pandey2-4/+4
2025-12-01[libc][malloc] Ensure a minimum block alignment of 4 (#169447)Daniel Thornburgh3-23/+23
2025-11-28[libc] Add clock_gettime for Darwin (#167160)Shreeyash Pandey2-0/+28
2025-10-31[libc] Templatize strtointeger implementation. (#165884)Alexey Samsonov3-53/+57
2025-09-26[libc] Update the memory helper functions for simd types (#160174)Joseph Huber1-0/+62
2025-09-22[libc] Add -Wextra for libc tests (#153321)Vinay Deshmukh2-2/+3
2025-09-16[libc] Clean up mask helpers after allowing implicit conversions (#158681)Joseph Huber1-6/+8
2025-09-11[libc] Clean up errno header usage in some more tests. (#157974)Alexey Samsonov4-3/+2
2025-09-10[libc] Implement vector 'split' and 'concat' routines (#157537)Joseph Huber1-0/+16
2025-09-09[libc] Add check for support and a test for libc SIMD helpers (#157746)Joseph Huber2-0/+82
2025-09-09[libc] Add simple 'tuple' type to CPP helpers (#157739)Joseph Huber2-0/+81
2025-08-19[libc] Fix missing close at the end of file test (#154392)Michael Jones1-0/+1
2025-08-19[libc] Fix copy/paste error in file.cpp (#150802)codefaber1-0/+18
2025-08-12Revert "[libc] Add -Wextra for libc tests" (#153169)William Huynh2-3/+2
2025-08-12[libc] Add -Wextra for libc tests (#133643)Vinay Deshmukh2-2/+3
2025-08-06[libc] Template StringConverter pop function to avoid duplicate code (#152204)Uzair Nawaz1-55/+55
2025-08-06[libc] add getrandom vDSO symbol (#151630)Schrodinger ZHU Yifan1-2/+28
2025-07-29[libc][math] Make BFloat16 comparison tests constexpr (#151211)Krishna Pandey1-20/+7
2025-07-24[libc] Implement wcs to mbs family of functions (#149421)Uzair Nawaz2-0/+230
2025-07-23[libc][NFC] Add stdint.h proxy header to fix dependency issue with <stdint.h>...lntue6-4/+6
2025-07-22[libc][math] Add Generic Comparison Operations for floating point types (#144...Krishna Pandey2-0/+362
2025-07-21[libc][stdio] Separate temporary files for unit test and hermetic test in std...lntue1-7/+13
2025-07-20[libc] Disable bfloat16 test for full build mode (#149678)Mikhail R. Gadelha1-0/+6
2025-07-17[libc] Fixed StringConverter Error Edge Case (#149356)Uzair Nawaz1-0/+57
2025-07-14[libc] Wchar Stringconverter (#146388)Uzair Nawaz2-0/+381
2025-07-10[libc] WCS to integer internal function (#147857)Uzair Nawaz2-0/+250
2025-07-09[libc][math][c++23] Add bfloat16 support in LLVM libc (#144463)Krishna Pandey2-0/+80
2025-06-27[libc] Changed CharacterConverter returns (#146130)sribee81-5/+6
2025-06-25[libc] Added isValidState to CharacterConverter class to ensure a provided mb...Uzair Nawaz1-0/+42
2025-06-20[libc] Reworked CharacterConverter isComplete into isFull and isEmpty (#144799)Uzair Nawaz2-30/+38
2025-06-17Reland "[libc] utf8 to 32 CharacterConverter" (#144450)sribee83-3/+208
2025-06-16Revert "[libc] utf8 to 32 CharacterConverter" (#144446)sribee83-208/+3
2025-06-16[libc] utf8 to 32 CharacterConverter (#143973)sribee83-3/+208
2025-06-16[libc] Implemented CharacterConverter push/pop for utf32->utf8 conversions (#...Uzair Nawaz3-0/+197
2025-06-16[libc] Removed public function calls in table.h (#144168)sribee81-1/+3
2025-06-11[libc] Move libc_errno.h to libc/src/__support and make LIBC_ERRNO_MODE_SYSTE...lntue2-0/+2
2025-06-11[libc] Reduce direct use of errno in src/stdlib and src/__support tests. (#14...Alexey Samsonov5-7/+0
2025-04-22[libc] Fix warnings for freelist_heap_test/fuzz (#136634)Daniel Thornburgh3-16/+9
2025-04-09[libc][test] make `str_to_float_comparison_test` independent of C++ headers. ...Muhammad Bassiouni2-121/+177
2025-04-02[libc] Added support for fixed-points in ``is_signed`` and ``is_unsigned``. (...Abhinav Kumar1-2/+63
2025-03-25[libc] Add support for C++20 'atomic_ref' type (#132302)Joseph Huber1-0/+15
2025-03-25[libc][NFC] Remove incorrect file level dependency in CMake (#132937)Joseph Huber1-1/+0
2025-03-22[clang] diagnose invalid member pointer class on instantiation (#132516)Matheus Izvekov1-3/+1
2025-03-21[libc] Temporarily disable the type trait test affected by issue 132494. (#13...lntue1-1/+3
2025-03-14[libc] Fix implicit conversion warnings in tests. (#131362)lntue3-5/+4
2025-03-10[libc] Add `-Wno-sign-conversion` & re-attempt `-Wconversion` (#129811)Vinay Deshmukh11-40/+51
2025-03-08[libc] `first_trailing_one(0)` should be `0`. (#130155)Connector Switch1-1/+2
2025-03-05Revert "[libc] Enable -Wconversion for tests. (#127523)"Augie Fackler11-51/+40
2025-03-04[libc] Enable -Wconversion for tests. (#127523)Vinay Deshmukh11-40/+51
2025-02-12[libc][bit_test] fix -Wimplicit-int-conversion (#126317)Nick Desaulniers1-1/+2