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-08-19
fix various issues related to Path handling in the compiler and std
Robin Voetter
2024-07-28
std.fs.Dir: Refactor atomicSymLink from std.fs
Carter Snook
2024-07-25
add --debug-rt CLI arg to the compiler + bonus edits
Andrew Kelley
2024-07-25
add `--fuzz` CLI argument to `zig build`
Andrew Kelley
2024-07-23
default "trace pc guard" coverage off
Andrew Kelley
2024-07-21
zig build: respect `PKG_CONFIG` environment variable
Eric Joldasov
2024-07-14
frontend: add -fincremental, -fno-incremental flag
Andrew Kelley
2024-07-14
make zig compiler processes live across rebuilds
Andrew Kelley
2024-07-13
Compile: Pass the default --zig-lib-dir along to child processes
kcbanner
2024-07-01
Extract getZigArgs function in std.Build.Step.Compile
Sashko
2024-06-02
pass `-fno-builtin` when testing `lib/c.zig`, `lib/compiler_rt.zig`
Veikka Tuominen
2024-05-28
std.Build.step.Compile: Fix lib{c,cpp} mixup in dependsOnSystemLibrary()
Linus Groh
2024-05-27
update the codebase for the new std.Progress API
Andrew Kelley
2024-05-05
Run: add output directory arguments
Jacob Young
2024-05-05
Build: cleanup
Jacob Young
2024-05-03
Rename Dir.writeFile2 -> Dir.writeFile and update all callsites
Ryan Liptak
2024-05-03
Delete compile errors for deprecated decls
Ryan Liptak
2024-05-02
Build system: Allow specifying Win32 resource include paths using LazyPath
Ryan Liptak
2024-04-22
std.Build: Install Windows DLLs to `<prefix>/bin/` by default
Carl Åstholm
2024-04-18
std.Build: revert --host-target, --host-cpu, --host-dynamic-linker
Andrew Kelley
2024-04-11
remove deprecated LazyPath.path union tag
Andrew Kelley
2024-04-10
introduce std.Build.path; deprecate LazyPath.relative
Andrew Kelley
2024-04-07
Account for dependency boundaries when duping headers
Carl Åstholm
2024-04-07
Document added/updated functions
Carl Åstholm
2024-04-07
Oops, forgot to dupe installations in `installLibraryHeaders`
Carl Åstholm
2024-04-07
Implement `WriteFile.addCopyDirectory`
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-30
Update uses of `@fieldParentPtr` to use RLS
Jacob Young
2024-03-30
Update uses of `@fieldParentPtr` to pass a pointer type
Jacob Young
2024-03-27
Build.Step.Compile: Add `mingw_unicode_entry_point` field
Ryan Liptak
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
[next]