Skip to content

Build pinned V4 Windows foundation - #19

Merged
YashasVM merged 4 commits into
mainfrom
build/v4-windows-foundation
Aug 2, 2026
Merged

Build pinned V4 Windows foundation#19
YashasVM merged 4 commits into
mainfrom
build/v4-windows-foundation

Conversation

@YashasVM

Copy link
Copy Markdown
Owner

Summary

  • add a minimal Windows x64 CMake/CTest foundation with Debug and Release presets
  • pin vcpkg and nlohmann-json, emit dependency license and SHA-256 provenance, and guard the standalone engine from OBS dependencies
  • add a SHA-pinned Windows CI job and exact local build documentation
  • isolate Python regression discovery from generated dependency trees

Verification

  • cmake --preset windows-x64-release
  • cmake --build --preset windows-x64-release
  • ctest --preset windows-x64-release (2/2 passed)
  • cmake --preset windows-x64-debug
  • cmake --build --preset windows-x64-debug
  • ctest --preset windows-x64-debug (2/2 passed)
  • python -m pytest -q (40 passed)
  • cmake/write-third-party-notices.ps1 (resolved versions, ABIs, license hashes, input hashes, and pinned vcpkg tool hash emitted)
  • git diff --check

Scope

Implements V4-05 only. No runtime feature code and no central-ledger edits.

@coderabbitai

coderabbitai Bot commented Jul 31, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@YashasVM, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 52 minutes

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: 3269c18b-3d16-4dc8-84e5-c05c287305ae

📥 Commits

Reviewing files that changed from the base of the PR and between 44ad529 and 16cff98.

📒 Files selected for processing (12)
  • .github/workflows/v4-windows-foundation.yml
  • .gitignore
  • CMakeLists.txt
  • CMakePresets.json
  • CMakeUserPresets.json.example
  • cmake/bootstrap-vcpkg.ps1
  • cmake/tests/foundation_smoke.cpp
  • cmake/verify-engine-isolation.ps1
  • cmake/write-third-party-notices.ps1
  • docs/windows-build.md
  • pytest.ini
  • vcpkg.json

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@YashasVM
YashasVM marked this pull request as ready for review August 2, 2026 10:06
@YashasVM
YashasVM merged commit ccd99c5 into main Aug 2, 2026
4 checks passed
YashasVM added a commit that referenced this pull request Aug 2, 2026
Marks V4-05 complete after PR #19 passed independent review and all required checks.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant