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 dacbc04  Merge pull request #384 from PengZheng/rsa_cmake_fix
     new cb8799c  Added support functions for filters to check for attribute 
keys that indicate that a value has to be present with a specified value and 
for attribute keys that indicate that no value may be present.
     new 049c09b  Narrowed the result to mandatory attributes, optional 
attributes now return false. Renamed the functions / methods to reflect the 
mandatory nature. Updated documentation.
     new 24d9517  Updated documentation.
     new a88cd64  Fix RSA CMake error.
     new 49d00b3  Changed size_t to int where int was returned, changed const 
std::string& to std::string_view (where possible) and changed strncmp to 
celix_utils_stringEquals.
     new 3030ad3  Merge pull request #385 from 
jermus67/feature/filter_attributes_support

The 2606 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/utils/gtest/src/CxxFilterTestSuite.cc | 36 ++++++++++++
 libs/utils/include/celix/Filter.h          | 35 +++++++++--
 libs/utils/include/celix_filter.h          | 21 +++++++
 libs/utils/src/filter.c                    | 94 +++++++++++++++++++++++++-----
 4 files changed, 166 insertions(+), 20 deletions(-)

Reply via email to