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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
iCodeIN
/
cppwinrt
Public
forked from
microsoft/cppwinrt
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
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
strings
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Mar 22, 2021
Restore Win7 compat by using old versions of threadpool functions (#895)
oldnewthing
authored
1502e29
View commit details
Copy full SHA for 1502e29
View code at this point
Browse repository at this point
Commits on Mar 18, 2021
Use compiler-specific WINRT_IMPL_NOINLINE macro for noinline functions (#893)
oldnewthing
authored
d61cb15
View commit details
Copy full SHA for d61cb15
View code at this point
Browse repository at this point
Commits on Mar 12, 2021
Fix support for x86 builds with Clang (#889)
arthurbiancarelli
authored
c70d938
View commit details
Copy full SHA for c70d938
View code at this point
Browse repository at this point
Commits on Mar 10, 2021
Reduce size of compiled base.h due to get_runtime_activation_factory (#876)
asklar
authored
7ec62b7
View commit details
Copy full SHA for 7ec62b7
View code at this point
Browse repository at this point
Commits on Mar 8, 2021
Allow IAsync...WithProgress to report intermediate results (#870)
oldnewthing
authored
e37bf8a
View commit details
Copy full SHA for e37bf8a
View code at this point
Browse repository at this point
Commits on Mar 4, 2021
abort (#868)
kennykerr
authored
fc9b4d7
View commit details
Copy full SHA for fc9b4d7
View code at this point
Browse repository at this point
Clang workarounds (#867)
kennykerr
authored
c350ff3
View commit details
Copy full SHA for c350ff3
View code at this point
Browse repository at this point
Commits on Feb 26, 2021
Allow empty apartment_contexts (#861)
oldnewthing
authored
386cd60
View commit details
Copy full SHA for 386cd60
View code at this point
Browse repository at this point
Commits on Feb 16, 2021
to_message() function extracts exception text from catch(...) (#857)
oldnewthing
authored
dead82f
View commit details
Copy full SHA for dead82f
View code at this point
Browse repository at this point
Commits on Feb 11, 2021
Always bounce through the threadpool when switching from STA (#856)
oldnewthing
authored
0835afb
View commit details
Copy full SHA for 0835afb
View code at this point
Browse repository at this point
Commits on Jan 27, 2021
Make return address extraction work on more compilers (#845)
oldnewthing
authored
fbf0543
View commit details
Copy full SHA for fbf0543
View code at this point
Browse repository at this point
Commits on Jan 23, 2021
Add a hook to throw_hresult for integration with WIL (#843)
dmachaj
authored
e439dcc
View commit details
Copy full SHA for e439dcc
View code at this point
Browse repository at this point
Commits on Jan 5, 2021
Define guid constructor to parse string_view (#833)
tusharpm
authored
9ed46e2
View commit details
Copy full SHA for 9ed46e2
View code at this point
Browse repository at this point
Commits on Dec 17, 2020
Prevent inadvertent assignment to temporary object (#825)
oldnewthing
authored
7b109f4
View commit details
Copy full SHA for 7b109f4
View code at this point
Browse repository at this point
Commits on Dec 2, 2020
Support boxing delegates (#810)
kennykerr
authored
36759dc
View commit details
Copy full SHA for 36759dc
View code at this point
Browse repository at this point
Commits on Nov 30, 2020
Support _USE_32BIT_TIME_T (#808)
kennykerr
authored
81b475f
View commit details
Copy full SHA for 81b475f
View code at this point
Browse repository at this point
Commits on Oct 26, 2020
Clang conformance (#779)
kennykerr
authored
22f3b70
View commit details
Copy full SHA for 22f3b70
View code at this point
Browse repository at this point
Commits on Oct 21, 2020
Add try_get_activation_factory overloads with class name (#769)
ChrisGuzak
authored
47aef80
View commit details
Copy full SHA for 47aef80
View code at this point
Browse repository at this point
Commits on Oct 15, 2020
Define co_await operators for C++20 coroutines as well (#764) (#765)
kobykahane
authored
ed1079a
View commit details
Copy full SHA for ed1079a
View code at this point
Browse repository at this point
Commits on Oct 5, 2020
VS 2017 compatibility for enable_await_cancellation (#757)
oldnewthing
authored
198a827
View commit details
Copy full SHA for 198a827
View code at this point
Browse repository at this point
Commits on Sep 21, 2020
C++20 coroutine support (#748)
kennykerr
authored
ff7ab25
View commit details
Copy full SHA for ff7ab25
View code at this point
Browse repository at this point
Commits on Sep 18, 2020
Allow cancellation to be propagated to child coroutines (#721)
oldnewthing
authored
c20a75b
View commit details
Copy full SHA for c20a75b
View code at this point
Browse repository at this point
Commits on Sep 1, 2020
Add ODR detection to WINRT_NO_MAKE_DETECTION (#735)
oldnewthing
authored
84d2814
View commit details
Copy full SHA for 84d2814
View code at this point
Browse repository at this point
Commits on Aug 5, 2020
add nodiscard to weak_ref agile_ref get (#719)
ChrisGuzak
authored
af6c70e
View commit details
Copy full SHA for af6c70e
View code at this point
Browse repository at this point
Status() doesn't need a lock (#717)
oldnewthing
authored
0ad697e
View commit details
Copy full SHA for 0ad697e
View code at this point
Browse repository at this point
Commits on Jul 30, 2020
error_info_fallback needs to convert empty message (#711)
oldnewthing
authored
fc1a9ab
View commit details
Copy full SHA for fc1a9ab
View code at this point
Browse repository at this point
Commits on Jul 29, 2020
Make vector<bool> work again (#703)
dunhor
authored
820fed5
View commit details
Copy full SHA for 820fed5
View code at this point
Browse repository at this point
Improve error message if you co_await a non-awaitable (#702)
oldnewthing
authored
95c342e
View commit details
Copy full SHA for 95c342e
View code at this point
Browse repository at this point
Commits on Jul 28, 2020
Add multi-threaded collections (#692)
dunhor
authored
ab89b9f
View commit details
Copy full SHA for ab89b9f
View code at this point
Browse repository at this point
Commits on Jul 21, 2020
Enable conversion between winrt::clock and std::chrono::system_clock (#698)
Show description for f6932fe
DefaultRyan
and
kennykerr
authored
f6932fe
View commit details
Copy full SHA for f6932fe
View code at this point
Browse repository at this point
Add value type support to as() and try_as() (#695)
oldnewthing
authored
aed7977
View commit details
Copy full SHA for aed7977
View code at this point
Browse repository at this point
Commits on Jul 14, 2020
Don't free the apartment_context while we are still using it (#691)
oldnewthing
authored
9ddc0bb
View commit details
Copy full SHA for 9ddc0bb
View code at this point
Browse repository at this point
Commits on Jul 13, 2020
diagnose throw_hresult(success_code) better (#689)
oldnewthing
authored
5869973
View commit details
Copy full SHA for 5869973
View code at this point
Browse repository at this point
Commits on Jul 10, 2020
Accommodate other "key not found" errors (#687)
oldnewthing
authored
048c5c6
View commit details
Copy full SHA for 048c5c6
View code at this point
Browse repository at this point
Disable warning 4458 in delegates (#686)
oldnewthing
authored
5a5e33c
View commit details
Copy full SHA for 5a5e33c
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.