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
/
Watch.zig
Age
Commit message (
Expand
)
Author
2025-04-13
std: eradicate u29 and embrace std.mem.Alignment
Andrew Kelley
2025-03-15
std.Build.Watch: fix macos implementation
Loris Cro
2024-10-24
std.Build.Watch: implement removing watches for kqueue
Andrew Kelley
2024-10-24
std.Build.Watch: limit to one switch on os tag
Andrew Kelley
2024-10-24
implement --watch for kqueue
Andrew Kelley
2024-09-25
std: fix inappropriate use of unreachable in fanotify_init
Andrew Kelley
2024-08-14
Watch.zig: fixes for windows implementation
Jarrod Meyer
2024-07-27
Watch.zig: add initial windows implementation
Jarrod Meyer
2024-07-12
build runner: refactor fs watch logic for OS abstraction
Andrew Kelley
2024-07-12
std.Build.Watch: add ONDIR to fanotify event mask
Andrew Kelley
2024-07-12
std.Build.Watch: introduce special file "." to watch entire dir
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