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 5443d7eb Merge pull request #521 from xuzhenbao/err_injector_improve
add 71c6a914 Refactor filter match so that filter attributes use compare
with long, double or version if needed.
add 3493d6a1 Refactor cpputest filter tests to gtest
add f0e9b3d9 Add additional filter tests
add 9635b7ac Merge remote-tracking branch 'origin/master' into
feature/parse_filter_attribute_types
add 0c72d2d3 Remove static utils convert function from filter.c
add c3d3b0dc Merge branch 'master' into
feature/parse_filter_attribute_types
add 4ddf446b Add missing return value check and prevent int overflow in
filter.c
add 3b838037 Add test inf, -inf and nan test for convert str to double
new 94d06c4b Merge pull request #505 from
apache/feature/parse_filter_attribute_types
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:
libs/utils/CMakeLists.txt | 6 -
libs/utils/gtest/CMakeLists.txt | 1 +
libs/utils/gtest/src/ConvertUtilsTestSuite.cc | 16 +
libs/utils/gtest/src/CxxFilterTestSuite.cc | 56 ++-
libs/utils/gtest/src/FilterTestSuite.cc | 433 ++++++++++++++++++++
libs/utils/include/celix_filter.h | 7 +-
libs/utils/private/test/filter_test.cpp | 546 --------------------------
libs/utils/src/filter.c | 134 ++++++-
8 files changed, 633 insertions(+), 566 deletions(-)
create mode 100644 libs/utils/gtest/src/FilterTestSuite.cc
delete mode 100644 libs/utils/private/test/filter_test.cpp