Andrew Kelley
abf8955951
make zig compiler processes live across rebuilds
...
Changes the `make` function signature to take an options struct, which
additionally includes `watch: bool`. I intentionally am not exposing
this information to configure phase logic.
Also adds global zig cache to the compiler cache prefixes.
Closes #20600
2024-07-14 19:51:16 -07:00
MrDmitry
84d1580873
Report error on missing values for addConfigHeader
2024-06-08 15:18:56 -04:00
Andrew Kelley
f97c2f28fd
update the codebase for the new std.Progress API
2024-05-27 20:56:48 -07:00
Andrew Kelley
b30ad74908
remove deprecated LazyPath.path union tag
2024-04-11 14:02:47 -07:00
Jacob Young
eb723a4070
Update uses of @fieldParentPtr to use RLS
2024-03-30 20:50:48 -04:00
Jacob Young
e409afb79b
Update uses of @fieldParentPtr to pass a pointer type
2024-03-30 20:50:48 -04:00
MrDmitry
3e6f07e617
Add escaped character processing
2024-01-26 13:33:17 -05:00
MrDmitry
0307f87715
Remove unused test file
2024-01-26 13:33:17 -05:00
MrDmitry
2ce32e4497
Extend standalone tests for cmakedefine
2024-01-26 13:33:17 -05:00
MrDmitry
e72f1d5ae7
Extend test cases
...
Add tests for:
- packed neighboring variables
- separated neighboring variables
- mixed types of neighboring variables
2024-01-21 03:18:37 -05:00
Jan200101
f74285b3be
test: add standalone test for cmakedefine
2023-06-21 21:51:07 +02:00