This is an automated email from the ASF dual-hosted git repository.

pnoltes pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/celix.git.


    from 7250126  Merge pull request #368 from 
stegemr/feature/fixVoidPromiseExceptions
     add f76b082  Adds async install,start,stop and uninstall bundle command 
for use in the shell commands
     add 44f2ed7  Small update in comments/doxygen
     new be7d721  Merge pull request #369 from 
apache/feature/deadlock_on_stop_cmd

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 bundles/shell/shell/CMakeLists.txt                 |   2 +-
 bundles/shell/shell/{test => gtest}/CMakeLists.txt |   4 +-
 .../src/ShellTestSuite.cc}                         |  32 ++-
 bundles/shell/shell/src/install_command.c          |  18 +-
 bundles/shell/shell/src/lb_command.c               |  89 +-----
 bundles/shell/shell/src/start_command.c            |   4 +-
 bundles/shell/shell/src/std_commands.c             |  10 +-
 bundles/shell/shell/src/stop_command.c             |   4 +-
 bundles/shell/shell/src/uninstall_command.c        |  11 +-
 bundles/shell/shell_tui/CMakeLists.txt             |  17 +-
 bundles/shell/shell_tui/README.md                  |   2 +-
 .../shell/shell_tui/gtest}/CMakeLists.txt          |  26 +-
 .../shell/shell_tui/gtest/src/ShellTuiTestSuite.cc | 238 ++++++++++++++++
 bundles/shell/shell_tui/private/src/activator.c    | 126 ---------
 bundles/shell/shell_tui/src/activator.c            | 101 +++++++
 .../shell/shell_tui/{private => }/src/history.c    |   0
 .../shell_tui/{private/include => src}/history.h   |   0
 .../shell/shell_tui/{private => }/src/shell_tui.c  | 305 ++++++++++++---------
 .../shell_tui/{private/include => src}/shell_tui.h |  32 ++-
 libs/framework/gtest/src/single_framework_test.cpp |  21 ++
 libs/framework/include/celix_framework.h           |  84 ++++--
 libs/framework/src/framework.c                     |  51 +++-
 .../src/framework_bundle_lifecycle_handler.c       |  29 +-
 libs/framework/src/framework_private.h             |  30 +-
 24 files changed, 787 insertions(+), 449 deletions(-)
 rename bundles/shell/shell/{test => gtest}/CMakeLists.txt (93%)
 rename bundles/shell/shell/{test/src/ShellTestSuite.cpp => 
gtest/src/ShellTestSuite.cc} (90%)
 copy {examples/celix-examples/dependency_manager_example_cxx => 
bundles/shell/shell_tui/gtest}/CMakeLists.txt (57%)
 create mode 100644 bundles/shell/shell_tui/gtest/src/ShellTuiTestSuite.cc
 delete mode 100644 bundles/shell/shell_tui/private/src/activator.c
 create mode 100644 bundles/shell/shell_tui/src/activator.c
 rename bundles/shell/shell_tui/{private => }/src/history.c (100%)
 rename bundles/shell/shell_tui/{private/include => src}/history.h (100%)
 rename bundles/shell/shell_tui/{private => }/src/shell_tui.c (55%)
 rename bundles/shell/shell_tui/{private/include => src}/shell_tui.h (66%)

Reply via email to