This is an automated email from the ASF dual-hosted git repository.
szaszm pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/nifi-minifi-cpp.git
from 25882c125 MINIFICPP-2497 Remove alpine-conf package from docker image
new ef27b60bd MINIFICPP-2500 Log runtime as human readable duration
new 212b1458c MINIFICPP-2505 SchedulingAgent::scheduled_processors_ isnt
thread safe
new 5c5fc8946 MINIFICPP-2504 MergeContent should be single threaded
new b194ce55d MINIFICPP-2506 Fix a gcc warning
The 4 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:
extensions/libarchive/MergeContent.h | 2 +-
.../python/pythonlibloader/PythonLibLoader.cpp | 3 +-
libminifi/include/SchedulingAgent.h | 4 +-
libminifi/include/utils/TimeUtil.h | 2 +
libminifi/src/SchedulingAgent.cpp | 33 +++++++------
libminifi/src/utils/TimeUtil.cpp | 57 ++++++++++++++++++++++
libminifi/test/unit/TimeUtilTests.cpp | 14 ++++++
minifi_main/MiNiFiMain.cpp | 4 +-
8 files changed, 99 insertions(+), 20 deletions(-)