-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for callers using programmatic, non command line interface …
…#888 (#984) * Prototype of exposing winget to out of proc UWP apps. Create com exe for wrapping a winrt interface with proof of concept call to winget. * Com server changes Support all architectures, progress callbacks. * Update com api proposal * Update samples. * Update API to match review and fix build issues * Update for draft api. API definitions and partial hookup. * Implement more of the api surface Most of the sample code now implemented. * Update with more api implementations. * Fix project settings. * More api implementations and fake vector class. * Switch to new lifetime management for oop * Lifetime management fixes. * Add log parameter. * Remove manual winmd post build generation. * API updates * Merge changes from main branch. * API updates * API updates and implementation * Add support for callers using programmatic, non command line interface #888 (#9) * Prototype of exposing winget to out of proc UWP apps. Create com exe for wrapping a winrt interface with proof of concept call to winget. * Com server changes Support all architectures, progress callbacks. * Update com api proposal * Update samples. * Update API to match review and fix build issues * Update for draft api. API definitions and partial hookup. * Implement more of the api surface Most of the sample code now implemented. * Update with more api implementations. * Fix project settings. * More api implementations and fake vector class. * Switch to new lifetime management for oop * Lifetime management fixes. * Add log parameter. * Remove manual winmd post build generation. * API updates * Merge changes from main branch. * API updates * API updates and implementation * Switch from Id to Name due to rest sources * Copyright and project updates. * Update project name. * Add composite changes. * Revert refactor due to locking issue. * Move folder again, pr comment updates * FIx comment. * Remove GetSourceByIdentifier * Match target versions on new projects to existing * Fix percentage calculation. * Add experimental feature. * Fix signed\unsigned warning and progress values. * Fix comments & CompositeSearch::AvailablePackages * fix comment. * Update cppwinrt again * Remove unintended packaging change * Remove pch to try to reduce disk usage in build * Enable WPM Client Telemetry for COM Calls and Update Projects settings for succsesful inclusion in DesktopAppInstaller solution * Add error mapping. * Idl changes and error catching. * Try using PackageES for build for disk space * Rename the experimental feature. * Revert pipeline test. * Drop ARM from builds * Use details to open source instead of name * Fix source list updatetime metadata saving Co-authored-by: Santosh Chintalapati <[email protected]> Co-authored-by: JohnMcPMS <[email protected]>
- Loading branch information
1 parent
3d605e0
commit 5d6b04b
Showing
76 changed files
with
3,412 additions
and
156 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<packages> | ||
<package id="Microsoft.Windows.CppWinRT" version="2.0.200729.8" targetFramework="native" /> | ||
<package id="Microsoft.Windows.CppWinRT" version="2.0.210505.3" targetFramework="native" /> | ||
</packages> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<packages> | ||
<package id="Microsoft.Windows.CppWinRT" version="2.0.200729.8" targetFramework="native" /> | ||
<package id="Microsoft.Windows.ImplementationLibrary" version="1.0.200519.2" targetFramework="native" /> | ||
<package id="Microsoft.Windows.CppWinRT" version="2.0.210505.3" targetFramework="native" /> | ||
<package id="Microsoft.Windows.ImplementationLibrary" version="1.0.210204.1" targetFramework="native" /> | ||
</packages> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.