summaryrefslogtreecommitdiff
path: root/libc/test/src/time
AgeCommit message (Expand)Author
2025-06-11[libc] Move libc_errno.h to libc/src/__support and make LIBC_ERRNO_MODE_SYSTE...lntue
2025-04-04[libc][NFC] replace NULL with nullptr (#134464)Michael Jones
2025-03-28[libc] Enable 'mktime' for the GPU (#133437)Joseph Huber
2025-03-14[libc] Fix implicit conversion warnings in tests. (#131362)lntue
2025-02-14[libc] Implement strftime (#122556)Michael Jones
2025-01-08[libc][NFC] Cleanup time.h (#122027)Michael Jones
2024-12-09[libc][time][windows] implement clock_getres (#118931)Schrodinger ZHU Yifan
2024-12-05Reapply "[libc][windows] start time API implementation (#117775)" (#118886)Schrodinger ZHU Yifan
2024-12-05Revert "[libc][windows] start time API implementation (#117775)"Joseph Huber
2024-12-05[libc][windows] start time API implementation (#117775)Schrodinger ZHU Yifan
2024-12-02[libc] Implement `timespec_get` (#116102)Petr Hosek
2024-09-16[libc][c11] implement ctime (#107285)Зишан Мирза
2024-08-06[libc] Fix overflow check for 32-bit mktime. (#101993)Simon Tatham
2024-07-16[libc] Implement `clock_gettime` for the monotonic clock on the GPU (#99067)Joseph Huber
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-28[libc] fix clang-tidy llvm-header-guard warnings (#82679)Nick Desaulniers
2024-02-27[libc] Re-Enable GPU tests and fix math exception handling (#83172)Joseph Huber
2024-02-06[libc] Move libc_errno inside of LIBC_NAMESPACE (#80774)michaelrj-google
2024-02-01[libc] Update libc_errno to work correctly in both overlay and full build mod...lntue
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
2024-01-18[libc][NFC] Introduce a Sign type for FPBits (#78500)Guillaume Chatelet
2024-01-04[libc][NFC] Simplify `FPBits` (#76835)Guillaume Chatelet
2023-10-20[libc][NFC] Attempt to deflake gettimeofday_test. (#69719)lntue
2023-10-19[libc][NFC] Forcing data type in gettimeofday_test when comparing the diff. (...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-07[libc] Fix gmtime test on systems with sizeof(time_t) == 4 (#65388)Mikhail R. Gadelha
2023-09-06[libc] Fix failing mktime test case in 32-bit systems (#65390)Mikhail R. Gadelha
2023-09-06[libc] Fix test passing negative value in timespec passed to nanosleep (#65346)Mikhail R. Gadelha
2023-09-06[libc] Fix call to clock_gettime (#65166)Mikhail R. Gadelha
2023-08-30[libc] Fix running the 'nanosleep' test on unsupported architecturesJoseph Huber
2023-08-30[libc] Implement the 'nanosleep' function on the GPUJoseph Huber
2023-08-30[libc] Fix 'clock()' testing on the GPUJoseph Huber
2023-08-30[libc] Fix test case that expects time_t to be a 32-bit typeMikhail R. Gadelha
2023-06-10[libc][NFC] Clean up matchers namespaceGuillaume Chatelet
2023-05-26[libc] Make ErrnoSetterMatcher handle logging floating point values.Siva Chandra Reddy
2023-04-28[libc][NFC] Start cleanup of time functionsMichael Jones
2023-04-24[libc] Run all unit tests, irrespective of whether they belong to a test suite.Siva Chandra Reddy
2023-04-21[libc] [NFC] Fixed comments formatting style.Raman Tenneti
2023-04-17[libc][NFC] Remove the StreamWrapper class and use the new test logger.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
2022-11-15[libc] cleanup changes to gettimeofday.Raman Tenneti
2022-11-11[libc] Implement gettimeofdayRaman Tenneti
2022-10-25[libc] Add Linux implementations of time and clock functions.Siva Chandra Reddy