Andrew Kelley
f97c2f28fd
update the codebase for the new std.Progress API
2024-05-27 20:56:48 -07:00
Jacob Young
e3424332d3
Build: cleanup
...
* `doc/langref` formatting
* upgrade `.{ .path = "..." }` to `b.path("...")`
* avoid using arguments named `self`
* make `Build.Step.Id` usage more consistent
* add `Build.pathResolve`
* use `pathJoin` and `pathResolve` everywhere
* make sure `Build.LazyPath.getPath2` returns an absolute path
2024-05-05 09:42:51 -04:00
Carl Åstholm
ff0bec60b7
Remove dest_builder field from InstallDir/File
...
This is no longer needed after the installed headers refactoring.
2024-04-07 15:34:46 +02: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
Andrew Kelley
e357550610
update for the std.fs.Dir changes
2023-11-22 15:24:57 -07:00
Krzysztof Wolicki
19a82ffdba
Add include_extensions to InstallDir Options ( #17300 )
...
closes #16687
2023-09-29 18:50:37 -04:00
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
Ian Johnson
bbda053f9e
Build: make InstallDirStep use a FileSource
...
Closes #16187
2023-06-26 15:59:53 -07:00
Linus Groh
4159add4ab
std.fs.file: Rename File.Kind enum values to snake case
2023-05-25 20:17:07 +01:00
Nicolas Sterchele
13eb7251d3
build: rename std.Build.*Step to std.Build.Step.*
...
Follow-up actions from #14647
Fixes #14947
2023-05-03 08:39:24 +03:00