aboutsummaryrefslogtreecommitdiff
path: root/lib/std/Build
AgeCommit message (Expand)Author
2024-02-25test: rework how filtering worksJacob Young
2024-02-24Fix handling of Windows (WTF-16) and WASI (UTF-8) pathsRyan Liptak
2024-02-24change `addCSourceFiles` to use `LazyPath` instead `Dependency` (#19017)David Rubin
2024-02-09Merge pull request #18712 from Vexu/std.optionsAndrew Kelley
2024-02-04Merge pull request #18801 from jacobly0/fix-cache-retryAndrew Kelley
2024-02-04Cache: fix logic for retrying cache hitsJacob Young
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-02cli+build: handle -ObjC flag and route it to MachO linkerJakub Konka
2024-02-01remove std.io.ModeVeikka Tuominen
2024-01-31std.Build.Step.TranslateC: fix use of outdated Module in createModuleGustavo C. Viegas
2024-01-29Apply cflags from pkg-config to all dependent modulesIan Johnson
2024-01-26Get rid of direct dependency on std.fmtMrDmitry
2024-01-26Minor formatting, removed duplicate test caseMrDmitry
2024-01-26Add escaped character processingMrDmitry
2024-01-26Rewrite replace_variables with CMake-specific versionMrDmitry
2024-01-26align naming and fix module creation from TranslateCTobias Simetsreiter
2024-01-21Fix last_index after variable substitutionMrDmitry
2024-01-19std.Build.Compile: handle modules sans root source filesAndrew Kelley
2024-01-18zig build: add doc comments for functions related to optionsAndrew Kelley
2024-01-15Allow multiple options using the same enum typeKrzysztof Wolicki
2024-01-14std/Build/Step/Compile: do not propagate deps of complex addObject stepJakub Konka
2024-01-13Expose `-f(no-)formatted-panics` to the build system (again)Carl Åstholm
2024-01-10zig build: handle stderr more elegantlyAndrew Kelley
2024-01-09Add support for `--(no-)undefined-version`dhash
2024-01-09Merge pull request #18491 from ziglang/fix-mod-link-obj-pathAndrew Kelley
2024-01-08std.Build.Step.Compile: fix link object pathsAndrew Kelley
2024-01-09Build: Use `LazyPath` for version scriptsCarl Åstholm
2024-01-04build/LazyPath: Add dirname (#18371)Abhinav Gupta
2024-01-04build system: fix missing step dependencies on libAndrew Kelley
2024-01-03Merge pull request #18262 from ziglang/fix-18259Andrew Kelley
2024-01-02std.Build.Step.Compile: fix passing wrong Builder to getPathAndrew Kelley
2024-01-02std.Build.Step.Run: fix depfile supportLoris Cro
2024-01-01CLI: introduce global -I args for C include pathsAndrew Kelley
2024-01-01std.Build.Step.Compile: fix search prefix loweringAndrew Kelley
2024-01-01std.Build.Module: default CSourceFile flags to empty listAndrew Kelley
2024-01-01std.Build.Step.Compile: support modules with different argsAndrew Kelley
2024-01-01std.Build.Step.Options: update unit test to new APIAndrew Kelley
2024-01-01std.Build.Step.Compile: restore previous step nameAndrew Kelley
2024-01-01WIP: move many global settings to become per-ModuleAndrew Kelley
2024-01-01std.Build.ResolvedTarget: rename target field to resultAndrew Kelley
2024-01-01std.Target.Query: remove deprecated APIAndrew Kelley
2024-01-01std.Target: add DynamicLinkerAndrew Kelley
2024-01-01rename std.zig.CrossTarget to std.Target.QueryAndrew Kelley
2024-01-01fix infinite loop in Run stepAndrew Kelley
2024-01-01fix linker test regressionsAndrew Kelley
2024-01-01fix std lib testsAndrew Kelley
2024-01-01spelling fixesAndrew Kelley
2024-01-01zig build system: change target, compilation, and module APIsAndrew Kelley
2024-01-01zig build system: remove vcpkg integrationAndrew Kelley