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

pnoltes pushed a change to branch feature/674-improve-properties
in repository https://gitbox.apache.org/repos/asf/celix.git


    from 21731030 Fix memleak in celix_properties_setVersions
     new abb64566 Fix parse error in celix_version_parse
     new ccd4b358 Add getString / getAsString to celix properties
     new d55c411e Fix memleak in properties
     new 82246c13 Improve references handling in rsa_shm_impl.c
     new 7047b644 Add properties and filter introduction documentation

The 5 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:
 .../rsa_shm/src/rsa_shm_impl.c                     |   9 +-
 documents/README.md                                |   2 +
 documents/patterns.md                              |   2 +-
 documents/properties_and_filter.md                 | 121 +++++++++++++++++++++
 libs/utils/gtest/src/CxxPropertiesTestSuite.cc     |   8 +-
 .../gtest/src/PropertiesErrorInjectionTestSuite.cc |   2 +-
 libs/utils/gtest/src/PropertiesTestSuite.cc        |   9 +-
 libs/utils/gtest/src/VersionTestSuite.cc           |  12 ++
 libs/utils/include/celix/Properties.h              |  41 ++++++-
 libs/utils/include/celix_properties.h              |  78 ++++++++++++-
 libs/utils/src/properties.c                        | 100 ++++++++++++-----
 libs/utils/src/version.c                           |   6 +-
 12 files changed, 334 insertions(+), 56 deletions(-)
 create mode 100644 documents/properties_and_filter.md

Reply via email to