summaryrefslogtreecommitdiff
path: root/libc/test/src/time/mktime_test.cpp
AgeCommit message (Expand)Author
2025-03-28[libc] Enable 'mktime' for the GPU (#133437)Joseph Huber
2025-01-08[libc][NFC] Cleanup time.h (#122027)Michael Jones
2024-08-06[libc] Fix overflow check for 32-bit mktime. (#101993)Simon Tatham
2024-01-24[libc] Add C23 limits.h header. (#78887)lntue
2023-10-02[libc][NFC] Fix missing field 'tm_isdst' initializer warning (#67837)Mikhail R. Gadelha
2023-09-26[libc] Mass replace enclosing namespace (#67032)Guillaume Chatelet
2023-09-06[libc] Fix failing mktime test case in 32-bit systems (#65390)Mikhail R. Gadelha
2023-08-30[libc] Fix test case that expects time_t to be a 32-bit typeMikhail R. Gadelha
2023-05-26[libc] Make ErrnoSetterMatcher handle logging floating point values.Siva Chandra Reddy
2023-03-02[libc][NFC] Switch use of errno in src/time and test/src/time to libc_errno.Raman Tenneti
2023-02-21[libc] Add Month enum, refactor mktime_testJeff Bailey
2023-02-07[libc][NFC] Move UnitTest and IntegrationTest to the 'test' directory.Siva Chandra Reddy
2023-01-06[libc] add noexcept to external function headersMichael Jones
2021-12-22[libc] apply formatting to testsMichael Jones
2021-12-07[libc] apply new lint rulesMichael Jones
2021-05-03[libc] Introduce asctime, asctime_r to LLVM libcRaman Tenneti
2021-03-16This introduces gmtime to LLVM libc, based on C99/C2X/Single Unix Spec.Raman Tenneti
2021-02-22Changes to mktime to handle invalid dates, overflow and underflow andcalculat...Raman Tenneti
2021-01-20[libc][NFC] add "LlvmLibc" as a prefix to all test namesMichael Jones
2020-11-30Initial commit of mktime.Raman Tenneti