aboutsummaryrefslogtreecommitdiff
path: root/src/cache_hash.cpp
AgeCommit message (Expand)Author
2020-04-01Use length field as passed in stage2 libc_installation instead of relying on ...daurnimator
2020-03-11fix zig-cache to treat cpu-features as raw-bytesMichael Dusan
2020-02-16rename libuserland to libstage2Andrew Kelley
2019-05-29add review changesMichael Dusan
2019-05-27new .d file parser for C compilationMichael Dusan
2019-05-13cache_add_dep_file: handle ErrorFileNotFound speciallyAndrew Kelley
2019-05-13Assemble asm files using CCLemonBoy
2019-04-24remove Shebang (#!) supportShawn Landden
2019-04-13don't close cache manifest file prematurelyBen Noordhuis
2019-04-13make os_file_close poison file handle after closeBen Noordhuis
2019-04-02fix cache hash regressionAndrew Kelley
2019-04-02fix fd leak in stage1 cacheing codeShawn Landden
2019-03-11stage1 caching system: detect problematic mtimesAndrew Kelley
2019-03-08fix .d file parsing and string literal ast renderingAndrew Kelley
2019-03-08breaking changes to zig build API and improved cachingAndrew Kelley
2019-03-07fix .d file processing and use -MV to quote spacesAndrew Kelley
2019-03-04initial glibc supportAndrew Kelley
2019-02-25`@cImport` works with `--cache on`Andrew Kelley
2019-01-30collapse os_file_mtime into os_file_open_r and check for directoryAndrew Kelley
2018-11-26stage1: better file path handlingAndrew Kelley
2018-11-16Fixed typosVallentin
2018-09-18stage1 caching: don't write manifest until cache releaseAndrew Kelley
2018-09-13alternate fix using the rest() functionAndrew Kelley
2018-09-13src/cache_hash.cpp: support file paths that contain spaces;kristopher tate
2018-09-11bring back zig-cacheAndrew Kelley
2018-09-11ability to disable cache. off by default except for...Andrew Kelley
2018-09-10stage1 caching: zig no longer uses zig-cacheAndrew Kelley
2018-09-10caching is workingAndrew Kelley
2018-09-10stage1: always optimize blake and softfloat even in debug modeAndrew Kelley
2018-09-09`zig id` commandAndrew Kelley
2018-09-09basic compiler id hash workingAndrew Kelley