Skip to content

Commit

Permalink
gh-685: Refactor celix launcher
Browse files Browse the repository at this point in the history
  • Loading branch information
pnoltes committed Jun 1, 2024
1 parent 0c859f0 commit ddf0a77
Show file tree
Hide file tree
Showing 14 changed files with 569 additions and 437 deletions.
2 changes: 2 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ limitations under the License.
and `celix/IOException.h` are removed.
- The seperator for `CELIX_AUTO_START_0` .. `CELIX_AUTO_START_6` and `CELIX_AUTO_INSTALL` is now a comma instead of a
space.
- The launcher now only has 2 public functions: `celix_launcher_launchAndWait` and `celix_launcher_triggerStop`. The
other functions are removed.

## New Features

Expand Down
Loading

0 comments on commit ddf0a77

Please sign in to comment.