This is an automated email from the ASF dual-hosted git repository.
aboda pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/nifi-minifi-cpp.git.
from 1ce101f MINIFICPP-1548 - Use the same rocksdb instance for multiple
repositories
add 9173029 MINIFICPP-1426 MSVC: Use /std:c++latest /permissive- and drop
VS 2017
No new revisions were added by this update.
Summary of changes:
.github/workflows/ci.yml | 45 +----------------
.gitignore | 1 +
CMakeLists.txt | 10 +---
README.md | 2 +-
Windows.md | 11 ++--
cmake/BundledAzureSdkCpp.cmake | 8 ++-
cmake/CppVersion.cmake | 42 +++++++++++++++
controller/CMakeLists.txt | 16 +-----
extensions/aws/s3/S3Wrapper.cpp | 4 +-
extensions/script/CMakeLists.txt | 19 +------
extensions/sql/CMakeLists.txt | 5 +-
extensions/windows-event-log/wel/JSONUtils.cpp | 2 +-
extensions/windows-event-log/wel/JSONUtils.h | 2 +-
libminifi/CMakeLists.txt | 59 ++++++----------------
libminifi/include/utils/GeneralUtils.h | 2 +-
main/CMakeLists.txt | 22 +-------
main/MiNiFiWindowsService.cpp | 4 +-
nanofi/CMakeLists.txt | 23 +--------
nanofi/examples/CMakeLists.txt | 58 +++++++--------------
python/library/CMakeLists.txt | 2 +-
.../fix-illegal-qualified-name-in-member.patch | 14 +++++
win_build_vs.bat | 3 +-
22 files changed, 124 insertions(+), 230 deletions(-)
create mode 100644 cmake/CppVersion.cmake
create mode 100644
thirdparty/azure-sdk-cpp-for-cpp/fix-illegal-qualified-name-in-member.patch