Skip to content
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

New install api #481

Merged
merged 35 commits into from
Jul 17, 2020
Merged

New install api #481

merged 35 commits into from
Jul 17, 2020

Conversation

carneyweb
Copy link
Contributor

This pull request includes the changes to support the addition of a new BundleContext::InstallBundles API. It also includes some changes to remove extraneous output to stdout. Please let me know of any code changes that are needed, questions that you have, or any other issues. There is an accompanying RFC here: https://github.com/CppMicroServices/rfcs/blob/master/text/0006-BundleContext-Install-API.md. I forgot to branch before writing it. Sorry about that. Please review this as well. If there are changes requested (as I'm sure there will be) I'll make them on a separate branch before issuing a pull request with them.

Thanks everyone!

framework/include/cppmicroservices/BundleContext.h Outdated Show resolved Hide resolved
framework/src/bundle/BundleArchive.h Outdated Show resolved Hide resolved
framework/src/bundle/BundleArchive.h Outdated Show resolved Hide resolved
framework/src/bundle/BundlePrivate.cpp Outdated Show resolved Hide resolved
framework/src/bundle/BundleRegistry.cpp Outdated Show resolved Hide resolved
framework/test/gtest/BundleManifestTest.cpp Show resolved Hide resolved
framework/test/gtest/BundleManifestTest.cpp Outdated Show resolved Hide resolved
framework/test/gtest/BundleManifestTest.cpp Outdated Show resolved Hide resolved
framework/test/gtest/BundleManifestTest.cpp Outdated Show resolved Hide resolved
framework/src/bundle/BundleRegistry.cpp Outdated Show resolved Hide resolved
Copy link
Member

@jeffdiclemente jeffdiclemente left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please apply code formatting found in clang-format to BundleRegistry.cpp

framework/src/bundle/BundleRegistry.h Outdated Show resolved Hide resolved
framework/include/cppmicroservices/BundleContext.h Outdated Show resolved Hide resolved
framework/src/bundle/BundleArchive.h Show resolved Hide resolved
framework/src/bundle/BundleRegistry.h Outdated Show resolved Hide resolved
framework/src/bundle/BundleRegistry.cpp Outdated Show resolved Hide resolved
framework/include/cppmicroservices/BundleContext.h Outdated Show resolved Hide resolved
framework/test/gtest/BundleManifestTest.cpp Show resolved Hide resolved
@carneyweb
Copy link
Contributor Author

Done.

framework/src/bundle/BundleArchive.cpp Outdated Show resolved Hide resolved
framework/src/bundle/BundleArchive.cpp Outdated Show resolved Hide resolved
framework/src/bundle/BundleRegistry.h Outdated Show resolved Hide resolved
framework/src/bundle/BundleResourceContainer.cpp Outdated Show resolved Hide resolved
framework/src/bundle/BundleStorageMemory.cpp Outdated Show resolved Hide resolved
framework/include/cppmicroservices/BundleContext.h Outdated Show resolved Hide resolved
framework/src/bundle/BundleRegistry.cpp Outdated Show resolved Hide resolved
framework/src/bundle/BundleRegistry.cpp Outdated Show resolved Hide resolved
framework/src/bundle/BundleRegistry.cpp Outdated Show resolved Hide resolved
framework/src/bundle/BundleRegistry.cpp Outdated Show resolved Hide resolved
framework/src/bundle/BundleRegistry.cpp Show resolved Hide resolved
framework/src/bundle/BundleRegistry.cpp Outdated Show resolved Hide resolved
@carneyweb carneyweb merged commit 87e8eb1 into development Jul 17, 2020
@jeffdiclemente jeffdiclemente deleted the newInstallAPI branch July 17, 2020 13:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants