Logo
Explore Help
Sign In
mirror/zig
1
0
Fork 0
You've already forked zig
mirror of https://github.com/ziglang/zig.git synced 2025-12-06 14:23:09 +00:00
Code Issues Packages Projects Releases Wiki Activity
zig/lib/std/Build/Step
History
Andrew Kelley 629f0d23b5
Merge pull request #15579 from squeek502/mem-delimiters
Split `std.mem.split` and `tokenize` into `sequence`, `any`, and `scalar` versions
2023-06-03 13:51:02 -07:00
..
CheckFile.zig
std.Build: use Step.* instead of *Step
2023-05-03 20:55:29 -07:00
CheckObject.zig
Update all std.mem.tokenize calls to their appropriate function
2023-05-13 13:45:04 -07:00
Compile.zig
Merge pull request #15579 from squeek502/mem-delimiters
2023-06-03 13:51:02 -07:00
ConfigHeader.zig
Update all std.mem.split calls to their appropriate function
2023-05-13 13:45:05 -07:00
Fmt.zig
std.Build: use Step.* instead of *Step
2023-05-03 20:55:29 -07:00
InstallArtifact.zig
std.Build: use Step.* instead of *Step
2023-05-03 20:55:29 -07:00
InstallDir.zig
std.fs.file: Rename File.Kind enum values to snake case
2023-05-25 20:17:07 +01:00
InstallFile.zig
std.Build: use Step.* instead of *Step
2023-05-03 20:55:29 -07:00
ObjCopy.zig
std.Build: use Step.* instead of *Step
2023-05-03 20:55:29 -07:00
Options.zig
std.Build: use Step.* instead of *Step
2023-05-03 20:55:29 -07:00
RemoveDir.zig
std.Build: use Step.* instead of *Step
2023-05-03 20:55:29 -07:00
Run.zig
fix 'zig build test' crashing with no tests
2023-05-10 00:43:45 -07:00
TranslateC.zig
std.Build: use Step.* instead of *Step
2023-05-03 20:55:29 -07:00
WriteFile.zig
Fixes WriteFile.getFileSource failure on Windows (#15730)
2023-05-24 14:26:07 -07:00