You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by ab...@apache.org on 2020/01/14 08:42:32 UTC

[nifi-minifi-cpp] branch master updated (6e2f859 -> 14dcab2)

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

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


    from 6e2f859  MINIFICPP-1022 - Refactored third party build system
     add 14dcab2  MINIFICPP-1117 - minifi::Exception is now nothrow copyable

No new revisions were added by this update.

Summary of changes:
 .../tests/integration/SecureSocketGetTCPTest.cpp   |   4 +-
 .../tests/unit/ProcessorTests.cpp                  |   2 +-
 libminifi/include/Exception.h                      |  38 ++------
 libminifi/include/utils/StringUtils.h              | 103 ++++++++++++++++++++-
 .../test/unit/{Tests.cpp => ExceptionTests.cpp}    |   7 +-
 libminifi/test/unit/StringUtilsTests.cpp           |  26 ++++++
 6 files changed, 143 insertions(+), 37 deletions(-)
 copy libminifi/test/unit/{Tests.cpp => ExceptionTests.cpp} (76%)