You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by ad...@apache.org on 2021/07/26 11:45:14 UTC

[nifi-minifi-cpp] branch main updated (c55b8f9 -> 05e57c1)

This is an automated email from the ASF dual-hosted git repository.

adebreceni pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/nifi-minifi-cpp.git.


    from c55b8f9  MINIFICPP-1608 Use FetchContent to get pybind11, upgrade it to 2.6.2
     add 05e57c1  MINIFICPP-1425 upgrade compilers on linux and mac

No new revisions were added by this update.

Summary of changes:
 .github/workflows/ci.yml                           | 195 +++++----------------
 README.md                                          | 139 ++++++---------
 aptitude.sh                                        |  25 ++-
 arch.sh                                            |   3 +-
 bootstrap.sh                                       |   6 +-
 centos.sh                                          | 110 +++++-------
 cmake/BundledAwsSdkCpp.cmake                       |   4 +
 cmake/BundledLibUvc.cmake                          |   5 +-
 cmake/BundledOSSPUUID.cmake                        |   2 +-
 cmake/BundledPahoMqttC.cmake                       |   5 +-
 cmake/BundledRocksDB.cmake                         |   8 +-
 cmake/CppVersion.cmake                             |  20 +--
 cmake/Date.cmake                                   |   8 +-
 debian.sh                                          |  13 +-
 docker/bionic/Dockerfile                           |  14 +-
 docker/centos/Dockerfile                           |  10 +-
 extensions/expression-language/CMakeLists.txt      |   1 +
 extensions/expression-language/Expression.cpp      |   2 +-
 .../impl/expression/Expression.h                   |   5 -
 extensions/http-curl/client/HTTPClient.cpp         |  14 +-
 extensions/pdh/PerformanceDataCounter.h            |   1 +
 extensions/script/CMakeLists.txt                   |  10 +-
 extensions/systemd/ConsumeJournald.cpp             |   6 +-
 extensions/systemd/tests/ConsumeJournaldTest.cpp   |  10 +-
 .../tests/CWELCustomProviderTests.cpp              |   3 +-
 .../tests/ConsumeWindowsEventLogTests.cpp          |   1 +
 extensions/windows-event-log/wel/JSONUtils.h       |   1 +
 libminifi/CMakeLists.txt                           |   2 +-
 .../include/core/state/nodes/SchedulingNodes.h     |   2 +-
 libminifi/include/utils/GeneralUtils.h             |   4 +-
 libminifi/include/utils/OptionalUtils.h            |  14 +-
 libminifi/include/utils/ThreadPool.h               |  28 +--
 libminifi/src/c2/HeartbeatJsonSerializer.cpp       |   1 +
 libminifi/src/core/logging/LoggerConfiguration.cpp |   2 +-
 .../SiteToSiteProvenanceReportingTask.cpp          |  10 +-
 libminifi/src/io/StreamFactory.cpp                 |   6 +-
 libminifi/test/Utils.h                             |   1 +
 libminifi/test/unit/MemoryUsageTest.cpp            |   9 +-
 linux.sh                                           |  40 +----
 thirdparty/aws-sdk-cpp/core-wstr-fix.patch         |  20 +++
 thirdparty/sol2-2.20.0/sol.hpp                     |   2 +-
 41 files changed, 297 insertions(+), 465 deletions(-)
 create mode 100644 thirdparty/aws-sdk-cpp/core-wstr-fix.patch