aboutsummaryrefslogtreecommitdiff
path: root/xtask/src/main.rs
Commit message (Collapse)AuthorAgeFilesLines
* refactor(vulkan-policy): narrow unsafe module boundariesValentin Popov3 days1-1/+52
|
* feat(vulkan-smoke): verify macos portability evidenceValentin Popov3 days1-1/+45
|
* refactor(vulkan-ffi): extract capability probe moduleValentin Popov3 days1-0/+1
|
* refactor(vulkan-ffi): extract swapchain probe moduleValentin Popov3 days1-0/+1
|
* refactor(vulkan-ffi): extract swapchain resource moduleValentin Popov3 days1-0/+1
|
* refactor(vulkan-ffi): extract smoke renderer moduleValentin Popov3 days1-0/+1
|
* refactor(vulkan-ffi): extract resource setup moduleValentin Popov3 days1-0/+1
|
* refactor(vulkan-ffi): extract runtime capability moduleValentin Popov3 days1-0/+1
|
* refactor(vulkan-ffi): extract validation messenger moduleValentin Popov3 days1-0/+1
|
* refactor(vulkan-ffi): extract surface bootstrap moduleValentin Popov3 days1-0/+1
|
* refactor(vulkan-ffi): extract instance bootstrap moduleValentin Popov3 days1-1/+4
|
* refactor(reporting): use typed serde report schemasValentin Popov3 days1-131/+96
|
* refactor(vulkan-ffi): narrow audited unsafe boundaryValentin Popov3 days1-1/+1
|
* fix(stage0): harden native smoke provenance auditValentin Popov3 days1-11/+103
|
* feat(stage0): record artifact provenance metadataValentin Popov3 days1-0/+58
|
* ci: tighten supply-chain fallback policyValentin Popov3 days1-1/+60
|
* chore(stage0): scope native smoke closure to macosValentin Popov3 days1-5/+3
|
* feat(stage0): close native smoke acceptance gateValentin Popov3 days1-16/+28
|
* ci: tighten stage 0 acceptance gatesValentin Popov3 days1-103/+277
|
* feat: create Vulkan swapchain probeValentin Popov5 days1-2/+2
|
* feat: probe Vulkan logical device creationValentin Popov5 days1-0/+32
|
* feat: probe live Vulkan runtime capabilitiesValentin Popov5 days1-2/+34
|
* feat: require created Vulkan smoke surfaceValentin Popov5 days1-2/+2
|
* feat: create native smoke window handlesValentin Popov5 days1-2/+2
|
* feat: audit native smoke artifactsValentin Popov5 days1-1/+266
|
* refactor: remove xtask native smoke generatorValentin Popov5 days1-313/+1
|
* feat: add Vulkan smoke runner entrypointValentin Popov5 days1-1/+7
|
* ci: add native smoke artifact schemaValentin Popov5 days1-1/+313
|
* ci: add acceptance artifact metadataValentin Popov5 days1-0/+30
|
* ci: enforce reproducible Rust toolchainValentin Popov5 days1-0/+133
|
* ci: add built-in supply chain policy fallbackValentin Popov5 days1-3/+118
|
* test: verify headless dependency closureValentin Popov5 days1-0/+89
|
* fix: close stage 0-2 synthetic gatesValentin Popov5 days1-49/+60
|
* feat: close stage 0-2 audit groundworkValentin Popov5 days1-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 Popov6 days1-21/+233
|
* fix: make corpus reports explicit and fallibleValentin Popov6 days1-1/+1
|
* fix: make ci locked and isolate licensed testsValentin Popov6 days1-8/+95
|
* feat: implement FParkan architecture foundationValentin Popov6 days1-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.