Archive remote compile wording

This commit is contained in:
2026-06-16 00:20:27 +02:00
parent df2d0a16c1
commit 3a65495f5f
2 changed files with 11 additions and 9 deletions

View File

@@ -68,7 +68,7 @@ contract freeze and conformance (`RND-007`, `RND-008`), opt-in Vulkan/Metal lab
targets (`RND-009`, `RND-010`), UI thread-affinity and checked-handle migration
(`UI-001`, `UI-002`), render/UI queue race coverage (`APP-001`), package gates
for backend/UI work (`PLT-010`), and historical task cleanup (`AUD-001`), which
normalized tracker hygiene.
normalized tracker hygiene in the completed record.
Recent 2026-06-15 app-dialog lifetime cleanup now routes app-owned
progress/message/input overlays through checked handle registration in
`src/legacy_ui_overlay_services.*` before they fall back to retained dialog
@@ -3069,10 +3069,11 @@ Results:
- Root CMake now exposes platform validation targets for the default headless
platform-build sweep, the Android standard/Quest/Focus root CMake asset
component sweep, the vcpkg-backed UI core dependency boundary, and the
remote Apple compile gate. `cmake --build --preset windows-msvc-default
--config Debug --target panopainter_platform_build_android_assets` validated
`pp_assets` across Android arm64, Android x64, Quest arm64, and Focus/Wave
arm64 with the latest SDK-managed NDK/CMake pair; `cmake --build --preset
archived remote Apple compile gate. `cmake --build --preset
windows-msvc-default --config Debug --target
panopainter_platform_build_android_assets` validated `pp_assets` across
Android arm64, Android x64, Quest arm64, and Focus/Wave arm64 with the
latest SDK-managed NDK/CMake pair; `cmake --build --preset
windows-msvc-default --config Debug --target
panopainter_platform_build_vcpkg_ui_core` validated `pp_ui_core` and
`pp_ui_core_layout_xml_tests` through the vcpkg tinyxml2 preset.