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

pnoltes pushed a change to branch feature/674-add-element-type-to-array-list
in repository https://gitbox.apache.org/repos/asf/celix.git


    from 86e3b7a4 #674 Add test that triggers a realloc for the array list
     add 05047d54 gh-674: Refactor array list to not allow NULL entries.

No new revisions were added by this update.

Summary of changes:
 CHANGES.md                                         |   1 +
 .../error_injector/celix_array_list/CMakeLists.txt |   7 +-
 .../celix_array_list/include/celix_array_list_ei.h |  15 +-
 .../celix_array_list/src/celix_array_list_ei.cc    |  55 ++---
 libs/utils/gtest/CMakeLists.txt                    |  24 ++-
 .../gtest/src/ArrayListErrorInjectionTestSuite.cc  |  11 +-
 libs/utils/gtest/src/ArrayListTestSuite.cc         | 219 +++-----------------
 .../gtest/src/FilterErrorInjectionTestSuite.cc     |  37 +++-
 libs/utils/include/celix_array_list.h              | 221 +-------------------
 libs/utils/src/array_list.c                        | 229 ++-------------------
 libs/utils/src/filter.c                            |  25 +--
 11 files changed, 146 insertions(+), 698 deletions(-)

Reply via email to