COMMITS
/ lib/std/Build/Module.zig January 30, 2025
G
std.Build: Add option to specify language of CSourceFiles
GalaxyShard committed
December 11, 2024
M
std.Build: simplify module dependency handling
mlugg committed
June 18, 2024
November 13, 2024
A
compiler: Improve the handling of unwind table levels.
Alex Rønne Petersen committed
October 8, 2024
A
std.Target: Move isLib{C,Cxx}LibName() to std.zig.target.
Alex Rønne Petersen committed
A
std.Target: Rename is_lib{c,cxx}_lib_name() to isLib{C,Cxx}LibName().
Alex Rønne Petersen committed
July 29, 2024
D
replace TranslateC.addIncludeDir with variants with LazyPath/library names
dave caruso committed
July 22, 2024
A
add the build system API for enabling fuzzing
Andrew Kelley committed
July 5, 2024
A
build system: add docs to LinkSystemLibraryOptions
Andrew Kelley committed
July 2, 2024
J
build: fix WriteFile and addCSourceFiles not adding LazyPath deps
Jonathan Marler committed
May 4, 2024
J
Build: cleanup
Jacob Young committed
May 3, 2024
R
Build system: Allow specifying Win32 resource include paths using LazyPath
Ryan Liptak committed
April 11, 2024
A
remove deprecated LazyPath.path union tag
Andrew Kelley committed
April 8, 2024
A
std.Build: fix regression in Step.ConfigHeader
Andrew Kelley committed
April 7, 2024
C
std.Build: Remove unused `c_std` field
Carl Åstholm committed
March 3, 2024
C
Create an include tree of installed headers for dependent modules
Carl Åstholm committed
D
make `addCSourceFiles` assert `options.files` are relative
David Rubin committed
March 2, 2024
C
std.Build: correct behavior of `Step.Compile.installHeader`
Carl Åstholm committed
February 19, 2024
T
std.builtin: make link mode fields lowercase
Tristan Ross committed
February 24, 2024
D
change `addCSourceFiles` to use `LazyPath` instead `Dependency` (#19017)
David Rubin committed
January 19, 2024
A
zig build: add doc comments for functions related to options
Andrew Kelley committed
January 4, 2024
A
build system: fix missing step dependencies on lib
Andrew Kelley committed
December 28, 2023
A
std.Build.Module: default CSourceFile flags to empty list
Andrew Kelley committed
December 10, 2023
A
WIP: move many global settings to become per-Module
Andrew Kelley committed
December 5, 2023
A
std.Build.ResolvedTarget: rename target field to result
Andrew Kelley committed
A
std.Target.Query: remove deprecated API
Andrew Kelley committed
December 4, 2023
A
std.Target: add DynamicLinker
Andrew Kelley committed
December 3, 2023
A
fix linker test regressions
Andrew Kelley committed
A
spelling fixes
Andrew Kelley committed
A
zig build system: change target, compilation, and module APIs
Andrew Kelley committed
November 29, 2023
A
introduce std.Build.Module and extract some logic into it
Andrew Kelley committed