zig/lib/std/Build/Step
Andrew Kelley eae6d45cde CLI: introduce global -I args for C include paths
This isn't technically needed since per-module -I args can suffice, but
this can produce very long CLI invocations when several --mod args are
combined with --search-prefix args since the -I args have to be repeated
for each module.

This is a partial revert of ecbe8bbf2df2ed4d473efbc32e0b6d7091fba76f.
2024-01-01 19:49:08 -07:00
..
CheckFile.zig 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
CheckObject.zig zig build system: change target, compilation, and module APIs 2024-01-01 17:51:18 -07:00
Compile.zig CLI: introduce global -I args for C include paths 2024-01-01 19:49:08 -07:00
ConfigHeader.zig zig build system: change target, compilation, and module APIs 2024-01-01 17:51:18 -07:00
Fmt.zig
InstallArtifact.zig zig build system: change target, compilation, and module APIs 2024-01-01 17:51:18 -07:00
InstallDir.zig update for the std.fs.Dir changes 2023-11-22 15:24:57 -07:00
InstallFile.zig 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
ObjCopy.zig build/ObjCopy: strip debug info to a separate elf file. 2023-08-12 09:54:35 +02:00
Options.zig std.Build.Step.Options: update unit test to new API 2024-01-01 17:51:20 -07:00
RemoveDir.zig std.Build: use create() instead of init() for Step.RemoveDir 2023-10-21 17:48:25 +03:00
Run.zig std.Build.ResolvedTarget: rename target field to result 2024-01-01 17:51:18 -07:00
TranslateC.zig zig build system: change target, compilation, and module APIs 2024-01-01 17:51:18 -07:00
WriteFile.zig zig build system: change target, compilation, and module APIs 2024-01-01 17:51:18 -07:00