aboutsummaryrefslogtreecommitdiff
path: root/lib/std/Build/Module.zig
AgeCommit message (Expand)Author
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