Felix (xq) Queißner
ce95a3b153
Build.zig rename orgy (aka: #16353 ). Renames FileSource to LazyPath and removes functions that take literal paths instead of LazyPath.
2023-07-30 11:18:50 -07:00
mlugg
f26dda2117
all: migrate code to new cast builtin syntax
...
Most of this migration was performed automatically with `zig fmt`. There
were a few exceptions which I had to manually fix:
* `@alignCast` and `@addrSpaceCast` cannot be automatically rewritten
* `@truncate`'s fixup is incorrect for vectors
* Test cases are not formatted, and their error locations change
2023-06-24 16:56:39 -07:00
Andrew Kelley
5c913fb2bc
disable failing standalone test on windows
...
See tracking issue #14800
2023-03-16 22:02:06 -07:00
Andrew Kelley
030742f1f7
re-enable standalone tests based on build.zig
2023-03-15 10:48:14 -07:00
Andrew Kelley
36e2d992dd
combine std.build and std.build.Builder into std.Build
...
I've been wanting to do this for along time.
2023-01-31 15:09:35 -07:00
Andrew Kelley
73cf7b6429
update build.zig API usage
2023-01-31 15:09:35 -07:00
Andrew Kelley
08c768ad82
pre-merge cleanups
...
* Annotate workarounds with their corresponding GitHub issue links.
* Enable test coverage for LTO on Windows with the added c_compiler test.
2021-11-15 16:32:15 -07:00
xavier
353c19468d
test: add a standalone test for mixing c, zig, threadlocal and build modes.
...
based on https://github.com/ziglang/zig/issues/8531
2021-11-15 16:15:39 -07:00