summaryrefslogtreecommitdiff
path: root/libc/test/src/__support/str_to_float_test.cpp
AgeCommit message (Expand)Author
2025-06-11[libc] Reduce direct use of errno in src/stdlib and src/__support tests. (#14...Alexey Samsonov
2025-03-10[libc] Add `-Wno-sign-conversion` & re-attempt `-Wconversion` (#129811)Vinay Deshmukh
2025-03-05Revert "[libc] Enable -Wconversion for tests. (#127523)"Augie Fackler
2025-03-04[libc] Enable -Wconversion for tests. (#127523)Vinay Deshmukh
2024-11-05[libc][NFC] Correct test header inclusion, license (#114604)Michael Jones
2024-08-09[libc] Fix CFP long double and add tests (#102660)Michael Jones
2024-07-12[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (#98597)Petr Hosek
2024-07-12Revert "[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration...Mehdi Amini
2024-07-11[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (#98075)Petr Hosek
2024-02-06[libc] Move libc_errno inside of LIBC_NAMESPACE (#80774)michaelrj-google
2023-12-15[libc][NFC] Split str_to_float tests and reduce type clutter (#75471)Guillaume Chatelet
2023-12-11[libc][NFC] Remove custom leading_zeroes, factor in frequent typenames (#74825)Guillaume Chatelet
2023-12-01[libc][NFC] Rename SPECIAL_X86_LONG_DOUBLE in LIBC_LONG_DOUBLE_IS_X86_FLOAT80...Guillaume Chatelet
2023-12-01[libc][NFC] rename LONG_DOUBLE_IS_DOUBLE into LIBC_LONG_DOUBLE_IS_FLOAT64 (#7...Guillaume Chatelet
2023-09-26[libc] Mass replace enclosing namespace (#67032)Guillaume Chatelet
2023-03-13[libc][NFC] Switch string and errno tests to libc_errno.Siva Chandra Reddy
2023-02-28[libc] fix strtofloat test with 128 bit floatsMichael Jones
2023-02-28[libc] Refactor string to float return valuesMichael Jones
2023-02-07[libc][NFC] Move UnitTest and IntegrationTest to the 'test' directory.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
2022-04-28[libc] Support 32-bit ARM platform testsDominic Chen
2022-03-08[libc][NFC] remove completed TODOsMichael Jones
2022-02-07[libc] Fix mixed-sign comparison warnings and an out-of-bound access in high_...Tue Ly
2021-12-22[libc] add modified Eisel-Lemire for long doublesMichael Jones
2021-12-22[libc] apply formatting to testsMichael Jones
2021-12-07[libc] apply new lint rulesMichael Jones
2021-11-11[libc] tweak strtof errno behaviorMichael Jones
2021-10-29[libc] add fast path to string to float conversionMichael Jones
2021-10-18[libc] add atof, strtof and strtodMichael Jones