summaryrefslogtreecommitdiff
path: root/libc/src/time/CMakeLists.txt
AgeCommit message (Expand)Author
2025-11-11[libc][POSIX] Add clock_settime() function for Linux (#161729)Anton Shepelev
2025-09-03[libc] implement template functions for localtime (#110363)Zishan Mirza
2025-07-23[libc][NFC] Add stdint.h proxy header to fix dependency issue with <stdint.h>...lntue
2025-02-21[libc] Add strftime_l (#127767)Petr Hosek
2025-02-19Revert "[libc] Add strftime_l" (#127766)Petr Hosek
2025-02-18[libc] Add strftime_l (#127708)Petr Hosek
2025-02-14[libc] Implement strftime (#122556)Michael Jones
2025-02-11[libc] create TimeReader to look at a struct tm (#126138)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-01-24[libc] Add C23 limits.h header. (#78887)lntue
2023-09-08[libc] Unify gettime implementations (#65383)Mikhail R. Gadelha
2023-08-30[libc] Implement the 'nanosleep' function on the GPUJoseph Huber
2023-03-02[libc][NFC] Switch use of errno in src/time and test/src/time to libc_errno.Raman Tenneti
2022-11-11[libc] Implement gettimeofdayRaman Tenneti
2022-10-25[libc] Add Linux implementations of time and clock functions.Siva Chandra Reddy
2022-10-24[libc] Add implementation of difftime function.Raman Tenneti
2022-09-29[libc] add clock_gettimeMichael Jones
2022-09-24Implement nanosleep per https://pubs.opengroup.org/onlinepubs/009695399/based...Raman Tenneti
2022-03-04[libc] Make the errno macro resolve to the thread local variable directly.Siva Chandra Reddy
2021-05-03[libc] Introduce asctime, asctime_r to LLVM libcRaman Tenneti
2021-03-22[libc] Introduces gmtime_r to LLVM libc, based on C99/C2X/Single Unix Sp.Raman 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
2020-11-30Initial commit of mktime.Raman Tenneti