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-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
2023-07-30
Build.zig rename orgy (aka: #16353). Renames FileSource to LazyPath and remov...
Felix (xq) Queißner
2023-07-24
Use builtin inference over @as where possible
Zachary Raineri
2023-06-26
Build: make `InstallDirStep` use a `FileSource`
Ian Johnson
2023-06-24
all: migrate code to new cast builtin syntax
mlugg
2023-06-17
std: replace builtin.Version with SemanticVersion
r00ster91
2023-06-03
Merge pull request #15579 from squeek502/mem-delimiters
Andrew Kelley
2023-05-24
Fixes `WriteFile.getFileSource` failure on Windows (#15730)
Mason Remaley
2023-05-24
std: Move std.debug.{TTY.Config,detectTTYConfig} to std.io.tty
Linus Groh
2023-05-24
std.debug: Rename TTY.Color enum values to snake case
Linus Groh
2023-05-18
Deduplicate uses of the same package across dependencies
mlugg
2023-05-16
tweaks to --build-id
Andrew Kelley
2023-05-13
Update all std.mem.tokenize calls to their appropriate function
Ryan Liptak
2023-05-03
std.Build: use Step.* instead of *Step
Veikka Tuominen
2023-05-03
build: rename std.Build.*Step to std.Build.Step.*
Nicolas Sterchele
2023-04-30
std.Build: detect and disallow top-level step name clashes
dweiller
2023-04-28
update codebase to use `@memset` and `@memcpy`
Andrew Kelley
2023-04-15
CI: more C backend test coverage
Andrew Kelley
2023-04-15
std.Build: add some more init options to CompileStep
Andrew Kelley
2023-04-11
fix build logic due to state mutations and break the API accordingly
Andrew Kelley
2023-03-19
fix std.Build.OptionsStep
Andrew Kelley
[next]