This is an automated email from the ASF dual-hosted git repository.
pnoltes pushed a change to branch feature/685-properties-json-serialization
in repository https://gitbox.apache.org/repos/asf/celix.git
from 83682fd5 gh-685: Encode list containing NAN/INF and some minor
documentation improvements.
add 2eed6936 gh-685: Improve exception usage in C++ properties store/load
No new revisions were added by this update.
Summary of changes:
CHANGES.md | 2 +
libs/framework/include/celix/FrameworkExceptions.h | 2 +-
.../include/celix/ScheduledEventBuilder.h | 4 +-
libs/utils/gtest/CMakeLists.txt | 1 +
libs/utils/gtest/src/CxxExceptionsTestSuite.cc | 52 ++++++++++++++++
.../utils/gtest/src/PropertiesEncodingTestSuite.cc | 8 +--
libs/utils/include/celix/Exception.h | 33 ----------
libs/utils/include/celix/Exceptions.h | 71 ++++++++++++++++++++++
libs/utils/include/celix/Filter.h | 2 +-
libs/utils/include/celix/IOException.h | 51 ----------------
libs/utils/include/celix/Properties.h | 26 ++++----
11 files changed, 149 insertions(+), 103 deletions(-)
create mode 100644 libs/utils/gtest/src/CxxExceptionsTestSuite.cc
delete mode 100644 libs/utils/include/celix/Exception.h
create mode 100644 libs/utils/include/celix/Exceptions.h
delete mode 100644 libs/utils/include/celix/IOException.h