summaryrefslogtreecommitdiff
path: root/libc/test/src/time/gmtime_test.cpp
AgeCommit message (Expand)Author
2025-09-10[libc] Migrate some test/src/time tests to ErrnoCheckingTest. (#157960)Alexey Samsonov
2025-06-11[libc] Move libc_errno.h to libc/src/__support and make LIBC_ERRNO_MODE_SYSTE...lntue
2025-01-08[libc][NFC] Cleanup time.h (#122027)Michael Jones
2024-02-06[libc] Move libc_errno inside of LIBC_NAMESPACE (#80774)michaelrj-google
2024-01-26[libc][NFC] Use specific ASSERT macros to test errno (#79573)Guillaume Chatelet
2024-01-24[libc] Add C23 limits.h header. (#78887)lntue
2023-09-26[libc] Mass replace enclosing namespace (#67032)Guillaume Chatelet
2023-09-07[libc] Fix gmtime test on systems with sizeof(time_t) == 4 (#65388)Mikhail 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-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-07[libc] apply new lint rulesMichael Jones
2021-03-16This introduces gmtime to LLVM libc, based on C99/C2X/Single Unix Spec.Raman Tenneti