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
Accelerator
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 }}
DHowett
/
cppwinrt
Public
forked from
microsoft/cppwinrt
Notifications
You must be signed in to change notification settings
Fork
0
Star
2
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
cppwinrt
cppwinrt
on
master
User selector
All users
All time
Commit history
Commits on Jan 9, 2023
Add option for using custom license text (#1262)
alvinhochun
authored
a213190
View commit details
Copy full SHA for a213190
View code at this point
Browse repository at this point
Commits on Dec 15, 2022
FIx build on macOS and add CI build (#1247)
alvinhochun
authored
b482851
View commit details
Copy full SHA for b482851
View code at this point
Browse repository at this point
Commits on Dec 6, 2022
Add Linux native build (#1239)
alvinhochun
authored
4a5acf6
View commit details
Copy full SHA for 4a5acf6
View code at this point
Browse repository at this point
Commits on Nov 28, 2022
Support Linux cross-compilation with mingw-w64 (#1238)
alvinhochun
authored
da5579c
View commit details
Copy full SHA for da5579c
View code at this point
Browse repository at this point
Commits on Nov 21, 2022
Partial GCC compatibility improvements (#1234)
alvinhochun
authored
530d383
View commit details
Copy full SHA for 530d383
View code at this point
Browse repository at this point
Commits on Nov 18, 2022
Enable more tests on llvm-mingw and some fixes (#1229)
alvinhochun
authored
921f62f
View commit details
Copy full SHA for 921f62f
View code at this point
Browse repository at this point
Commits on Nov 1, 2022
C++ Streams support for hstring and IStringable (#1221)
jaigak
authored
6ce4fa9
View commit details
Copy full SHA for 6ce4fa9
View code at this point
Browse repository at this point
Commits on Oct 20, 2022
CI: Build ARM64 cppwinrt and tests (not run) (#1211)
alvinhochun
authored
1b4e009
View commit details
Copy full SHA for 1b4e009
View code at this point
Browse repository at this point
Commits on Oct 18, 2022
Add CI test with LLVM 15 clang-cl (#1203)
alvinhochun
authored
5390dc8
View commit details
Copy full SHA for 5390dc8
View code at this point
Browse repository at this point
Commits on Oct 13, 2022
Improve compatibility with mingw-w64 in generated headers (#1200)
alvinhochun
authored
3d83c67
View commit details
Copy full SHA for 3d83c67
View code at this point
Browse repository at this point
Commits on Oct 10, 2022
Fix Clang 15 style warnings (#1196)
AZero13
authored
631c8f7
View commit details
Copy full SHA for 631c8f7
View code at this point
Browse repository at this point
Commits on Aug 10, 2022
Project contract names so they can be passed to IsApiContractPresent (#1172)
oldnewthing
authored
36567e6
View commit details
Copy full SHA for 36567e6
View code at this point
Browse repository at this point
Commits on Jun 8, 2022
Static events should not use the auto trick (#1158)
Show description for 4f0be70
oldnewthing
authored
4f0be70
View commit details
Copy full SHA for 4f0be70
View code at this point
Browse repository at this point
Commits on Jun 7, 2022
IComponentConnector2 doesn't exist in WinUI (#1156)
Show description for a54d678
Scottj1s
authored
a54d678
View commit details
Copy full SHA for a54d678
View code at this point
Browse repository at this point
Commits on May 24, 2022
Add support for composed implementations of IComponentConnector (#1149)
Show description for dcea885
Scottj1s
authored
dcea885
View commit details
Copy full SHA for dcea885
View code at this point
Browse repository at this point
Commits on May 20, 2022
Test whether SDKManifest.xml exists before attempting to read it (#1146)
dfields-msft
authored
0058881
View commit details
Copy full SHA for 0058881
View code at this point
Browse repository at this point
Commits on Apr 21, 2022
Use `auto` trick to catch missing header files for `auto_revoke` (#1136)
oldnewthing
authored
959ae02
View commit details
Copy full SHA for 959ae02
View code at this point
Browse repository at this point
Commits on Apr 9, 2022
Update C++/WinRT to consider the full contract version history for fast ABI (#1132)
dunhor
authored
c4a8e24
View commit details
Copy full SHA for c4a8e24
View code at this point
Browse repository at this point
Commits on Mar 31, 2022
two-phase initialization support to prevent double-destruction on handing out this pointer in ctor (#1130)
Show description for 0400867
Scottj1s
authored
0400867
View commit details
Copy full SHA for 0400867
View code at this point
Browse repository at this point
Commits on Mar 23, 2022
catch is evidently incompatible with VS 2022 (platform toolset v143) - backing off to unblock (#1127)
Show description for f992bc4
Scottj1s
authored
f992bc4
View commit details
Copy full SHA for f992bc4
View code at this point
Browse repository at this point
Commits on Mar 22, 2022
Several nuget tests failing to build with VS2022. Standardize on directory.build.props to use PlatformToolset v143 (#1125)
Scottj1s
authored
768139a
View commit details
Copy full SHA for 768139a
View code at this point
Browse repository at this point
Commits on Mar 11, 2022
Remove workaround for Visual C++ code gen bug (#1118)
kennykerr
authored
e0012b0
View commit details
Copy full SHA for e0012b0
View code at this point
Browse repository at this point
Commits on Mar 10, 2022
Remove `WINRT_IMPL_AUTO` workaround (#1117)
kennykerr
authored
a7ee860
View commit details
Copy full SHA for a7ee860
View code at this point
Browse repository at this point
Commits on Feb 22, 2022
Add type support for `Windows.Foundation.Numerics.Rational` (#1106)
kennykerr
authored
b401564
View commit details
Copy full SHA for b401564
View code at this point
Browse repository at this point
Commits on Jan 12, 2022
Document syntax to disable PCH (#1092)
davidmatson
authored
5792511
View commit details
Copy full SHA for 5792511
View code at this point
Browse repository at this point
Commits on Jan 10, 2022
More reliable verbose path output (#1091)
kennykerr
authored
1ab11a3
View commit details
Copy full SHA for 1ab11a3
View code at this point
Browse repository at this point
Commits on Dec 15, 2021
Minor updates to binaries to enable tooling scans (#1077)
DefaultRyan
authored
acf7188
View commit details
Copy full SHA for acf7188
View code at this point
Browse repository at this point
Commits on Dec 8, 2021
Fix compilation under Clang (#1073)
sylveon
authored
0be01db
View commit details
Copy full SHA for 0be01db
View code at this point
Browse repository at this point
Commits on Nov 19, 2021
Allow non-void static setter methods when compiling with `-opt` (#1063)
kennykerr
authored
e192094
View commit details
Copy full SHA for e192094
View code at this point
Browse repository at this point
Commits on Oct 28, 2021
Improved struct ordering (#1052)
BenJKuhn
authored
bddd2e1
View commit details
Copy full SHA for bddd2e1
View code at this point
Browse repository at this point
Commits on Oct 25, 2021
Update comments written by component_writers.h (#1043)
ptorr-msft
authored
2f1e651
View commit details
Copy full SHA for 2f1e651
View code at this point
Browse repository at this point
Commits on Sep 30, 2021
Support binding std::optional<T> implementation to IReference<T> parameters (#1030)
kennykerr
authored
24af032
View commit details
Copy full SHA for 24af032
View code at this point
Browse repository at this point
Commits on Sep 22, 2021
std::format support (#1025)
sylveon
authored
71832b6
View commit details
Copy full SHA for 71832b6
View code at this point
Browse repository at this point
Commits on Aug 25, 2021
Ignore errors during manual unregistration (#1005)
sylveon
authored
f2f08f7
View commit details
Copy full SHA for f2f08f7
View code at this point
Browse repository at this point
Fix edge case in nested Windows namespace (#1004)
kennykerr
authored
8f40198
View commit details
Copy full SHA for 8f40198
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.