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 260c229fe MINIFICPP-2306 Filter out corrupt flowfiles during startup
     new 65c0bb743 MINIFICPP-2203 Add support for building Windows MSI without 
any redistributables included
     new 6611d508e MINIFICPP-2203 Add support for building Windows MSI without 
any redistributables included

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:
 .gitignore                                    |   1 +
 CMakeLists.txt                                |  43 ++-
 CMakeSettings.json                            |  90 -----
 README.md                                     |   2 +-
 Windows.md                                    |   2 +-
 cmake/MiNiFiOptions.cmake                     |   5 +-
 msi/MergeModulesFeature.xml                   |   3 +
 msi/VSRedistributablesComponent.xml           |  13 +
 msi/VSRedistributablesFeature.xml             |   3 +
 msi/WixWin.wsi                                | 472 --------------------------
 msi/{WixWinMergeModules.wsi => WixWin.wsi.in} |  25 +-
 win_build_vs.bat                              |  12 +-
 12 files changed, 67 insertions(+), 604 deletions(-)
 delete mode 100644 CMakeSettings.json
 create mode 100644 msi/MergeModulesFeature.xml
 create mode 100644 msi/VSRedistributablesComponent.xml
 create mode 100644 msi/VSRedistributablesFeature.xml
 delete mode 100644 msi/WixWin.wsi
 rename msi/{WixWinMergeModules.wsi => WixWin.wsi.in} (97%)

Reply via email to