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 2020/02/10 19:32:35 UTC

[celix] branch develop updated (4200088 -> a891cad)

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

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


    from 4200088  Merge pull request #150 from apache/feature/query_command
     new 0ad0cfe  Add parsing of version and filter on version when calling useService*.
     new 6d26f9d  Merge branch 'develop' into useService_add_version_filter
     new a9336ec  Fix #140, wrong working directory
     new 37ab091  Re-enable version and version_range tests and fix them
     new e407709  Add missing argument to log statement
     new 57b7a5f  Move creation of LDAP filter to utils, add tests
     new 5d001c2  Merge branch 'develop' into useService_add_version_filter
     new 7b4d13f  Remove unnecessary includes
     new a891cad  Merge pull request #139 from Oipo/useService_add_version_filter

The 1851 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:
 libs/framework/src/service_registry.c              |   2 +-
 libs/framework/src/service_tracker.c               |  44 ++-
 .../test/bundle_context_services_test.cpp          |  77 ++++
 libs/utils/CMakeLists.txt                          |  10 +
 libs/utils/include/version_range.h                 |  16 +
 libs/utils/private/test/version_range_test.cpp     | 415 ++++++++++++++++-----
 libs/utils/private/test/version_test.cpp           |  10 +-
 libs/utils/src/version.c                           |   8 +-
 libs/utils/src/version_range.c                     |  77 ++++
 9 files changed, 538 insertions(+), 121 deletions(-)