aboutsummaryrefslogtreecommitdiff
path: root/libc/test/src/time
AgeCommit message (Expand)AuthorFilesLines
2025-11-11[libc][POSIX] Add clock_settime() function for Linux (#161729)Anton Shepelev2-0/+69
2025-10-30[libc] Fix strftime_test (#165770)Michael Jones1-4/+5
2025-10-30[libc] Fix off by one error in strftime (#165711)Marcell Leleszi1-0/+20
2025-10-22Revert "[libc] Add -Werror for libc tests" (#164684)lntue2-37/+26
2025-10-22[libc] Add -Werror for libc tests (#160413)Vinay Deshmukh2-26/+37
2025-09-10[libc] Migrate some test/src/time tests to ErrnoCheckingTest. (#157960)Alexey Samsonov8-48/+64
2025-09-03[libc] implement template functions for localtime (#110363)Zishan Mirza3-0/+180
2025-08-11[libc] Disable LlvmLibcTimespecGet.Monotonic for baremetal targets (#152290)William Huynh1-0/+3
2025-06-11[libc] Move libc_errno.h to libc/src/__support and make LIBC_ERRNO_MODE_SYSTE...lntue6-8/+8
2025-04-04[libc][NFC] replace NULL with nullptr (#134464)Michael Jones1-4/+4
2025-03-28[libc] Enable 'mktime' for the GPU (#133437)Joseph Huber2-1/+5
2025-03-14[libc] Fix implicit conversion warnings in tests. (#131362)lntue1-36/+34
2025-02-14[libc] Implement strftime (#122556)Michael Jones2-0/+2341
2025-01-08[libc][NFC] Cleanup time.h (#122027)Michael Jones13-399/+546
2024-12-09[libc][time][windows] implement clock_getres (#118931)Schrodinger ZHU Yifan2-1/+66
2024-12-05Reapply "[libc][windows] start time API implementation (#117775)" (#118886)Schrodinger ZHU Yifan2-3/+1
2024-12-05Revert "[libc][windows] start time API implementation (#117775)"Joseph Huber2-1/+3
2024-12-05[libc][windows] start time API implementation (#117775)Schrodinger ZHU Yifan2-3/+1
2024-12-02[libc] Implement `timespec_get` (#116102)Petr Hosek2-0/+56
2024-09-16[libc][c11] implement ctime (#107285)Зишан Мирза3-0/+136
2024-08-06[libc] Fix overflow check for 32-bit mktime. (#101993)Simon Tatham1-16/+109
2024-07-16[libc] Implement `clock_gettime` for the monotonic clock on the GPU (#99067)Joseph Huber2-3/+10
2024-07-12[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (#98597)Petr Hosek2-4/+6
2024-07-12Revert "[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration...Mehdi Amini2-6/+4
2024-07-11[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (#98075)Petr Hosek2-4/+6
2024-02-28[libc] fix clang-tidy llvm-header-guard warnings (#82679)Nick Desaulniers1-3/+3
2024-02-27[libc] Re-Enable GPU tests and fix math exception handling (#83172)Joseph Huber1-15/+11
2024-02-06[libc] Move libc_errno inside of LIBC_NAMESPACE (#80774)michaelrj-google2-2/+2
2024-02-01[libc] Update libc_errno to work correctly in both overlay and full build mod...lntue2-9/+9
2024-01-26[libc][NFC] Use specific ASSERT macros to test errno (#79573)Guillaume Chatelet2-3/+3
2024-01-24[libc] Add C23 limits.h header. (#78887)lntue5-6/+4
2024-01-18[libc][NFC] Introduce a Sign type for FPBits (#78500)Guillaume Chatelet1-1/+1
2024-01-04[libc][NFC] Simplify `FPBits` (#76835)Guillaume Chatelet1-1/+1
2023-10-20[libc][NFC] Attempt to deflake gettimeofday_test. (#69719)lntue2-32/+2
2023-10-19[libc][NFC] Forcing data type in gettimeofday_test when comparing the diff. (...lntue1-6/+6
2023-10-02[libc][NFC] Fix missing field 'tm_isdst' initializer warning (#67837)Mikhail R. Gadelha2-40/+57
2023-09-26[libc] Mass replace enclosing namespace (#67032)Guillaume Chatelet13-89/+89
2023-09-07[libc] Fix gmtime test on systems with sizeof(time_t) == 4 (#65388)Mikhail R. Gadelha1-0/+2
2023-09-06[libc] Fix failing mktime test case in 32-bit systems (#65390)Mikhail R. Gadelha1-12/+6
2023-09-06[libc] Fix test passing negative value in timespec passed to nanosleep (#65346)Mikhail R. Gadelha1-1/+1
2023-09-06[libc] Fix call to clock_gettime (#65166)Mikhail R. Gadelha1-3/+3
2023-08-30[libc] Fix running the 'nanosleep' test on unsupported architecturesJoseph Huber1-11/+15
2023-08-30[libc] Implement the 'nanosleep' function on the GPUJoseph Huber1-6/+1
2023-08-30[libc] Fix 'clock()' testing on the GPUJoseph Huber1-1/+1
2023-08-30[libc] Fix test case that expects time_t to be a 32-bit typeMikhail R. Gadelha1-1/+1
2023-06-10[libc][NFC] Clean up matchers namespaceGuillaume Chatelet1-16/+13
2023-05-26[libc] Make ErrnoSetterMatcher handle logging floating point values.Siva Chandra Reddy5-5/+5
2023-04-28[libc][NFC] Start cleanup of time functionsMichael Jones1-9/+9
2023-04-24[libc] Run all unit tests, irrespective of whether they belong to a test suite.Siva Chandra Reddy1-1/+1
2023-04-21[libc] [NFC] Fixed comments formatting style.Raman Tenneti2-4/+2