aboutsummaryrefslogtreecommitdiff
path: root/lib/std/Build.zig
AgeCommit message (Expand)Author
2024-06-21std.Build.findProgram(): Try with and without the Windows executable extensions.Alex Rønne Petersen
2024-06-20std: mark Build.args as constAlex Kladov
2024-06-16std.Build: Add Step.Fail and addFail() function.Alex Rønne Petersen
2024-06-09build: inherit setExecCmd from test compile steps when creating run stepsRobin Voetter
2024-06-08std.Build: remove deprecated b.host in favor of b.graph.host (#20237)Krzysztof Wolicki
2024-06-06Add support for []enum in Build.optionMaciej 'vesim' Kuliński
2024-05-27update the codebase for the new std.Progress APIAndrew Kelley
2024-05-26std: restructure child process namespaceAndrew Kelley
2024-05-05Run: add output directory argumentsJacob Young
2024-05-05Build: cleanupJacob Young
2024-04-18Merge pull request #19689 from nektro/nektro-patch-29794Andrew Kelley
2024-04-18std: fix and add test for Build.dependencyFromBuildZigMeghan Denny
2024-04-18std.Build: revert --host-target, --host-cpu, --host-dynamic-linkerAndrew Kelley
2024-04-11std.Build: revert the breaking changes onlyAndrew Kelley
2024-04-11remove deprecated LazyPath.path union tagAndrew Kelley
2024-04-10introduce std.Build.path; deprecate LazyPath.relativeAndrew Kelley
2024-04-07Merge pull request #18590 from castholm/move-standalone-test-casesAndrew Kelley
2024-04-07Make `std.Build.dependencyInner` privateCarl Åstholm
2024-04-07Remove `std.Build.anonymousDependency`Carl Åstholm
2024-04-07std.Build: Remove unused `c_std` fieldCarl Åstholm
2024-04-07std.Build: add dependencyFromBuildZigCarl Åstholm
2024-04-07Merge pull request #18988 from castholm/lazy-build-zigAndrew Kelley
2024-04-07Document added/updated functionsCarl Åstholm
2024-04-07Update `addInstallHeaderFile` to take a `LazyPath`Carl Åstholm
2024-04-07std.Build: add `lazyImport` (`@import` for lazy dependencies)Carl Åstholm
2024-03-30Update uses of `@fieldParentPtr` to use RLSJacob Young
2024-03-30Update uses of `@fieldParentPtr` to pass a pointer typeJacob Young
2024-03-21std.Build.addTest: add doc commentsAndrew Kelley
2024-03-11std.builtin: make link mode fields lowercaseTristan Ross
2024-02-25test: rework how filtering worksJacob Young
2024-02-15std.Build: fix wrong variable used in `parseTargetQuery`tjog
2024-02-02std.Build: use a runtime panic for wrong dependency APIAndrew Kelley
2024-02-02build system: implement lazy dependencies, part 1Andrew Kelley
2024-02-02std.Build: make systemIntegrationOption take a defaultAndrew Kelley
2024-02-02build system: implement --system [dir]Andrew Kelley
2024-02-02build system: implement --release[=mode]Andrew Kelley
2024-02-02std.Build.resolveTargetQuery: fix ignoring ofmt for nativeAndrew Kelley
2024-02-02std.Build: make system library integrations more generalAndrew Kelley
2024-02-02std.Build: revert moving some fields to GraphAndrew Kelley
2024-02-02std.Build: implement --host-target, --host-cpu, --host-dynamic-linkerAndrew Kelley
2024-02-02build system: introduce system library integrationAndrew Kelley
2024-01-18zig build: add doc comments for functions related to optionsAndrew Kelley
2024-01-16Build: add namedWriteFiles to BuildLoris Cro
2024-01-06std.Build: pass code model in various compile stepsTristan Ross
2024-01-04build/LazyPath: Add dirname (#18371)Abhinav Gupta
2024-01-03Fix std.Build.findProgramKrzysztof Wolicki
2024-01-02Merge pull request #18160 from ziglang/std-build-moduleAndrew Kelley
2024-01-02add support for lists when parsing user argssammy j
2024-01-01std.Build: add error_tracing field to addExecutable and friendsAndrew Kelley
2024-01-01std.Build.ResolvedTarget: rename target field to resultAndrew Kelley