Header paths for b.systemIntegrationOption and translate c
|
|
0
|
44
|
October 11, 2024
|
Coremark for zig
|
|
0
|
113
|
October 9, 2024
|
Parameter passing
|
|
28
|
280
|
October 7, 2024
|
Wrapping C callbacks where the C callback has no extra "opaque/context" void* parameter
|
|
8
|
169
|
October 4, 2024
|
Testing cstrings returned from C code
|
|
4
|
84
|
October 1, 2024
|
Xtxf: binary matrix
|
|
1
|
192
|
September 23, 2024
|
Build.zig guide for static libraries created in C
|
|
8
|
177
|
September 21, 2024
|
Would compiling or importing raw C-libraries perform any better under Zig?
|
|
4
|
323
|
September 19, 2024
|
Compiling and linking against glfw+glew
|
|
3
|
75
|
September 12, 2024
|
Creating opaque extern struct for C structs
|
|
2
|
134
|
September 11, 2024
|
@cImport: pub const vs pub usingnamespace?
|
|
2
|
75
|
September 5, 2024
|
Troubleshooting for linking with pre-built static libraries
|
|
3
|
84
|
August 31, 2024
|
Inconsistent C translated type among msvc and gnu abi?
|
|
1
|
61
|
August 31, 2024
|
Learning C interop and low-level concepts coming from high-level language background
|
|
3
|
128
|
August 30, 2024
|
Free [*:0]const u8 using std.mem.Allocator.free?
|
|
7
|
127
|
August 29, 2024
|
Size of std.c.pthread_mutex_t
|
|
4
|
126
|
August 28, 2024
|
Using static libraries
|
|
3
|
166
|
August 21, 2024
|
How to enable cross compiling for the 1750A CPU located on a Spacecraft?
|
|
3
|
95
|
August 15, 2024
|
How to get the screen buffer from the Raylib image to be able to draw pixels and "push it" to the window?
|
|
10
|
182
|
August 14, 2024
|
Recommended ways of handling errors across TU boundaries
|
|
9
|
83
|
August 12, 2024
|
In need of Parquet Arrow Decompression
|
|
1
|
137
|
August 9, 2024
|
Pointer becomes 0 when passed to C functions
|
|
6
|
164
|
August 5, 2024
|
Does cImport really work at the file level?
|
|
1
|
119
|
August 4, 2024
|
Unable to cast pointer to opaque
|
|
2
|
61
|
August 3, 2024
|
Comptime number of bits for u(N) integer
|
|
2
|
74
|
July 31, 2024
|
C Macro Reflection in Zig / Zig Has Better C Interop Than C Itself
|
|
1
|
194
|
July 31, 2024
|
Why doesn't Zig optimize this, whereas the C compiler does?
|
|
13
|
389
|
July 30, 2024
|
How to compare c_short and c_int?
|
|
2
|
118
|
July 28, 2024
|
Zig cc to compile Kitty term targeting glibc version 2.17 -- issue building GLFW dependency
|
|
3
|
88
|
July 26, 2024
|
Zig allocators in C (educational)
|
|
0
|
163
|
July 26, 2024
|