| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2024-01-11 | std: begin moving platform support modules into `pal` | joboet | -206/+0 | |
| 2023-06-21 | Finish up preliminary tvos support in libstd | Thom Chiovoloni | -0/+1 | |
| 2023-06-21 | wip: Support Apple tvOS in libstd | Thom Chiovoloni | -0/+2 | |
| 2023-02-28 | Add QNX Neutrino support to libstd | Florian Bartels | -0/+11 | |
| Co-authored-by: gh-tr <troach@qnx.com> | ||||
| 2022-12-02 | std: cleanup timeouts in pthread condvar | joboet | -63/+30 | |
| 2022-11-06 | std: remove lock wrappers in `sys_common` | joboet | -88/+91 | |
| 2022-08-11 | promote debug_assert to assert | Vincenzo Palazzo | -1/+1 | |
| Signed-off-by: Vincenzo Palazzo <vincenzopalazzodev@gmail.com> | ||||
| 2022-07-20 | Library changes for Apple WatchOS | Vladimir Michael Eatwell | -0/+4 | |
| 2022-06-13 | Use the right wait_timeout implementation | AzureMarker | -7/+7 | |
| Our condvar doesn't support setting attributes, like pthread_condattr_setclock, which the current wait_timeout expects to have configured. Switch to a different implementation, following espidf. | ||||
| 2022-06-13 | Horizon OS STD support | Meziu | -3/+8 | |
| Co-authored-by: Ian Chamberlain <ian.h.chamberlain@gmail.com> Co-authored-by: Mark Drobnak <mark.drobnak@gmail.com> | ||||
| 2022-06-03 | Lazily allocate+initialize locks. | Mara Bos | -4/+13 | |
| 2022-06-03 | Use Drop instead of destroy() for locks. | Mara Bos | -2/+9 | |
| 2022-03-21 | Move pthread locks to own module. | Mara Bos | -0/+197 | |
