-
Notifications
You must be signed in to change notification settings - Fork 434
AppInstancing feature #772
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
74 commits
Select commit
Hold shift + click to select a range
7839c26
test updates
aeloros da5403a
Update versioning for DDLM since my changes delay load the call
aeloros 76813cb
Initial instancing implementation (pre-cleanup).
aeloros 1a4a48f
update the namespace
aeloros ba95c4e
Rename the activationarguments per api review.
aeloros 22c14f0
cleanup
aeloros 53f32b6
initial queue implementation
aeloros 119e68e
Saving off progress towards internal value marshaling.
aeloros e9cc888
RedirectActivationTo is now Async.
aeloros 2ab925f
remove comment
aeloros 6b8e66e
fix up bad merge
aeloros c6f9ef2
Updated data type names to match the rest of the project and their file.
aeloros 7d37cb7
more renames and a comment update
aeloros 887d02b
updated some consts to be named
aeloros da6d501
Delete ProjectReunion.sln.orig
aeloros 5190935
Delete ActivationRegistrationManager.cpp.orig
aeloros a93a670
Delete AppInstance.cpp.orig
aeloros b2f5d28
Delete AppInstance.h.orig
aeloros 428b35e
Delete AppLifecycle.idl.orig
aeloros b832dee
Delete AppLifecycle.vcxitems.orig
aeloros 40ba10c
Delete ExtensionContract.h.orig
aeloros cf527aa
Delete pch.h.orig
aeloros 5b6ab33
Delete main.cpp.orig
aeloros 2cee070
Delete ManualTestApp.vcxproj.orig
aeloros d83923d
Delete InstanceList.h.orig
aeloros cb34a73
Delete ProtocolActivatedEventArgs.h.orig
aeloros 23977b3
Delete RedirectionRequest.cpp.orig
aeloros c2987e4
Delete RedirectionRequest.h.orig
aeloros 8608583
Delete RedirectionRequestQueue.h.orig
aeloros 07ab03d
Delete shared_memory.h.orig
aeloros 3aeb3db
Delete ProjectReunion_BootstrapDLL.vcxproj.orig
aeloros 8e0533d
Delete ProjectReunion_DLL.vcxproj.orig
aeloros 2641d58
Delete DynamicDependency.DataStore.vcxproj.orig
aeloros 1854bfc
Delete packages.config.orig
aeloros 39784f5
Delete APITests.cpp.orig
aeloros 232c219
Delete pch.h.orig
aeloros b8d1399
Delete AppLifecycle.vcxproj.orig
aeloros 88ab86c
Delete FunctionalTests.cpp.orig
aeloros ce2c1b1
Delete packages.config.orig
aeloros 4ce4136
Delete DynamicDependency_Test_Win32.vcxproj.orig
aeloros 09e1e1f
Delete DynamicDependency_Test_WinRT.vcxproj.orig
aeloros 632272d
Delete AppLifecycleTestApp.vcxproj.orig
aeloros 55d6cdf
Delete Helpers.cpp.orig
aeloros 5b44d49
Delete SingleInstanceTest.cpp.orig
aeloros 096d003
Delete main.cpp.orig
aeloros efd18e1
Delete pch.h.orig
aeloros e6b1eb1
Delete packages.config.orig
aeloros fc16ae7
PR feedback
aeloros edb411f
pr feedback
aeloros 1321da3
pr feedback
aeloros fdfd919
Merge branch 'main' into user/aeloros/instancing
aeloros 3c68350
pr feedback
aeloros d044a66
Merge branch 'user/aeloros/instancing' of https://github.com/microsof…
aeloros db4898a
pr feedback
aeloros dc1ca2c
use const& more when possible.
aeloros acbeee0
Merge branch 'main' into user/aeloros/instancing
aeloros cc149ed
PR feedback
aeloros 2aa76f3
Merge branch 'user/aeloros/instancing' of https://github.com/microsof…
aeloros 119357d
PR feedback
aeloros 4595ab9
pr feedback
aeloros 2f2d482
pr feedback around namespaces
aeloros f8f63ef
more pr feedback
aeloros e321ca7
pr feedback
aeloros 54dec41
Merge branch 'main' into user/aeloros/instancing
aeloros fc197a4
Merge branch 'main' into user/aeloros/instancing
aeloros fb3f484
updating file paths for a build break
aeloros 21c9cb0
more build breaks
aeloros ebdec7d
break
aeloros 0b348ef
more build breaks
aeloros 4432b0c
break
aeloros 39cf808
release only build breaks
aeloros 9faab5d
Merge branch 'main' into user/aeloros/instancing
aeloros 9fe2ea1
file path fix
aeloros bef01ee
Merge branch 'user/aeloros/instancing' of https://github.com/microsof…
aeloros File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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
9 changes: 0 additions & 9 deletions
9
build/NuSpecs/Intellisense/Microsoft.ApplicationModel.Activation.xml
This file was deleted.
Oops, something went wrong.
9 changes: 9 additions & 0 deletions
9
build/NuSpecs/Intellisense/Microsoft.Windows.AppLifecycle.xml
This file contains hidden or 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 |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| <?xml version="1.0" encoding="utf-8"?> | ||
| <doc> | ||
| <assembly> | ||
| <name>Microsoft.Windows.AppLifecycle</name> | ||
| </assembly> | ||
| <members> | ||
| </members> | ||
| </doc> | ||
|
|
This file contains hidden or 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 hidden or 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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.