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-11 00:33:08 +00:00
Code Issues Packages Projects Releases Wiki Activity
zig/lib/std/build
History
daurnimator 1ca5f06762
Update callers of fs.makePath
2020-03-03 13:25:43 -05:00
..
check_file.zig
rework and improve some of the zig build steps
2020-01-05 02:19:22 -05:00
emit_raw.zig
Add InstallRawStep to Zig build system that does a similar job to llvm-objcopy. To use it, do 'exe.installRaw("kernel.bin");' where exe is a LibExeObjStep
2020-02-03 15:07:34 -05:00
fmt.zig
mv std/ lib/
2019-09-25 23:35:41 -04:00
run.zig
introduce operating system version ranges as part of the target
2020-02-28 14:51:53 -05:00
translate_c.zig
separate std.Target and std.zig.CrossTarget
2020-02-28 14:51:54 -05:00
write_file.zig
Update callers of fs.makePath
2020-03-03 13:25:43 -05:00