-
Is there any desire to support allocator customization? I could imagine two uses cases:
1. running in a freestanding where the default allocator is not available. `pmr` could be used as a replacement…
-
[P0829](https://wg21.link/P0829) proposes to update the requirements for freestanding implmentations of the C++ standard, with notably a plea to make most of the header `` available to those implement…
-
This issue is a small enhancement I'd like to start some discussion on. Meson already has solid support for cross-compilation via machine files, custom standard libraries and sysroots. However there's…
-
A lot of platforms, like microsoft failed universal windows platform does not support C++ standard library correctly. Is that treated as a freestanding environment or a hosted? Or we need some new cat…
-
### Zig Version
0.12.0-dev.3498+aff71c613
### Steps to Reproduce and Observed Behavior
I built Zig and LLVM with the m68k target enabled, however Zig fails to build or even emit assembly for `m68k-…
-
It would be ideal if the UCD was published to a freestanding repository (similar to [how it is published on the FTP site](https://www.unicode.org/Public/14.0.0/)) with semvar tagging and signed releas…
-
-
Here is a proposal to make the telecoms layer more visible and useful. The proposal is based on OSM telecom infrastructure mapping in Norway, the Netherlands and France, where the mapping is quite com…
-
The reflect::library! macro currently only accepts functions as trait functions or associated functions. We'll also need to work with free functions like str::from_utf8 that are not part of a trait or…
-
after doing `w4 new --zig test` and trying `zig build -Doptimize=ReleaseSmall` I get this:
```
/home/user/my_software/test4/build.zig:8:14: error: no field named 'cpu_arch' in struct 'Build.Resolved…