Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2024-07-12 | [libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (#98597) | Petr Hosek | 1 | -2/+3 |
2024-07-12 | Revert "[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration... | Mehdi Amini | 1 | -3/+2 |
2024-07-11 | [libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (#98075) | Petr Hosek | 1 | -2/+3 |
2024-06-26 | [libc][docs] List `rand` and `srand` as supported on the GPU (#96757) | Joseph Huber | 1 | -1/+1 |
2024-06-26 | [libc] Make 'rand()' thread-safe using atomics instead of TLS (#96692) | Joseph Huber | 1 | -9/+4 |
2023-10-19 | [libc] Partially implement 'rand' for the GPU (#66167) | Joseph Huber | 1 | -0/+6 |
2023-09-26 | [libc] Mass replace enclosing namespace (#67032) | Guillaume Chatelet | 1 | -2/+2 |
2023-09-12 | [libc] Improve the implementation of the rand() function (#66131) | Joseph Huber | 1 | -1/+3 |
2023-05-25 | [libc] Add macro LIBC_THREAD_LOCAL. | Siva Chandra Reddy | 1 | -1/+2 |
2022-10-04 | [libc] implement basic rand and srand | Michael Jones | 1 | -0/+15 |