Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
mcpp-community
/
mcpp-plugins
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
2
Code
Issues
0
Pull requests
1
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
0.13.0: deps-vcpkg, deps-cmake and rules-qt, written against mcpp's SPEC-007 (engine floor 2026.9.26.2)
- #29
#29
Merged
speak-agent
merged 13 commits into
main
mcpp-community/mcpp-plugins:main
from
feat/deps-vcpkg-rules-qt
mcpp-community/mcpp-plugins:feat/deps-vcpkg-rules-qt
Copy head branch name to clipboard
Sep 26, 2026
Conversation
Commits
13
(13)
Checks
Files changed
Merged
0.13.0: deps-vcpkg, deps-cmake and rules-qt, written against mcpp's SPEC-007 (engine floor 2026.9.26.2)
#29
speak-agent
merged 13 commits into
main
mcpp-community/mcpp-plugins:main
from
feat/deps-vcpkg-rules-qt
mcpp-community/mcpp-plugins:feat/deps-vcpkg-rules-qt
Copy head branch name to clipboard
Commits
Commits on Sep 25, 2026
deps-vcpkg: a vcpkg manifest installed as a blocking action through mcpp-deps, and its prefix mapped into the build
Sunrisepeak
committed
106f904
View commit details
Copy full SHA for 106f904
Browse repository at this point
deps-cmake: a CMake subproject configured, built and installed as one action, and its prefix mapped into the build
Sunrisepeak
committed
31b1991
View commit details
Copy full SHA for 31b1991
Browse repository at this point
rules-qt: moc, uic, rcc and lrelease as actions, the modules by full path, and the plugins beside the program; rules-qt-xim and rules-qt-xim-addons declare the SDK
Sunrisepeak
committed
9417bd9
View commit details
Copy full SHA for 9417bd9
Browse repository at this point
0.13.0: the deps family and rules-qt in the manifest; every source-carrying member compiles on every host; CI measures the new members on three platforms
Sunrisepeak
committed
78f5476
View commit details
Copy full SHA for 78f5476
Browse repository at this point
0.13.0: the README states the deps family, deps-vcpkg, deps-cmake and rules-qt; the design record and the plan
Sunrisepeak
committed
fd927c4
View commit details
Copy full SHA for fd927c4
Browse repository at this point
CI builds against mcpp 2026.9.27.1, the release that carries runtime_library_dir and moves a check's stamp
Sunrisepeak
committed
4c297ce
View commit details
Copy full SHA for 4c297ce
Browse repository at this point
0.13.0 needs no unreleased engine: the runtime is deployed beside the program on Windows and linked by name on Linux; measured on mcpp 2026.9.26.1
Sunrisepeak
committed
0b8deb7
View commit details
Copy full SHA for 0b8deb7
Browse repository at this point
0.13.0 follows mcpp's SPEC-007: installations are prepare actions with an output directory, prefixes are runtime search directories, and the build program never reads what an installation produces
Sunrisepeak
committed
5bff85b
View commit details
Copy full SHA for 5bff85b
Browse repository at this point
Commits on Sep 26, 2026
Review: a file added to a subproject or an overlay re-runs the installation; uic, rcc and lrelease refuse two inputs with one output name; the Widgets fixture runs on macOS
Show description for 2c25a64
Sunrisepeak
committed
2c25a64
View commit details
Copy full SHA for 2c25a64
Browse repository at this point
The engine floor is 2026.9.26.2, the release that lands mcpp#702; lupdate's output directory outlives submit()
Sunrisepeak
committed
4a7a0a4
View commit details
Copy full SHA for 4a7a0a4
Browse repository at this point
The Qt fixtures state cxx_runtime in [build]: mcpp reads a [target.<triple>] table only when a target is named, so a host build embedded a second libstdc++ and QtCore's RUNPATH found none
Sunrisepeak
committed
b9cca95
View commit details
Copy full SHA for b9cca95
Browse repository at this point
The vcpkg fixtures install under target/ and the criteria write their logs there: the fixtures live inside the package they depend on by path, whose host tool mcpp keys by a stamp of its tree (mcpp…
Show description for f3fe5da
Sunrisepeak
committed
f3fe5da
View commit details
Copy full SHA for f3fe5da
Browse repository at this point
Review: the Qt fixtures and README state what mcpp delivers for the runtime contract on each host (clang on the MSVC ABI links the static CRT); the installation stamp comes from a prepare action
Sunrisepeak
committed
cc2a59e
View commit details
Copy full SHA for cc2a59e
Browse repository at this point
You can’t perform that action at this time.