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.zig
Age
Commit message (
Expand
)
Author
2024-03-11
std.builtin: make link mode fields lowercase
Tristan Ross
2024-02-25
test: rework how filtering works
Jacob Young
2024-02-15
std.Build: fix wrong variable used in `parseTargetQuery`
tjog
2024-02-02
std.Build: use a runtime panic for wrong dependency API
Andrew Kelley
2024-02-02
build system: implement lazy dependencies, part 1
Andrew Kelley
2024-02-02
std.Build: make systemIntegrationOption take a default
Andrew Kelley
2024-02-02
build system: implement --system [dir]
Andrew Kelley
2024-02-02
build system: implement --release[=mode]
Andrew Kelley
2024-02-02
std.Build.resolveTargetQuery: fix ignoring ofmt for native
Andrew Kelley
2024-02-02
std.Build: make system library integrations more general
Andrew Kelley
2024-02-02
std.Build: revert moving some fields to Graph
Andrew Kelley
2024-02-02
std.Build: implement --host-target, --host-cpu, --host-dynamic-linker
Andrew Kelley
2024-02-02
build system: introduce system library integration
Andrew Kelley
2024-01-18
zig build: add doc comments for functions related to options
Andrew Kelley
2024-01-16
Build: add namedWriteFiles to Build
Loris Cro
2024-01-06
std.Build: pass code model in various compile steps
Tristan Ross
2024-01-04
build/LazyPath: Add dirname (#18371)
Abhinav Gupta
2024-01-03
Fix std.Build.findProgram
Krzysztof Wolicki
2024-01-02
Merge pull request #18160 from ziglang/std-build-module
Andrew Kelley
2024-01-02
add support for lists when parsing user args
sammy j
2024-01-01
std.Build: add error_tracing field to addExecutable and friends
Andrew Kelley
2024-01-01
std.Build.ResolvedTarget: rename target field to result
Andrew Kelley
2024-01-01
std.Build: fix userInputOptionsFromArgs ResolvedTarget
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
rename std.zig.CrossTarget to std.Target.Query
Andrew Kelley
2024-01-01
std.Build: handle ResolvedTarget in userInputOptionsFromArgs
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-11-26
fix: Prevent segfault when using add.Module()
Daniel A.C. Martin
2023-10-23
x86_64: implement enough to pass unicode tests
Jacob Young
2023-10-22
child_process + Build: rename exec to run + all related code
Jan Philipp Hafer
2023-10-21
fix `std.Build.addAssembly`
Lee Cannon
2023-10-21
std.Build: use create() instead of init() for Step.RemoveDir
snoire
2023-10-20
std.Build: do not assume custom test runners support client-server mode
dweiller
2023-10-18
std.Build: make dependencies inherit `--search-prefix`
Andrew Kelley
2023-10-15
Add preliminary support for Windows .manifest files
Ryan Liptak
2023-10-08
get `zig fetch` working with the new system
Andrew Kelley
2023-09-24
Support non zig dependencies
antlilja
2023-09-15
package manager: write deps in a flat format, eliminating the FQN concept
mlugg
2023-08-16
std.Build: check for native CPU when serializing CrossTarget
mlugg
2023-08-13
Merge pull request #16773 from Sahnvour/build-stack-frames
Andrew Kelley
2023-08-13
std.Build: factorize Step stack trace dumping code
Sahnvour
2023-08-13
std.Build: make number of collected stack frames configurable
Sahnvour
2023-08-10
Compare user input for multiple dependency build variants (#16600)
Matt Knight
2023-08-09
change uses of std.builtin.Mode to OptimizeMode (#16745)
Zachary Raineri
2023-07-30
std.Build.LazyPath: fix resolution of cwd_relative
Andrew Kelley
2023-07-30
build system: follow-up enhancements regarding LazyPath
Andrew Kelley
2023-07-30
Introduces `Compile.getEmittedX()` functions, drops `Compile.emit_X`. Resolve...
Felix (xq) Queißner
[next]