This is an automated email from the ASF dual-hosted git repository.
fgerlits pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/nifi-minifi-cpp.git.
from 4876781 MINIFICPP-1616 Add Azure DataLake storage lib to minifi
new 9b459c8 MINIFICPP-1134 disable scripting extension
new 6066ea8 MINIFICPP-1638 Optimize catch and cmake usage
The 2 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:
.github/workflows/ci.yml | 6 +++---
CMakeLists.txt | 9 ++-------
CMakeSettings.json | 4 ++--
README.md | 2 +-
bootstrap.sh | 2 +-
cmake/BuildTests.cmake | 4 ----
cmake/BundledCivetWeb.cmake | 4 ++--
cmake/BundledOpenCV.cmake | 7 +++----
cmake/DockerConfig.cmake | 2 +-
cmake/WholeArchive.cmake | 3 ---
docker/Dockerfile | 8 ++++----
docker/bionic/Dockerfile | 2 +-
docker/debian/Dockerfile | 2 +-
extensions/expression-language/impl/expression/Expression.h | 2 +-
extensions/standard-processors/tests/unit/RetryFlowFileTests.cpp | 2 --
libminifi/include/core/repository/AtomicRepoEntries.h | 2 +-
libminifi/test/{CatchMain.cpp => Catch.h} | 5 +++--
libminifi/test/CatchMain.cpp | 2 +-
libminifi/test/TestBase.h | 2 +-
libminifi/test/gps-tests/CMakeLists.txt | 1 +
libminifi/test/gps-tests/GPSTests.cpp | 3 ---
.../test/keyvalue-tests/PersistableKeyValueStoreServiceTest.cpp | 2 +-
.../test/keyvalue-tests/UnorderedMapKeyValueStoreServiceTest.cpp | 2 +-
libminifi/test/script-tests/CMakeLists.txt | 3 +++
libminifi/test/script-tests/ExecutePythonProcessorTests.cpp | 2 --
.../script-tests/TestExecuteScriptProcessorWithLuaScript.cpp | 2 --
.../script-tests/TestExecuteScriptProcessorWithPythonScript.cpp | 2 --
libminifi/test/tensorflow-tests/CMakeLists.txt | 1 +
libminifi/test/tensorflow-tests/TensorFlowTests.cpp | 2 --
libminifi/test/unit/EnumTests.cpp | 2 +-
libminifi/test/unit/PathUtilsTests.cpp | 2 +-
libminifi/test/unit/ProcessSessionTests.cpp | 1 -
libminifi/test/unit/RelationshipTests.cpp | 2 +-
nanofi/tests/CLogAggregatorTests.cpp | 2 +-
nanofi/tests/CTailFileChunkTests.cpp | 2 +-
nanofi/tests/CTailFileDelimitedTests.cpp | 2 +-
win_build_vs.bat | 2 +-
37 files changed, 42 insertions(+), 63 deletions(-)
copy libminifi/test/{CatchMain.cpp => Catch.h} (94%)