aboutsummaryrefslogtreecommitdiff
path: root/xtask/src
Commit message (Collapse)AuthorAgeFilesLines
* fix(smoke): bind native smoke audit to current provenanceValentin Popov2026-06-251-6/+208
|
* build(ci): fail closed on shader provenanceValentin Popov2026-06-251-1/+310
|
* refactor(vulkan-policy): narrow unsafe module boundariesValentin Popov2026-06-251-1/+52
|
* feat(vulkan-smoke): verify macos portability evidenceValentin Popov2026-06-251-1/+45
|
* refactor(vulkan-ffi): extract capability probe moduleValentin Popov2026-06-251-0/+1
|
* refactor(vulkan-ffi): extract swapchain probe moduleValentin Popov2026-06-251-0/+1
|
* refactor(vulkan-ffi): extract swapchain resource moduleValentin Popov2026-06-251-0/+1
|
* refactor(vulkan-ffi): extract smoke renderer moduleValentin Popov2026-06-251-0/+1
|
* refactor(vulkan-ffi): extract resource setup moduleValentin Popov2026-06-251-0/+1
|
* refactor(vulkan-ffi): extract runtime capability moduleValentin Popov2026-06-251-0/+1
|
* refactor(vulkan-ffi): extract validation messenger moduleValentin Popov2026-06-251-0/+1
|
* refactor(vulkan-ffi): extract surface bootstrap moduleValentin Popov2026-06-251-0/+1
|
* refactor(vulkan-ffi): extract instance bootstrap moduleValentin Popov2026-06-251-1/+4
|
* refactor(reporting): use typed serde report schemasValentin Popov2026-06-251-131/+96
|
* refactor(vulkan-ffi): narrow audited unsafe boundaryValentin Popov2026-06-251-1/+1
|
* fix(stage0): harden native smoke provenance auditValentin Popov2026-06-251-11/+103
|
* feat(stage0): record artifact provenance metadataValentin Popov2026-06-251-0/+58
|
* ci: tighten supply-chain fallback policyValentin Popov2026-06-251-1/+60
|
* chore(stage0): scope native smoke closure to macosValentin Popov2026-06-251-5/+3
|
* feat(stage0): close native smoke acceptance gateValentin Popov2026-06-251-16/+28
|
* ci: tighten stage 0 acceptance gatesValentin Popov2026-06-251-103/+277
|
* feat: create Vulkan swapchain probeValentin Popov2026-06-241-2/+2
|
* feat: probe Vulkan logical device creationValentin Popov2026-06-231-0/+32
|
* feat: probe live Vulkan runtime capabilitiesValentin Popov2026-06-231-2/+34
|
* feat: require created Vulkan smoke surfaceValentin Popov2026-06-231-2/+2
|
* feat: create native smoke window handlesValentin Popov2026-06-231-2/+2
|
* feat: audit native smoke artifactsValentin Popov2026-06-231-1/+266
|
* refactor: remove xtask native smoke generatorValentin Popov2026-06-231-313/+1
|
* feat: add Vulkan smoke runner entrypointValentin Popov2026-06-231-1/+7
|
* ci: add native smoke artifact schemaValentin Popov2026-06-231-1/+313
|
* ci: add acceptance artifact metadataValentin Popov2026-06-231-0/+30
|
* ci: enforce reproducible Rust toolchainValentin Popov2026-06-231-0/+133
|
* ci: add built-in supply chain policy fallbackValentin Popov2026-06-231-3/+118
|
* test: verify headless dependency closureValentin Popov2026-06-231-0/+89
|
* fix: close stage 0-2 synthetic gatesValentin Popov2026-06-231-49/+60
|
* feat: close stage 0-2 audit groundworkValentin Popov2026-06-231-166/+338
| | | | | | | | | | | | Remove legacy SDL/OpenGL adapters from the workspace and introduce winit/Vulkan adapter boundaries for the rendered composition root. Add reproducible toolchain and xtask CI coverage for formatting, tests, clippy, docs, policy, deny, acceptance auditing, and hosted OS matrix evidence. Strengthen Stage 1 data contracts with byte-first paths, VFS hardening, structured diagnostics, RsLi writer/edit scaffolding, corpus reporting, and resource error classification. Advance Stage 2 asset preparation by moving mission loading through assets/runtime boundaries, materializing prototype graph data, preserving provenance, and adding inspection/viewer integration. Record the Stage 0-2 audit input, acceptance roadmap, coverage updates, and documentation notes for follow-up evidence.
* fix: require manifests for licensed gatesValentin Popov2026-06-221-21/+233
|
* fix: make corpus reports explicit and fallibleValentin Popov2026-06-221-1/+1
|
* fix: make ci locked and isolate licensed testsValentin Popov2026-06-221-8/+95
|
* feat: implement FParkan architecture foundationValentin Popov2026-06-221-0/+1442
Add the modular fparkan workspace, domain crates, adapters, apps, xtask policy/CI, acceptance evidence, and licensed corpus gates for the macOS-focused roadmap foundation.