zig-help

21196 threads · Page 233 of 424

ZIG trying to compile linux only code in os switch block 20 messages
Standard Library Compiler 0.12.x
Interface system 102 messages
0.12.x
Why does making main() inlined do anything? 4 messages
Answered
Creating a composition based ECS 3 messages
Answered 0.12.x
Am I allowed to free array_list.items 3 messages
Answered 0.12.x
Bulk-rename C decls that match a pattern? 3 messages
Duplicate array at comptime 18 messages
Why is this not considered const or comptime? 14 messages
Answered
Using C library in different zig files 41 messages
Answered
How to Link SDL2 in build.zig 11 messages
How to get native endianness of target? 6 messages
New User Standard Library Answered 0.12.x
question regarding linter 8 messages
Weird behavior when creating socket 10 messages
Compiler Answered 0.12.x
gzipping a folder 39 messages
Make zig compiler smaller 40 messages
Answered
Using arrays of generic structs 53 messages
0.11.x
Running tools written in Zig from build.zig without manually building it beforehand 12 messages
How to use zig-fetch with git repos 21 messages
New User 0.13.x
Setting up the vtable for an interface 5 messages
How to do system level keyboard/mouse io in Zig 17 messages
Arraylist stored in struct is pointer to const 4 messages
Answered 0.12.x
[SOLVED] x86_64 inlined asm outb to 0xe9 (QEMU debugcon) works, non-inlined does not 38 messages
Answered 0.12.x
building macos release on linux won't run on macos 11 messages
count leading zeroes / ones 6 messages
Use the type of a generic? 9 messages
0.11.x
Is there a reason for the precedence of `orelse`? 8 messages
ZLS failing with no error information in build runner, works fine when running manually. 13 messages
0.12.x
Setting `NSPrefersDisplaySafeAreaCompatibilityMode` to false on macOS 6 messages
error: comptime control flow inside runtime block 15 messages
New User 0.12.x
root struct of file 'os' has no member named 'exit' 13 messages
The Zig Way to do things 32 messages
New User
bad code generation with std.enums.EnumArray (on powerpc) 4 messages
Standard Library Compiler 0.12.x
Int to Float cast syntax 2 messages
quick & dirty module generation with zig build 4 messages
Answered 0.13.x
Allocating a matrix 62 messages
Read `build.zig` options from `zig test` 14 messages
0.12.x
Array of functions as field 19 messages
0.11.x
addModule/createModule migration to 0.12 3 messages
0.12.x
recv() calls taking up to 0.1ms to complete 5 messages
problem with testing via build not seeing stuff from modules 2 messages
0.11.x
casting i32 to u32 and default to 0 4 messages
What's wrong with the way I am trying to initialize this matrix? 5 messages
Strange defer behaviour 8 messages
pointer type '*usize' requires aligned address 15 messages
How can I link with libc while using the zig backend? 27 messages
About i32 convert usize type how to do better? 3 messages
Indexing not allowed at comptime? 12 messages
socket 16 messages
Zig dependencies question 2 messages
LinkedList leaking memory when running test 6 messages
New User