zig/lib/std/Build/Step
Andrew Kelley 728ce2d7c1 tweaks to --build-id
* build.zig: the result of b.option() can be assigned directly in many
   cases thanks to the return type being an optional
 * std.Build: make the build system aware of the
   std.Build.Step.Compile.BuildId type when used as an option.
   - remove extraneous newlines in error logs
 * simplify caching logic
 * simplify hexstring parsing tests and use a doc test
 * simplify hashing logic. don't use an optional when the `none` tag
   already provides this meaning.
 * CLI: fix incorrect linker arg parsing
2023-05-16 20:39:01 -07:00
..
CheckFile.zig
CheckObject.zig
Compile.zig tweaks to --build-id 2023-05-16 20:39:01 -07:00
ConfigHeader.zig std.Build: support #cmakedefine01 pattern 2023-05-10 16:10:03 +03:00
Fmt.zig
InstallArtifact.zig
InstallDir.zig
InstallFile.zig
ObjCopy.zig
Options.zig
RemoveDir.zig
Run.zig fix 'zig build test' crashing with no tests 2023-05-10 00:43:45 -07:00
TranslateC.zig
WriteFile.zig