aboutsummaryrefslogtreecommitdiff
path: root/lib/std/Build
AgeCommit message (Expand)Author
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
2024-06-08Report error on missing values for addConfigHeaderMrDmitry
2024-06-06Build system: Support Windows depfiles with unquoted, backslash escaped space...Ben Crist
2024-06-05objcopy build step: don't accept multiple sectionswooster0
2024-06-05Merge pull request #20120 from vahur/move-consts-to-rdataAndrew Kelley
2024-06-02pass `-fno-builtin` when testing `lib/c.zig`, `lib/compiler_rt.zig`Veikka Tuominen
2024-05-31std.Build.Step.Run: global lock when child inherits stderrAndrew Kelley
2024-05-28std.Build.step.Compile: Fix lib{c,cpp} mixup in dependsOnSystemLibrary()Linus Groh
2024-05-27std.Build.Step.Run: account for new environment variableAndrew Kelley
2024-05-27std.Build.Step.Run: don't create empty progress nodeAndrew Kelley
2024-05-27std.Build.Step: don't create an empty progress nodeAndrew Kelley
2024-05-27update the codebase for the new std.Progress APIAndrew Kelley
2024-05-26std: restructure child process namespaceAndrew Kelley
2024-05-24Step/CheckObject: handle stab entries when dumping MachO symtabJakub Konka
2024-05-20Build.Step.Run: fix cache management when there are side effectsJacob Young
2024-05-14Merge pull request #19958 from ziglang/macho-check-objectJakub Konka