This is an automated email from the ASF dual-hosted git repository.
jeremydyer pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nifi-minifi-cpp.git.
from 41d2604 MINIFICPP-762: Add convenience installs for static openssl
libs
new 7b2137c MINIFICPP-762: Update static linkings. Download and build
dependencies that we can't guarantee on platforms
new 1956d87 MINIFICPP-762-Update: send make docker to dev null
new 662d2ce remove docker target
new db5a636 MINIFICPP-762: Fix windows issues
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:
.travis.yml | 4 +-
CMakeLists.txt | 164 ++++++++++++++-------
README.md | 2 +
bootstrap.sh | 10 ++
bstrp_functions.sh | 19 ++-
centos.sh | 4 +-
cmake/BuildTests.cmake | 5 +-
cmake/ssl/FindOpenSSL.cmake | 28 ++++
controller/CMakeLists.txt | 7 +-
docker/Dockerfile | 2 +-
extensions/coap/tests/CMakeLists.txt | 8 +-
extensions/expression-language/CMakeLists.txt | 1 +
extensions/http-curl/CMakeLists.txt | 14 +-
extensions/http-curl/tests/CMakeLists.txt | 12 +-
extensions/libarchive/CMakeLists.txt | 18 +--
extensions/mqtt/CMakeLists.txt | 7 +-
extensions/pcap/CMakeLists.txt | 9 +-
libminifi/CMakeLists.txt | 4 +-
libminifi/src/processors/GetTCP.cpp | 4 +
libminifi/test/archive-tests/CMakeLists.txt | 8 +-
libminifi/test/civetweb-tests/CMakeLists.txt | 4 +-
libminifi/test/script-tests/CMakeLists.txt | 12 +-
main/CMakeLists.txt | 33 +++--
nanofi/CMakeLists.txt | 4 +-
rheldistro.sh | 2 +-
thirdparty/date/CMakeLists.txt | 6 +-
.../libarchive-3.3.2/libarchive/CMakeLists.txt | 20 +--
27 files changed, 253 insertions(+), 158 deletions(-)