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
/
src
/
cache_hash.cpp
Age
Commit message (
Expand
)
Author
2020-04-01
Use length field as passed in stage2 libc_installation instead of relying on ...
daurnimator
2020-03-11
fix zig-cache to treat cpu-features as raw-bytes
Michael Dusan
2020-02-16
rename libuserland to libstage2
Andrew Kelley
2019-05-29
add review changes
Michael Dusan
2019-05-27
new .d file parser for C compilation
Michael Dusan
2019-05-13
cache_add_dep_file: handle ErrorFileNotFound specially
Andrew Kelley
2019-05-13
Assemble asm files using CC
LemonBoy
2019-04-24
remove Shebang (#!) support
Shawn Landden
2019-04-13
don't close cache manifest file prematurely
Ben Noordhuis
2019-04-13
make os_file_close poison file handle after close
Ben Noordhuis
2019-04-02
fix cache hash regression
Andrew Kelley
2019-04-02
fix fd leak in stage1 cacheing code
Shawn Landden
2019-03-11
stage1 caching system: detect problematic mtimes
Andrew Kelley
2019-03-08
fix .d file parsing and string literal ast rendering
Andrew Kelley
2019-03-08
breaking changes to zig build API and improved caching
Andrew Kelley
2019-03-07
fix .d file processing and use -MV to quote spaces
Andrew Kelley
2019-03-04
initial glibc support
Andrew Kelley
2019-02-25
`@cImport` works with `--cache on`
Andrew Kelley
2019-01-30
collapse os_file_mtime into os_file_open_r and check for directory
Andrew Kelley
2018-11-26
stage1: better file path handling
Andrew Kelley
2018-11-16
Fixed typos
Vallentin
2018-09-18
stage1 caching: don't write manifest until cache release
Andrew Kelley
2018-09-13
alternate fix using the rest() function
Andrew Kelley
2018-09-13
src/cache_hash.cpp: support file paths that contain spaces;
kristopher tate
2018-09-11
bring back zig-cache
Andrew Kelley
2018-09-11
ability to disable cache. off by default except for...
Andrew Kelley
2018-09-10
stage1 caching: zig no longer uses zig-cache
Andrew Kelley
2018-09-10
caching is working
Andrew Kelley
2018-09-10
stage1: always optimize blake and softfloat even in debug mode
Andrew Kelley
2018-09-09
`zig id` command
Andrew Kelley
2018-09-09
basic compiler id hash working
Andrew Kelley