aboutsummaryrefslogtreecommitdiff
path: root/lib/std/Build
AgeCommit message (Expand)Author
2024-07-20add std.fmt.hexAndrew Kelley
2024-07-14build runner: update watch caption to include subprocessesAndrew Kelley
2024-07-14build runner: handle compiler subprocess failures gracefullyAndrew Kelley
2024-07-14build system: update std.Progress.Node for long-lived childrenAndrew Kelley
2024-07-14frontend: add -fincremental, -fno-incremental flagAndrew Kelley
2024-07-14make zig compiler processes live across rebuildsAndrew Kelley
2024-07-13Compile: Pass the default --zig-lib-dir along to child processeskcbanner
2024-07-12Merge pull request #20580 from ziglang/watchAndrew Kelley
2024-07-12build runner: refactor fs watch logic for OS abstractionAndrew Kelley
2024-07-12update build system unit testAndrew Kelley
2024-07-12std.Build.Step.Run: support prefixed artifact argsxtex
2024-07-12frontend: add file system inputs for incremental cache modeAndrew Kelley
2024-07-12integrate Compile steps with file watchingAndrew Kelley
2024-07-12std.Build.Cache.Path: fix the format methodAndrew Kelley
2024-07-12std.Build.Step.ObjCopy: remove random bytes from cache hashAndrew Kelley
2024-07-12std.Build.Cache.Path: fix hash impl on windowsAndrew Kelley
2024-07-12std.Build.Step.Run: integrate with --watchAndrew Kelley
2024-07-12std.Build.Step.WriteFile: remove random bytes from cache hashAndrew Kelley
2024-07-12std.Build.Step.WriteFile: fix handling of directoriesAndrew Kelley
2024-07-12introduce std.Build.Cache.Manifest.addFilePathAndrew Kelley
2024-07-12td.Build.Step.InstallDir: leave hint for wrong cached statusAndrew Kelley
2024-07-12std.Build.Watch: add ONDIR to fanotify event maskAndrew Kelley
2024-07-12build runner: don't pass a dirfd + null to fanotify_markAndrew Kelley
2024-07-12std.Build.Watch: introduce special file "." to watch entire dirAndrew Kelley
2024-07-12std.Build.Cache.Path: fix format function for absolute pathsAndrew Kelley
2024-07-12std.Build.Step.WriteFile: extract UpdateSourceFilesAndrew Kelley
2024-07-12make more build steps integrate with the watch systemAndrew Kelley
2024-07-12std.Build.Watch: gracefully handle fanotify queue overflowAndrew Kelley
2024-07-12std.Build.Watch: make dirty steps invalidate each otherAndrew Kelley
2024-07-12build system: make debounce interval CLI-configurableAndrew Kelley
2024-07-12proof-of-concept --watch implementation based on fanotifyAndrew Kelley
2024-07-12build runner: implement --watch (work-in-progress)Andrew Kelley
2024-07-12std.Build.Cache.Path: add `subPathOpt` and `TableAdapter`Andrew Kelley
2024-07-12std.Build: remove the "push installed file" mechanismAndrew Kelley
2024-07-12build system: add --watch flag and report source file in InstallFileAndrew Kelley
2024-07-12std.Build.Cache.Path: add eql methodAndrew Kelley
2024-07-09std.fs.Dir: Rename OpenDirOptions to OpenOptions (#20542)Krzysztof Wolicki
2024-07-07Step.TranslateC: fix defineCMacroKrzysztof Wolicki
2024-07-07std.Build.Cache.Path: fix makeOpenPath signatureKrzysztof Wolicki
2024-07-05build system: add docs to LinkSystemLibraryOptionsAndrew Kelley
2024-07-04std.Build.Cache: add binToHex functionAndrew Kelley
2024-07-04build: fix WriteFile and addCSourceFiles not adding LazyPath depsJonathan Marler
2024-07-01Extract getZigArgs function in std.Build.Step.CompileSashko
2024-06-23Rename *[UI]LEB128 functions to *[UI]leb128Michael Bradshaw
2024-06-17Merge pull request #20321 from ziglang/build-system-fmtAndrew Kelley
2024-06-16std.Build: Add Step.Fail and addFail() function.Alex Rønne Petersen
2024-06-16std.Build.Step.Fmt: display non-conforming filesAndrew Kelley
2024-06-16std.Build.Step: split evalChildProcess into two functionsAndrew Kelley
2024-06-13std: Convert deprecated aliases to compile errors and fix usagesRyan Liptak
2024-06-08std.Build: remove deprecated b.host in favor of b.graph.host (#20237)Krzysztof Wolicki