This is an automated email from the ASF dual-hosted git repository.
martinzink pushed a change to branch controller_c_api_requirements
in repository https://gitbox.apache.org/repos/asf/nifi-minifi-cpp.git
omit dc6bd7b4a MINIFICPP-2710 Refactor ControllerServiceNodeMap #2098
omit 090a0fbd8 MINIFICPP-2715 - Use symbols to check api compatibility #2105
new 37800cc94 MINIFICPP-2715 - Use symbols to check api compatibility
new 0287cda66 MINIFICPP-2715 - Add missing symbol
new 07b6f99a8 MINIFICPP-2715 - Windows fix
new e1105c3fc MINIFICPP-2715 - Move version information to
MinifiCreateExtension
new 60814ca5c MINIFICPP-2715 - Use symbol lookup to check version
new 6bec1d8df MINIFICPP-2715 - Add extension loading tests for version
verification
new 47d415153 MINIFICPP-2715 - Use a single integer as c api version
new 548325da6 MINIFICPP-2715 - Rebase fix
new c8cf8c17e MINIFICPP-2715 - Add missing include
new 14a56e57e MINIFICPP-2715 - Windows fix, format
new 97ce55527 MINIFICPP-2715 - Windows fix
new 76a2658ee MINIFICPP-2715 - Windows fix
new d5798cd9e MINIFICPP-2715 - Windows fix
new a4b70eced MINIFICPP-2715 - Windows fix
new 6266be9fa MINIFICPP-2715 - Fix build
new 57483b545 MINIFICPP-2715 - Mac fix
new a174ccf7b MINIFICPP-2752 - Register processors one-by-one
new b06536843 MINIFICPP-2710 Refactor ControllerServiceNodeMap #2098
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 (dc6bd7b4a)
\
N -- N -- N refs/heads/controller_c_api_requirements (b06536843)
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.
The 18 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:
.../include/utils/ExtensionInitUtils.h | 4 +-
extensions/ExtensionInitializer.cpp | 8 ++--
.../llamacpp/processors/ExtensionInitializer.cpp | 19 ++++----
extensions/opencv/OpenCVLoader.cpp | 8 ++--
.../python/pythonlibloader/PythonLibLoader.cpp | 10 ++---
extensions/python/pythonloader/PyProcLoader.cpp | 10 ++---
extensions/sftp/SFTPLoader.cpp | 8 ++--
libminifi/include/core/extension/Extension.h | 9 +++-
libminifi/src/core/extension/Extension.cpp | 25 ++++++-----
libminifi/src/minifi-c.cpp | 52 +++++++++++++---------
.../extension-verification-test/CApiExtension.cpp | 8 ++--
.../CppApiExtension.cpp | 8 ++--
.../CreateNotCalled.cpp | 2 +-
.../ExtensionVerificationTests.cpp | 4 +-
minifi-api/include/minifi-c/minifi-c.h | 10 ++---
minifi-api/minifi-c-api.def | 1 +
16 files changed, 96 insertions(+), 90 deletions(-)