aboutsummaryrefslogtreecommitdiff
path: root/lib/std/Build/Step
AgeCommit message (Expand)Author
2024-07-20add std.fmt.hexAndrew 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-12update build system unit testAndrew Kelley
2024-07-12std.Build.Step.Run: support prefixed artifact argsxtex
2024-07-12std.Build.Step.ObjCopy: remove random bytes from cache hashAndrew 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-12td.Build.Step.InstallDir: leave hint for wrong cached statusAndrew Kelley
2024-07-12std.Build.Watch: introduce special file "." to watch entire dirAndrew Kelley
2024-07-12std.Build.Step.WriteFile: extract UpdateSourceFilesAndrew Kelley
2024-07-12make more build steps integrate with the watch systemAndrew Kelley
2024-07-12build runner: implement --watch (work-in-progress)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-07Step.TranslateC: fix defineCMacroKrzysztof Wolicki
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-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-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-27update the codebase for the new std.Progress APIAndrew 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
2024-05-13Step.CheckObject: support dumping raw section contents for MachOJakub Konka
2024-05-13Step.CheckObject: put MachO object parsing logic in ObjectContext wrapperJakub Konka
2024-05-11std.Build.Step.Run: add missing call to writeManifestAndrew Kelley
2024-05-05Run: add output directory argumentsJacob Young
2024-05-05Build: cleanupJacob Young
2024-05-05Run: add lazy path file inputsJacob Young
2024-05-03Rename Dir.writeFile2 -> Dir.writeFile and update all callsitesRyan Liptak
2024-05-03Delete compile errors for deprecated declsRyan Liptak
2024-05-02Build system: Allow specifying Win32 resource include paths using LazyPathRyan Liptak
2024-04-30std.Build.Step.CheckObject: fix parseDumpNamesAndrew Kelley
2024-04-22std.Build: Install Windows DLLs to `<prefix>/bin/` by defaultCarl Åstholm
2024-04-18std.Build: revert --host-target, --host-cpu, --host-dynamic-linkerAndrew Kelley