You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@celix.apache.org by GitBox <gi...@apache.org> on 2019/09/28 14:47:26 UTC

[GitHub] [celix] rlenferink opened a new issue #94: Add support for static/linked libraries bundles

rlenferink opened a new issue #94: Add support for static/linked libraries bundles
URL: https://github.com/apache/celix/issues/94
 
 
   Adds support for static bundle libraries. These bundles can be used to create a single executable celix containers. For different reasons (e.g. security), docker containers, etc.
   
   Proposal:
   
   The static library bundle  should use the _attribute_((constructor)) to register itself to all (or first?) register celix frameworks. The function which does this can be generated in the CMake command for creating the static library bundle (e.g. add_celix_static_bundle). The constructor should register the activator callbacks (which as result should have unique symbols names) and attached bundle resource symbols (same as in the shared library bundle)
   
   ---
   
   Original creation date: 31/Jan/2018
   Reporter: @pnoltes 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services