This is an automated email from the ASF dual-hosted git repository.
lordgamez pushed a change to branch MINIFICPP-2871
in repository https://gitbox.apache.org/repos/asf/nifi-minifi-cpp.git
omit 69e899227 MINIFICPP-2871 Create conanfile for openssl-fips target
omit 233294e3a MINIFICPP-2866 Add Conan support for SOCI and iODBC libraries
omit aad7c821f MINIFICPP-2861 Add Conan support for docker and clang CI
builds
add 2f7ce29bc MINIFICPP-2862 Add StandardValidator::NUMBER_VALIDATOR
(#2232)
add acf6bc7e4 MINIFICPP-2879 Use FIPS when MINIFI_FIPS environment
variable is set (#2235)
add a1aaf191f MINIFICPP-2882 Fix missing catch2 target in Conan build
(#2236)
add b2d7921cd MINIFICPP-2880 Drop clang18 support (#2240)
add d89fea9eb MINIFICPP-2881 Set MINIFI_API_VERSION to 2 (#2244)
add 894ba4d1e MINIFICPP-2861 Add Conan support for docker and clang CI
builds (#2216)
add a6d147bbb MINIFICPP-2877 Clean up memcheck (#2243)
add dfba4edfb MINIFICPP-2866 Add Conan support for SOCI and iODBC
libraries (#2218)
add 38d69ebe6 MINIFICPP-2871 Create conanfile for openssl-fips target
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (69e899227)
\
N -- N -- N refs/heads/MINIFICPP-2871 (38d69ebe6)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.../ubuntu_22_04_clang_arm_manifest.json | 2 +-
.github/workflows/compiler-support.yml | 2 +-
.github/workflows/memcheck_ci.yml | 19 ++++
CMakeLists.txt | 1 +
README.md | 2 +-
.../containers/minifi_linux_container.py | 5 +-
.../containers/minifi_win_container.py | 6 +-
bootstrap/cli.py | 14 +++
cmake/GetCatch2.cmake | 3 +
cmake/valgrind.supp | 121 +++++++++++++++++++++
core-framework/common/include/utils/ParsingUtils.h | 21 +++-
core-framework/common/src/utils/ParsingUtils.cpp | 8 --
docker/Dockerfile | 3 -
.../include/api/utils/ProcessorConfigUtils.h | 2 +-
.../cpp-extension-lib/src/utils/minifi-c-utils.cpp | 3 +
.../include/utils/ProcessorConfigUtils.h | 14 ++-
.../llamacpp/processors/RunLlamaCppInference.h | 1 +
.../llamacpp/tests/RunLlamaCppInferenceTests.cpp | 4 -
extensions/opc/include/opc.h | 2 +-
extensions/opc/src/opc.cpp | 39 ++++---
extensions/opc/tests/PutOpcProcessorTests.cpp | 5 +
extensions/python/ExecutePythonProcessor.cpp | 5 +-
.../python/pythonprocessors/nifiapi/properties.py | 6 +
libminifi/src/minifi-api.cpp | 1 +
libminifi/test/unit/PropertyValidationTests.cpp | 12 ++
.../include/minifi-cpp/core/PropertyValidator.h | 80 ++++++++------
minifi-api/include/minifi-api.h | 3 +-
27 files changed, 308 insertions(+), 76 deletions(-)
create mode 100644 cmake/valgrind.supp