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
/
Step
/
Compile.zig
Age
Commit message (
Expand
)
Author
2024-03-11
std.builtin: make link mode fields lowercase
Tristan Ross
2024-03-06
feat: add support for --enable-new-dtags and --disable-new-dtags
Dillen Meijboom
2024-02-25
test: rework how filtering works
Jacob Young
2024-02-24
change `addCSourceFiles` to use `LazyPath` instead `Dependency` (#19017)
David Rubin
2024-02-09
Merge pull request #18712 from Vexu/std.options
Andrew Kelley
2024-02-02
std.Build: implement --host-target, --host-cpu, --host-dynamic-linker
Andrew Kelley
2024-02-02
cli+build: handle -ObjC flag and route it to MachO linker
Jakub Konka
2024-02-01
remove std.io.Mode
Veikka Tuominen
2024-01-29
Apply cflags from pkg-config to all dependent modules
Ian Johnson
2024-01-19
std.Build.Compile: handle modules sans root source files
Andrew Kelley
2024-01-14
std/Build/Step/Compile: do not propagate deps of complex addObject step
Jakub Konka
2024-01-13
Expose `-f(no-)formatted-panics` to the build system (again)
Carl Åstholm
2024-01-09
Add support for `--(no-)undefined-version`
dhash
2024-01-09
Merge pull request #18491 from ziglang/fix-mod-link-obj-path
Andrew Kelley
2024-01-08
std.Build.Step.Compile: fix link object paths
Andrew Kelley
2024-01-09
Build: Use `LazyPath` for version scripts
Carl Åstholm
2024-01-02
std.Build.Step.Compile: fix passing wrong Builder to getPath
Andrew Kelley
2024-01-01
CLI: introduce global -I args for C include paths
Andrew Kelley
2024-01-01
std.Build.Step.Compile: fix search prefix lowering
Andrew Kelley
2024-01-01
std.Build.Step.Compile: support modules with different args
Andrew Kelley
2024-01-01
std.Build.Step.Compile: restore previous step name
Andrew Kelley
2024-01-01
std.Build.ResolvedTarget: rename target field to result
Andrew Kelley
2024-01-01
std.Target: add DynamicLinker
Andrew Kelley
2024-01-01
rename std.zig.CrossTarget to std.Target.Query
Andrew Kelley
2024-01-01
fix linker test regressions
Andrew Kelley
2024-01-01
zig build system: change target, compilation, and module APIs
Andrew Kelley
2024-01-01
zig build system: remove vcpkg integration
Andrew Kelley
2024-01-01
introduce std.Build.Module and extract some logic into it
Andrew Kelley
2023-12-16
Expose `-f(no-)formatted-panics` to the build system
Carl Åstholm
2023-11-13
expose to build system
xdBronch
2023-11-03
cli: consolidate entry point flags
Luuk de Gram
2023-11-03
update linker tests
Luuk de Gram
2023-11-03
wasm-linker: implement `-fno-entry` flag
Luuk de Gram
2023-10-25
Step.Compile: differentiate between fuzzy and exact matches for compile errors
Jakub Konka
2023-10-24
build: match and ignore /?/ in expected compile errors
Jakub Konka
2023-10-22
child_process + Build: rename exec to run + all related code
Jan Philipp Hafer
2023-10-20
Merge pull request #17608 from squeek502/resinator-fixes
Andrew Kelley
2023-10-20
std.Build: do not assume custom test runners support client-server mode
dweiller
2023-10-18
Error if an .rc file uses the 'preprocess only' or 'no preprocess' flags
Ryan Liptak
2023-10-15
Add preliminary support for Windows .manifest files
Ryan Liptak
2023-10-13
remove redundant use of pathFromRoot
radar roark
2023-10-10
Step.Compile: add options struct for `addCSourceFiles` (#17420)
Krzysztof Wolicki
2023-10-08
get `zig fetch` working with the new system
Andrew Kelley
2023-10-04
comp: add support for -fdata-sections
Jakub Konka
2023-10-02
std.Build: expose `-idirafter` to the build system
Carl Åstholm
2023-09-26
Add '--compress-debug-sections=zstd'
LinuxUserGD
2023-09-24
Support non zig dependencies
antlilja
2023-09-17
rc compilation: Use MSVC includes if present, fallback to mingw
Ryan Liptak
2023-09-17
addWin32ResourceFile: Ignore the resource file if the target object format is...
Ryan Liptak
2023-09-17
Add a .rc -> .res compiler to the Zig compiler
Ryan Liptak
[next]