| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2024-01-11 | std: begin moving platform support modules into `pal` | joboet | -106/+0 | |
| 2023-08-26 | wasi: round up the size for `aligned_alloc` | Josh Stone | -1/+5 | |
| C11 `aligned_alloc` requires that the size be a multiple of the alignment. This is enforced in the wasi-libc emmalloc implementation, which always returns NULL if the size is not a multiple. (The default `MALLOC_IMPL=dlmalloc` does not currently check this.) | ||||
| 2023-05-07 | PS Vita std support | Nikolay Arhipov | -1/+2 | |
| 2022-06-13 | Horizon OS STD support | Meziu | -1/+2 | |
| Co-authored-by: Ian Chamberlain <ian.h.chamberlain@gmail.com> Co-authored-by: Mark Drobnak <mark.drobnak@gmail.com> | ||||
| 2021-08-10 | STD support for the ESP-IDF framework | ivmarkov | -1/+2 | |
| 2021-04-14 | Move `std::sys_common::alloc` to `std::sys::common` | Christiaan Dirkx | -1/+1 | |
| 2020-09-15 | Consolidate wasi alloc with unix alloc. | Eric Huss | -42/+44 | |
| 2020-07-27 | mv std libs to library/ | mark | -0/+97 | |
