No description
Find a file
Puck Meerburg 781e2b5534 (zilch lang ninja): process depfile, elide .h files where posssible
Incremental builds now take depfiles in account! Using a file that
contains a mapping of depfile to its cached contents, Zilch now
rebuilds less targets unnecessarily! If a build fails because an
include is added, it transparently rebuilds it with all possible header
dependencies, using the custom build scheduler built into Zilch. If an
include is removed, the target will be rebuilt with the new set of
headers the next time the CLI is invoked.

Change-Id: I6a6a6964c2fb191af4a474c45fd0f29623c588b0
2025-11-14 13:01:04 +00:00
aux aux/socket: patch scheduling bug in socket egg 2024-10-09 20:36:44 +00:00
cli (zilch lang ninja): process depfile, elide .h files where posssible 2025-11-14 13:01:04 +00:00
core (zilch magic): add post-build hook 2025-11-14 13:01:04 +00:00
docs docs: add more modules 2025-04-14 12:17:56 +00:00
lang (zilch lang ninja): process depfile, elide .h files where posssible 2025-11-14 13:01:04 +00:00
lib/build-chicken-parallel Initial commit 2024-10-04 15:08:26 +00:00
planner (zilch planner step): fix batch steps 2025-03-20 17:43:55 +00:00
.envrc Initial commit 2024-10-04 15:08:26 +00:00
.gitignore Initial commit 2024-10-04 15:08:26 +00:00
COPYING Add COPYING 2024-10-04 15:08:26 +00:00
default.nix Initial commit 2024-10-04 15:08:26 +00:00
shell.nix (zilch lang ninja): add ninja build file parser 2025-11-14 13:01:04 +00:00

To generate the documentation, run:
`docread; npx antora generate antora-playbook.yml`.