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 c1565bdce MINIFICPP-2597 Replace removed thirdparty actions (part 2)
     new f85ebaa75 MINIFICPP-2567 C++23 Support
     new 5eda82dc1 MINIFICPP-2563 Add build option for enabling link time 
optimization
     new 97087b22e MINIFICPP-2601 Separate protobuf library from grpc
     new 0ed0524e7 MINIFICPP-2608 Refresh outdated linter cmake target

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:
 .clang-tidy                                        |  57 +-
 .dockerignore                                      |   2 +
 .github/workflows/ci.yml                           |  60 +-
 .github/workflows/compiler-support.yml             |  51 ++
 .github/workflows/verify-package.yml               |   1 +
 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                            |   4 +-
 cmake/BundledAwsSdkCpp.cmake                       |   4 +-
 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 +
 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                    |   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 +-
 .../tests/ProcessContextExprTests.cpp              |  38 +-
 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 -
 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 +
 .../include-cinttypes-for-uint8_t-gcc15-fix.patch  |  24 +
 .../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 -
 143 files changed, 1747 insertions(+), 954 deletions(-)
 create mode 100644 .github/workflows/compiler-support.yml
 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/include-cinttypes-for-uint8_t-gcc15-fix.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

Reply via email to