You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@celix.apache.org by pn...@apache.org on 2018/01/30 19:24:42 UTC

[13/13] celix git commit: Merge branch 'master' into develop

Merge branch 'master' into develop


Project: http://git-wip-us.apache.org/repos/asf/celix/repo
Commit: http://git-wip-us.apache.org/repos/asf/celix/commit/e78ecc56
Tree: http://git-wip-us.apache.org/repos/asf/celix/tree/e78ecc56
Diff: http://git-wip-us.apache.org/repos/asf/celix/diff/e78ecc56

Branch: refs/heads/develop
Commit: e78ecc5653d13e104bffcd79ad267c9149eaa091
Parents: 532273a 353ac0d
Author: Pepijn Noltes <pe...@gmail.com>
Authored: Tue Jan 30 20:33:22 2018 +0100
Committer: Pepijn Noltes <pe...@gmail.com>
Committed: Tue Jan 30 20:33:22 2018 +0100

----------------------------------------------------------------------
 CHANGES                                         | 215 ----------------
 CHANGES.md                                      | 252 +++++++++++++++++++
 CMakeLists.txt                                  |   8 +-
 NOTICE                                          |   1 +
 README.md                                       |  17 ++
 RELEASE_NOTES                                   |  55 ++--
 cmake/cmake_celix/BundlePackaging.cmake         |  90 +++++--
 cmake/cmake_celix/DeployPackaging.cmake         |  39 ++-
 cmake/cmake_celix/DockerPackaging.cmake         |  14 +-
 cmake/cmake_celix/Runtimes.cmake                |  17 ++
 config_admin/CMakeLists.txt                     |   2 +-
 .../example_test/CMakeLists.txt                 |   2 +-
 .../example_test2/CMakeLists.txt                |   2 +-
 config_admin/example/CMakeLists.txt             |   2 +-
 config_admin/readme.md                          |  17 ++
 config_admin/service/CMakeLists.txt             |   2 +-
 dependency_manager/CMakeLists.txt               |   5 +-
 dependency_manager/readme.md                    |  17 ++
 dependency_manager_cxx/CMakeLists.txt           |   5 +-
 dependency_manager_cxx/readme.md                |  17 ++
 deployment_admin/CMakeLists.txt                 |   6 +-
 deployment_admin/README.md                      |  17 ++
 device_access/README.md                         |  17 ++
 device_access/device_access/CMakeLists.txt      |   4 +-
 device_access/driver_locator/CMakeLists.txt     |   4 +-
 device_access/example/CMakeLists.txt            |   4 +-
 .../example/base_driver/CMakeLists.txt          |   2 +-
 .../example/consuming_driver/CMakeLists.txt     |   2 +-
 .../example/refining_driver/CMakeLists.txt      |   2 +-
 dfi/CMakeLists.txt                              |   1 +
 documents/building/readme.md                    |  31 ++-
 documents/cmake_commands/readme.md              | 156 ++++++------
 .../getting_started/creating_a_simple_bundle.md | 128 ++++++----
 .../getting_started/getting_started_img3.png    | Bin 127686 -> 0 bytes
 documents/getting_started/readme.md             |  22 +-
 .../getting_started/using_services_with_c.md    | 125 +++++----
 .../getting_started/using_services_with_cxx.md  |  17 ++
 documents/intro/readme.md                       |  17 ++
 documents/roadmap/api_v3/readme.md              |  19 +-
 documents/roadmap/improvement_ideas.md          |  19 +-
 documents/roadmap/roadmap.md                    |  17 ++
 documents/subprojects/readme.md                 |  17 ++
 etcdlib/CMakeLists.txt                          |   3 +-
 etcdlib/README.md                               |  17 ++
 event_admin/CMakeLists.txt                      |   6 +-
 event_admin/event_admin/CMakeLists.txt          |   4 +-
 event_admin/event_handler/CMakeLists.txt        |   4 +-
 event_admin/event_publisher/CMakeLists.txt      |   4 +-
 examples/dm_example/CMakeLists.txt              |   2 +-
 examples/dm_example/phase1/CMakeLists.txt       |   2 +-
 examples/dm_example/phase2a/CMakeLists.txt      |   2 +-
 examples/dm_example/phase2b/CMakeLists.txt      |   2 +-
 examples/dm_example/phase3/CMakeLists.txt       |   2 +-
 examples/dm_example_cxx/CMakeLists.txt          |   2 +-
 examples/dm_example_cxx/phase1/CMakeLists.txt   |   2 +-
 examples/dm_example_cxx/phase2a/CMakeLists.txt  |   2 +-
 examples/dm_example_cxx/phase2b/CMakeLists.txt  |   2 +-
 examples/dm_example_cxx/phase3/CMakeLists.txt   |   2 +-
 .../phase3_locking/CMakeLists.txt               |   2 +-
 examples/hello_world/CMakeLists.txt             |  10 +-
 examples/hello_world_test/CMakeLists.txt        |  16 +-
 examples/log_service_example/CMakeLists.txt     |   4 +-
 examples/mongoose/CMakeLists.txt                |   6 +-
 examples/service_hook_example/CMakeLists.txt    |   4 +-
 examples/services_example_c/CMakeLists.txt      |   2 +-
 examples/services_example_c/bar/CMakeLists.txt  |   2 +-
 examples/services_example_c/foo1/CMakeLists.txt |   2 +-
 examples/services_example_c/foo2/CMakeLists.txt |   2 +-
 examples/services_example_cxx/CMakeLists.txt    |   2 +-
 .../services_example_cxx/bar/CMakeLists.txt     |   2 +-
 .../services_example_cxx/baz/CMakeLists.txt     |   2 +-
 .../services_example_cxx/foo/CMakeLists.txt     |   2 +-
 examples/whiteboard/CMakeLists.txt              |   4 +-
 examples/whiteboard/publisherA/CMakeLists.txt   |   2 +-
 examples/whiteboard/publisherB/CMakeLists.txt   |   2 +-
 examples/whiteboard/tracker/CMakeLists.txt      |   2 +-
 .../whiteboard/tracker_depman/CMakeLists.txt    |   2 +-
 .../test_bundle1/CMakeLists.txt                 |   2 +-
 framework/private/src/celix_launcher.c          |  12 +-
 launcher/README.md                              |  17 ++
 log_service/CMakeLists.txt                      |   4 +-
 log_service/README.md                           |  17 ++
 log_writer/README.md                            |  17 ++
 log_writer/log_writer_stdout/CMakeLists.txt     |   4 +-
 log_writer/log_writer_syslog/CMakeLists.txt     |   4 +-
 pubsub/CMakeLists.txt                           |   2 +-
 pubsub/README.md                                |  17 ++
 pubsub/deploy/CMakeLists.txt                    |  22 +-
 pubsub/examples/keys/README.md                  |  17 ++
 pubsub/examples/keys/publisher/private/.gitkeep |  14 ++
 pubsub/examples/keys/publisher/public/.gitkeep  |  16 ++
 .../examples/keys/subscriber/private/.gitkeep   |  16 ++
 pubsub/examples/keys/subscriber/public/.gitkeep |  16 ++
 .../examples/mp_pubsub/publisher/CMakeLists.txt |   8 +-
 .../mp_pubsub/subscriber/CMakeLists.txt         |   8 +-
 .../pubsub/msg_descriptors/poi1.properties      |  17 ++
 .../pubsub/msg_descriptors/poi2.properties      |  17 ++
 pubsub/examples/pubsub/publisher/CMakeLists.txt |  10 +-
 .../examples/pubsub/publisher2/CMakeLists.txt   |  10 +-
 .../examples/pubsub/subscriber/CMakeLists.txt   |  10 +-
 pubsub/pubsub_admin_udp_mc/CMakeLists.txt       |   4 +-
 pubsub/pubsub_admin_udp_mc/README.md            |  17 ++
 .../private/src/topic_publication.c             |  11 +-
 pubsub/pubsub_admin_zmq/CMakeLists.txt          |   4 +-
 .../private/src/topic_publication.c             |   9 +-
 .../public/include/pubsub_admin_match.h         |  21 +-
 .../public/src/pubsub_admin_match.c             |  22 +-
 pubsub/pubsub_discovery/CMakeLists.txt          |   4 +-
 pubsub/pubsub_serializer_json/CMakeLists.txt    |   4 +-
 pubsub/pubsub_topology_manager/CMakeLists.txt   |   6 +-
 pubsub/test/CMakeLists.txt                      |  16 +-
 rat-excludes.txt                                |   7 +-
 remote_services/README.md                       |  17 ++
 .../discovery_configured/CMakeLists.txt         |   4 +-
 remote_services/discovery_etcd/CMakeLists.txt   |   4 +-
 remote_services/discovery_etcd/README.md        |  17 ++
 remote_services/discovery_shm/CMakeLists.txt    |   4 +-
 remote_services/examples/CMakeLists.txt         |  28 +--
 .../examples/calculator_endpoint/CMakeLists.txt |   2 +-
 .../calculator_endpoint2/CMakeLists.txt         |   2 +-
 .../examples/calculator_proxy/CMakeLists.txt    |   2 +-
 .../examples/calculator_proxy2/CMakeLists.txt   |   2 +-
 .../examples/calculator_service/CMakeLists.txt  |   4 +-
 .../examples/calculator_shell/CMakeLists.txt    |   4 +-
 remote_services/remote_service_admin/README.md  |  17 ++
 .../remote_service_admin_dfi/rsa/CMakeLists.txt |   4 +-
 .../rsa_tst/bundle/CMakeLists.txt               |   4 +-
 .../remote_service_admin_http/CMakeLists.txt    |   4 +-
 .../remote_service_admin_shm/CMakeLists.txt     |   4 +-
 remote_services/topology_manager/CMakeLists.txt |   4 +-
 remote_services/topology_manager/README.md      |  17 ++
 .../tms_tst/bundle/CMakeLists.txt               |   4 +-
 .../tms_tst/disc_mock/CMakeLists.txt            |   2 +-
 remote_shell/CMakeLists.txt                     |   6 +-
 remote_shell/README.md                          |  17 ++
 shell/CMakeLists.txt                            |   6 +-
 shell/README.md                                 |  17 ++
 shell_bonjour/CMakeLists.txt                    |   4 +-
 shell_tui/CMakeLists.txt                        |   4 +-
 shell_tui/README.md                             |  17 ++
 utils/README.md                                 |  17 ++
 141 files changed, 1482 insertions(+), 692 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/celix/blob/e78ecc56/NOTICE
----------------------------------------------------------------------