aboutsummaryrefslogtreecommitdiff
path: root/lib/std/Build/Module.zig
AgeCommit message (Expand)Author
2024-07-05build system: add docs to LinkSystemLibraryOptionsAndrew Kelley
2024-07-04build: fix WriteFile and addCSourceFiles not adding LazyPath depsJonathan Marler
2024-05-05Build: cleanupJacob Young
2024-05-02Build system: Allow specifying Win32 resource include paths using LazyPathRyan Liptak
2024-04-11remove deprecated LazyPath.path union tagAndrew Kelley
2024-04-08std.Build: fix regression in Step.ConfigHeaderAndrew Kelley
2024-04-07std.Build: Remove unused `c_std` fieldCarl Åstholm
2024-04-07Create an include tree of installed headers for dependent modulesCarl Åstholm
2024-04-07std.Build: correct behavior of `Step.Compile.installHeader`Carl Åstholm
2024-03-26make `addCSourceFiles` assert `options.files` are relativeDavid Rubin
2024-03-11std.builtin: make link mode fields lowercaseTristan Ross
2024-02-24change `addCSourceFiles` to use `LazyPath` instead `Dependency` (#19017)David Rubin
2024-01-18zig build: add doc comments for functions related to optionsAndrew Kelley
2024-01-04build system: fix missing step dependencies on libAndrew Kelley
2024-01-01std.Build.Module: default CSourceFile flags to empty listAndrew 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-01fix linker test regressionsAndrew Kelley
2024-01-01spelling fixesAndrew Kelley
2024-01-01zig build system: change target, compilation, and module APIsAndrew Kelley
2024-01-01introduce std.Build.Module and extract some logic into itAndrew Kelley