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
Age
Commit message (
Expand
)
Author
2024-07-12
std.Build.Cache.Path: fix hash impl on windows
Andrew Kelley
2024-07-12
std.Build.Step.Run: integrate with --watch
Andrew Kelley
2024-07-12
std.Build.Step.WriteFile: remove random bytes from cache hash
Andrew Kelley
2024-07-12
std.Build.Step.WriteFile: fix handling of directories
Andrew Kelley
2024-07-12
introduce std.Build.Cache.Manifest.addFilePath
Andrew Kelley
2024-07-12
td.Build.Step.InstallDir: leave hint for wrong cached status
Andrew Kelley
2024-07-12
std.Build.Watch: add ONDIR to fanotify event mask
Andrew Kelley
2024-07-12
build runner: don't pass a dirfd + null to fanotify_mark
Andrew Kelley
2024-07-12
std.Build.Watch: introduce special file "." to watch entire dir
Andrew Kelley
2024-07-12
std.Build.Cache.Path: fix format function for absolute paths
Andrew Kelley
2024-07-12
std.Build.Step.WriteFile: extract UpdateSourceFiles
Andrew Kelley
2024-07-12
make more build steps integrate with the watch system
Andrew Kelley
2024-07-12
std.Build.Watch: gracefully handle fanotify queue overflow
Andrew Kelley
2024-07-12
std.Build.Watch: make dirty steps invalidate each other
Andrew Kelley
2024-07-12
build system: make debounce interval CLI-configurable
Andrew Kelley
2024-07-12
proof-of-concept --watch implementation based on fanotify
Andrew Kelley
2024-07-12
build runner: implement --watch (work-in-progress)
Andrew Kelley
2024-07-12
std.Build.Cache.Path: add `subPathOpt` and `TableAdapter`
Andrew Kelley
2024-07-12
std.Build: remove the "push installed file" mechanism
Andrew Kelley
2024-07-12
build system: add --watch flag and report source file in InstallFile
Andrew Kelley
2024-07-12
std.Build.Cache.Path: add eql method
Andrew Kelley
2024-07-09
std.fs.Dir: Rename OpenDirOptions to OpenOptions (#20542)
Krzysztof Wolicki
2024-07-07
Step.TranslateC: fix defineCMacro
Krzysztof Wolicki
2024-07-07
std.Build.Cache.Path: fix makeOpenPath signature
Krzysztof Wolicki
2024-07-05
build system: add docs to LinkSystemLibraryOptions
Andrew Kelley
2024-07-04
std.Build.Cache: add binToHex function
Andrew Kelley
2024-07-04
build: fix WriteFile and addCSourceFiles not adding LazyPath deps
Jonathan Marler
2024-07-01
Extract getZigArgs function in std.Build.Step.Compile
Sashko
2024-06-23
Rename *[UI]LEB128 functions to *[UI]leb128
Michael Bradshaw
2024-06-17
Merge pull request #20321 from ziglang/build-system-fmt
Andrew Kelley
2024-06-16
std.Build: Add Step.Fail and addFail() function.
Alex Rønne Petersen
2024-06-16
std.Build.Step.Fmt: display non-conforming files
Andrew Kelley
2024-06-16
std.Build.Step: split evalChildProcess into two functions
Andrew Kelley
2024-06-13
std: Convert deprecated aliases to compile errors and fix usages
Ryan Liptak
2024-06-08
std.Build: remove deprecated b.host in favor of b.graph.host (#20237)
Krzysztof Wolicki
2024-06-08
Report error on missing values for addConfigHeader
MrDmitry
2024-06-06
Build system: Support Windows depfiles with unquoted, backslash escaped space...
Ben Crist
2024-06-05
objcopy build step: don't accept multiple sections
wooster0
2024-06-05
Merge pull request #20120 from vahur/move-consts-to-rdata
Andrew Kelley
2024-06-02
pass `-fno-builtin` when testing `lib/c.zig`, `lib/compiler_rt.zig`
Veikka Tuominen
2024-05-31
std.Build.Step.Run: global lock when child inherits stderr
Andrew Kelley
2024-05-28
std.Build.step.Compile: Fix lib{c,cpp} mixup in dependsOnSystemLibrary()
Linus Groh
2024-05-27
std.Build.Step.Run: account for new environment variable
Andrew Kelley
2024-05-27
std.Build.Step.Run: don't create empty progress node
Andrew Kelley
2024-05-27
std.Build.Step: don't create an empty progress node
Andrew Kelley
2024-05-27
update the codebase for the new std.Progress API
Andrew Kelley
2024-05-26
std: restructure child process namespace
Andrew Kelley
2024-05-24
Step/CheckObject: handle stab entries when dumping MachO symtab
Jakub Konka
2024-05-20
Build.Step.Run: fix cache management when there are side effects
Jacob Young
2024-05-14
Merge pull request #19958 from ziglang/macho-check-object
Jakub Konka
[prev]
[next]