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 d65056c MINIFICPP-1637 Remove SQLite from repository
new dce6789 MINIFICPP-1442 Upgrade Sol2 to version 3.2.2
new 18b9088 MINIFICPP-1545 fix Paho MQTT C rebuilds
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 | 9 +-
CMakeLists.txt | 6 +-
cmake/BundledLibreSSL.cmake | 6 +-
cmake/BundledPahoMqttC.cmake | 78 -
cmake/{NlohmannJson.cmake => PahoMqttC.cmake} | 33 +-
cmake/Sol2.cmake | 43 +
extensions/mqtt/CMakeLists.txt | 3 +-
extensions/script/CMakeLists.txt | 5 +-
extensions/script/lua/LuaBaseStream.h | 2 +-
extensions/script/lua/LuaProcessSession.h | 2 +-
extensions/script/lua/LuaScriptEngine.h | 2 +-
libminifi/test/script-tests/CMakeLists.txt | 2 +-
thirdparty/paho.mqtt.c/paho.mqtt.c.patch | 13 -
thirdparty/sol2-2.20.0/sol.hpp | 21578 ------------------------
thirdparty/sol2/add-missing-include.patch | 11 +
15 files changed, 91 insertions(+), 21702 deletions(-)
delete mode 100644 cmake/BundledPahoMqttC.cmake
copy cmake/{NlohmannJson.cmake => PahoMqttC.cmake} (52%)
create mode 100644 cmake/Sol2.cmake
delete mode 100644 thirdparty/paho.mqtt.c/paho.mqtt.c.patch
delete mode 100644 thirdparty/sol2-2.20.0/sol.hpp
create mode 100644 thirdparty/sol2/add-missing-include.patch