This is an automated email from the ASF dual-hosted git repository.
fgerlits pushed a change to branch MINIFICPP-2576
in repository https://gitbox.apache.org/repos/asf/nifi-minifi-cpp.git
omit a874dbe57 remove useless log
omit e9ec1cb86 MINIFICPP-2576 Improve CWEL performance
omit 0d09bafe3 MINIFICPP-2576 Improve CWEL performance
omit 694a19a1b add CMakeSettings.json to .gitignore
add 29d78d342 MINIFICPP-2604 Upgrade Azure SDK to the latest release
add 8bb8cc7e2 MINIFICPP-2607 ProcessContextExpr thread safety fix
add c1565bdce MINIFICPP-2597 Replace removed thirdparty actions (part 2)
add f85ebaa75 MINIFICPP-2567 C++23 Support
add 5eda82dc1 MINIFICPP-2563 Add build option for enabling link time
optimization
add 97087b22e MINIFICPP-2601 Separate protobuf library from grpc
add 0ed0524e7 MINIFICPP-2608 Refresh outdated linter cmake target
add 52a0d2cac add CMakeSettings.json to .gitignore
add 427a70695 MINIFICPP-2576 Improve CWEL performance
add a33730067 MINIFICPP-2576 Improve CWEL performance
add 9384650a2 remove useless log
add 947fc87c4 use a defaulted == operator instead of hand-rolling it
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 (a874dbe57)
\
N -- N -- N refs/heads/MINIFICPP-2576 (947fc87c4)
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:
.clang-tidy | 57 +-
.dockerignore | 2 +
.github/workflows/ci.yml | 60 +-
.github/workflows/compiler-support.yml | 51 ++
.github/workflows/verify-package.yml | 3 +-
CMakeLists.txt | 50 +-
CONTRIBUTING.md | 3 -
LICENSE | 2 +-
README.md | 5 +-
bootstrap.sh | 7 +
bootstrap/system_dependency.py | 2 +-
bstrp_functions.sh | 11 +-
cmake/Abseil.cmake | 1 +
cmake/ArgParse.cmake | 1 +
cmake/Asio.cmake | 5 +-
cmake/AzureSdkCpp.cmake | 57 ++
cmake/BundledAwsSdkCpp.cmake | 4 +-
cmake/BundledAzureSdkCpp.cmake | 125 ----
cmake/BundledLibcURL.cmake | 1 +
cmake/BundledOpen62541.cmake | 3 +-
cmake/BundledOpenCV.cmake | 6 +
cmake/BundledRocksDB.cmake | 17 +-
cmake/Bustache.cmake | 7 +-
cmake/Catch2.cmake | 5 +-
cmake/CivetWeb.cmake | 1 +
cmake/Couchbase.cmake | 9 +-
cmake/{Couchbase.cmake => Couchbase_1_0_2.cmake} | 4 +-
cmake/CppVersion.cmake | 19 +-
cmake/Crc32c.cmake | 1 +
cmake/Date.cmake | 2 +
cmake/ExpectedLite.cmake | 8 +-
cmake/Extensions.cmake | 8 -
cmake/FetchBenchmark.cmake | 1 +
cmake/FetchUvc.cmake | 1 +
cmake/Fetchlibrdkafka.cmake | 1 +
cmake/{GetFmt.cmake => GetFmt_11_0_2.cmake} | 8 +-
cmake/GetSpdlog.cmake | 9 +-
cmake/GoogleCloudCpp.cmake | 12 +-
cmake/Grpc.cmake | 18 +-
cmake/GslLite.cmake | 1 +
cmake/JoltTests.cmake | 1 +
cmake/JsonSchemaValidator.cmake | 3 +-
cmake/KubernetesClientC.cmake | 3 +
cmake/LZ4.cmake | 1 +
cmake/LibLZMA.cmake | 3 +-
cmake/LlamaCpp.cmake | 10 +-
cmake/Lua.cmake | 1 +
cmake/MagicEnum.cmake | 3 +-
cmake/MiMalloc.cmake | 1 +
cmake/MiNiFiOptions.cmake | 1 +
cmake/PahoMqttC.cmake | 15 +-
cmake/Prometheus.cmake | 1 +
cmake/Protobuf.cmake | 37 ++
cmake/RangeV3.cmake | 7 +
cmake/RpMalloc.cmake | 1 +
cmake/Sol2.cmake | 36 +-
cmake/Spdlog.cmake | 7 +-
cmake/Zstd.cmake | 1 +
cmake/fmt.cmake | 5 +-
cmake/{fmt.cmake => fmt_11_0_2.cmake} | 1 +
core-framework/include/utils/expected.h | 29 +-
core-framework/include/utils/net/AsioCoro.h | 4 +-
core-framework/include/utils/net/AsioSocketUtils.h | 2 +-
core-framework/src/utils/net/DNS.cpp | 7 +-
docker/centos/Dockerfile | 67 ---
docker/compiler-test/clang.Dockerfile | 22 +
docker/compiler-test/gcc.Dockerfile | 18 +
.../containers/AzureStorageServerContainer.py | 2 +-
extension-framework/include/ResourceClaim.h | 2 +-
.../include/controllers/SSLContextService.h | 2 +-
.../controllers/SSLContextServiceInterface.h | 2 +-
extension-framework/include/core/StateManager.h | 3 +-
extension-framework/include/core/StateStorage.h | 6 +-
.../include/utils/ProcessorConfigUtils.h | 51 +-
extensions/aws/CMakeLists.txt | 2 -
extensions/azure/CMakeLists.txt | 7 +-
.../azure/storage/AzureBlobStorageClient.cpp | 20 +-
extensions/azure/storage/AzureBlobStorageClient.h | 2 +-
extensions/bustache/CMakeLists.txt | 1 -
extensions/civetweb/CMakeLists.txt | 1 -
extensions/couchbase/CMakeLists.txt | 8 +-
extensions/elasticsearch/CMakeLists.txt | 1 -
extensions/execute-process/CMakeLists.txt | 1 -
extensions/expression-language/CMakeLists.txt | 2 +-
.../expression-language/ProcessContextExpr.cpp | 5 +
.../expression-language/ProcessContextExpr.h | 1 +
.../tests/ProcessContextExprTests.cpp | 63 +-
extensions/gcp/CMakeLists.txt | 4 +-
extensions/gcp/tests/CMakeLists.txt | 8 +-
extensions/grafana-loki/CMakeLists.txt | 2 -
extensions/kafka/CMakeLists.txt | 1 -
extensions/kubernetes/CMakeLists.txt | 1 -
extensions/libarchive/CMakeLists.txt | 1 -
extensions/llamacpp/CMakeLists.txt | 1 -
extensions/lua/CMakeLists.txt | 1 -
extensions/mqtt/CMakeLists.txt | 1 -
extensions/opc/CMakeLists.txt | 1 -
extensions/opencv/CMakeLists.txt | 1 -
extensions/pdh/CMakeLists.txt | 1 -
extensions/procfs/CMakeLists.txt | 1 -
extensions/prometheus/CMakeLists.txt | 1 -
extensions/python/CMakeLists.txt | 1 -
extensions/rocksdb-repos/CMakeLists.txt | 1 -
.../rocksdb-repos/database/RocksDatabase.cpp | 17 +-
extensions/rocksdb-repos/database/RocksDatabase.h | 2 -
.../rocksdb-repos/database/RocksDbInstance.cpp | 5 +-
.../rocksdb-repos/database/RocksDbInstance.h | 2 +-
extensions/script/CMakeLists.txt | 1 -
extensions/sftp/CMakeLists.txt | 1 -
extensions/smb/CMakeLists.txt | 1 -
extensions/splunk/CMakeLists.txt | 1 -
extensions/sql/CMakeLists.txt | 3 +-
extensions/sql/processors/ExecuteSQL.cpp | 3 +-
extensions/standard-processors/CMakeLists.txt | 1 -
.../controllers/JsonRecordSetWriter.cpp | 10 +-
.../controllers/JsonTreeReader.cpp | 2 +-
.../standard-processors/modbus/ByteConverters.h | 1 +
.../tests/unit/ManifestTests.cpp | 6 +-
.../standard-processors/tests/unit/PutTCPTests.cpp | 2 +-
.../tests/unit/RecordSetTests.cpp | 16 +-
extensions/systemd/CMakeLists.txt | 1 -
extensions/test-processors/CMakeLists.txt | 1 -
extensions/windows-event-log/CMakeLists.txt | 1 -
extensions/windows-event-log/wel/WindowsEventLog.h | 4 +-
libminifi/src/agent/agent_docs.cpp | 9 +-
libminifi/src/core/RecordField.cpp | 6 +-
.../src/core/flow/StructuredConfiguration.cpp | 6 +-
libminifi/test/libtest/unit/TestRecord.h | 12 +-
libminifi/test/unit/ExpectedTest.cpp | 26 +-
libminifi/test/unit/NetUtilsTest.cpp | 30 +-
minifi-api/include/minifi-cpp/core/RecordField.h | 26 +-
minifi-api/include/minifi-cpp/utils/Literals.h | 22 +-
run_clang_tidy.sh | 2 +-
.../fix-deprecated-literal-operator.patch | 31 +
.../azure-sdk-cpp/fix-managed-identity.patch | 15 +
thirdparty/azure-sdk-cpp/fix-openssl-helper.patch | 34 ++
thirdparty/azure-sdk-cpp/gcc13.patch | 44 --
.../include-cinttypes-for-uint8_t-gcc15-fix.patch | 24 +
thirdparty/azure-sdk-cpp/remove-amqp.patch | 15 -
thirdparty/azure-sdk-cpp/wil.patch | 12 +
.../bustache/fix-deprecated-literal-operator.patch | 19 +
thirdparty/couchbase/c++23_fixes.patch | 78 +++
...rdparty.patch => remove-thirdparty-1.0.2.patch} | 0
thirdparty/couchbase/remove-thirdparty.patch | 123 +++-
thirdparty/google-cloud-cpp/c++23_fixes.patch | 19 +
thirdparty/grpc/fix-constants-on-windows.patch | 35 --
thirdparty/grpc/fix-protobuf-find-package.patch | 22 +
...e-custom-commands-for-unused-dependencies.patch | 428 --------------
.../GCC-15-needs-typedef-SQLRETURN-HPROC.patch | 25 +
thirdparty/llamacpp/cpp-23-fixes.patch | 24 +
thirdparty/opencv/c++23_fixes.patch | 23 +
.../1576-Changed-bool-typedef-to-bit.patch | 96 +++
thirdparty/ranges-v3/remove-deprecated.patch | 27 +
thirdparty/rocksdb/all/patches/arm7.patch | 15 -
thirdparty/rocksdb/all/patches/c++23_fixes.patch | 641 +++++++++++++++++++++
thirdparty/rocksdb/all/patches/cstdint.patch | 12 -
156 files changed, 1909 insertions(+), 1157 deletions(-)
create mode 100644 .github/workflows/compiler-support.yml
create mode 100644 cmake/AzureSdkCpp.cmake
delete mode 100644 cmake/BundledAzureSdkCpp.cmake
copy cmake/{Couchbase.cmake => Couchbase_1_0_2.cmake} (97%)
copy cmake/{GetFmt.cmake => GetFmt_11_0_2.cmake} (86%)
create mode 100644 cmake/Protobuf.cmake
copy cmake/{fmt.cmake => fmt_11_0_2.cmake} (98%)
delete mode 100644 docker/centos/Dockerfile
create mode 100644 docker/compiler-test/clang.Dockerfile
create mode 100644 docker/compiler-test/gcc.Dockerfile
create mode 100644 thirdparty/aws-sdk-cpp/fix-deprecated-literal-operator.patch
create mode 100644 thirdparty/azure-sdk-cpp/fix-managed-identity.patch
create mode 100644 thirdparty/azure-sdk-cpp/fix-openssl-helper.patch
delete mode 100644 thirdparty/azure-sdk-cpp/gcc13.patch
create mode 100644
thirdparty/azure-sdk-cpp/include-cinttypes-for-uint8_t-gcc15-fix.patch
delete mode 100644 thirdparty/azure-sdk-cpp/remove-amqp.patch
create mode 100644 thirdparty/azure-sdk-cpp/wil.patch
create mode 100644 thirdparty/bustache/fix-deprecated-literal-operator.patch
create mode 100644 thirdparty/couchbase/c++23_fixes.patch
copy thirdparty/couchbase/{remove-thirdparty.patch =>
remove-thirdparty-1.0.2.patch} (100%)
create mode 100644 thirdparty/google-cloud-cpp/c++23_fixes.patch
delete mode 100644 thirdparty/grpc/fix-constants-on-windows.patch
create mode 100644 thirdparty/grpc/fix-protobuf-find-package.patch
delete mode 100644
thirdparty/grpc/remove-custom-commands-for-unused-dependencies.patch
create mode 100644 thirdparty/iODBC/GCC-15-needs-typedef-SQLRETURN-HPROC.patch
create mode 100644 thirdparty/llamacpp/cpp-23-fixes.patch
create mode 100644 thirdparty/opencv/c++23_fixes.patch
create mode 100644 thirdparty/paho-mqtt/1576-Changed-bool-typedef-to-bit.patch
create mode 100644 thirdparty/ranges-v3/remove-deprecated.patch
delete mode 100644 thirdparty/rocksdb/all/patches/arm7.patch
create mode 100644 thirdparty/rocksdb/all/patches/c++23_fixes.patch
delete mode 100644 thirdparty/rocksdb/all/patches/cstdint.patch