index
:
zig
0.10.x
0.11.x
0.12.x
0.14.x
0.15.x
0.7.x
0.8.x
0.9.x
ArrayList-reserve
Io.net
aro
ast-node-methods
async-await-demo
autofix
ci-perf-comment
ci-scripts
ci-tarballs
cli
comptime-allocator
elfv2-dyn
fixes
fuzz-macos
hcs
incr-bug
io-threaded-no-queue
jobserver
json-diagnostics
llvm-ir-nosanitize-metadata
macos-debug-info
main
make-vs-configure
master
more-doctests
new-pkg-hash
powerpc64le
restricted-function-pointers
rework-comptime-mutation
sans-aro
sha1-stream
spork8
stage2-async
threadpool
threadtheft
wasm-linker-writer
wrangle-writer-buffering
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. https://ziglang.org
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
std
/
Build
/
Module.zig
Age
Commit message (
Expand
)
Author
2025-01-30
std.Build: Add option to specify language of CSourceFiles
GalaxyShard
2024-12-18
std.Build: simplify module dependency handling
mlugg
2024-12-18
std.Build.Step.Compile.Options: change `root_module` field type to `*Module`
mlugg
2024-12-18
std.Build.Step.Compile: change `root_module` field type to `*Module`
mlugg
2024-12-11
compiler: Improve the handling of unwind table levels.
Alex Rønne Petersen
2024-10-16
std.Target: Move isLib{C,Cxx}LibName() to std.zig.target.
Alex Rønne Petersen
2024-10-16
std.Target: Rename is_lib{c,cxx}_lib_name() to isLib{C,Cxx}LibName().
Alex Rønne Petersen
2024-09-25
replace TranslateC.addIncludeDir with variants with LazyPath/library names
dave caruso
2024-07-22
add the build system API for enabling fuzzing
Andrew Kelley
2024-07-05
build system: add docs to LinkSystemLibraryOptions
Andrew Kelley
2024-07-04
build: fix WriteFile and addCSourceFiles not adding LazyPath deps
Jonathan Marler
2024-05-05
Build: cleanup
Jacob Young
2024-05-02
Build system: Allow specifying Win32 resource include paths using LazyPath
Ryan Liptak
2024-04-11
remove deprecated LazyPath.path union tag
Andrew Kelley
2024-04-08
std.Build: fix regression in Step.ConfigHeader
Andrew Kelley
2024-04-07
std.Build: Remove unused `c_std` field
Carl Åstholm
2024-04-07
Create an include tree of installed headers for dependent modules
Carl Åstholm
2024-04-07
std.Build: correct behavior of `Step.Compile.installHeader`
Carl Åstholm
2024-03-26
make `addCSourceFiles` assert `options.files` are relative
David Rubin
2024-03-11
std.builtin: make link mode fields lowercase
Tristan Ross
2024-02-24
change `addCSourceFiles` to use `LazyPath` instead `Dependency` (#19017)
David Rubin
2024-01-18
zig build: add doc comments for functions related to options
Andrew Kelley
2024-01-04
build system: fix missing step dependencies on lib
Andrew Kelley
2024-01-01
std.Build.Module: default CSourceFile flags to empty list
Andrew Kelley
2024-01-01
WIP: move many global settings to become per-Module
Andrew Kelley
2024-01-01
std.Build.ResolvedTarget: rename target field to result
Andrew Kelley
2024-01-01
std.Target.Query: remove deprecated API
Andrew Kelley
2024-01-01
std.Target: add DynamicLinker
Andrew Kelley
2024-01-01
fix linker test regressions
Andrew Kelley
2024-01-01
spelling fixes
Andrew Kelley
2024-01-01
zig build system: change target, compilation, and module APIs
Andrew Kelley
2024-01-01
introduce std.Build.Module and extract some logic into it
Andrew Kelley