You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by sz...@apache.org on 2020/12/10 15:23:31 UTC

[nifi-minifi-cpp] branch main updated (c88e0e5 -> 8f7a946)

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 c88e0e5  MINIFICPP-1423 - Add missing include
     add 8f7a946  MINIFICPP-1121 - Upgrade spdlog to 1.8.0

No new revisions were added by this update.

Summary of changes:
 CMakeLists.txt                                     |   13 +-
 LICENSE                                            |   62 +-
 NOTICE                                             |    6 +-
 README.md                                          |    2 +-
 cmake/BundledSpdlog.cmake                          |   74 +
 docker/debian/Dockerfile                           |    6 +-
 extensions/expression-language/Expression.cpp      |    1 +
 extensions/http-curl/client/HTTPStream.cpp         |    1 +
 extensions/http-curl/tests/CivetStream.h           |    1 +
 extensions/http-curl/tests/HTTPHandlers.h          |    7 +-
 extensions/rocksdb-repos/RocksDbStream.cpp         |    1 +
 libminifi/include/c2/C2Payload.h                   |    2 +-
 .../controllers/NetworkPrioritizerService.h        |    4 +-
 libminifi/include/core/PropertyValidation.h        |    2 +-
 libminifi/include/core/Repository.h                |    4 +
 .../include/core/logging/LoggerConfiguration.h     |    7 +-
 .../include/core/logging/WindowsEventLogSink.h     |    4 +-
 .../include/core/repository/VolatileRepository.h   |    2 +-
 libminifi/include/core/state/Value.h               |    4 +-
 libminifi/include/io/tls/SecureDescriptorStream.h  |    5 +
 libminifi/include/utils/ThreadPool.h               |    3 +-
 libminifi/include/utils/ValueParser.h              |    8 +-
 libminifi/include/utils/file/FileUtils.h           |    6 +-
 .../controllers/LinuxPowerManagementService.cpp    |    2 +-
 libminifi/src/core/ProcessSession.cpp              |    2 +-
 libminifi/src/core/logging/LoggerConfiguration.cpp |   20 +-
 libminifi/src/core/logging/WindowsEventLogSink.cpp |    6 +-
 libminifi/src/io/DescriptorStream.cpp              |    6 +
 libminifi/src/utils/StringUtils.cpp                |    6 +-
 libminifi/src/utils/ThreadPool.cpp                 |    2 +-
 libminifi/src/utils/file/FileUtils.cpp             |    3 +-
 libminifi/test/TestBase.cpp                        |    3 +-
 libminifi/test/TestBase.h                          |    4 +-
 thirdparty/spdlog-20170710/.gitignore              |   64 -
 thirdparty/spdlog-20170710/CMakeLists.txt          |   87 -
 thirdparty/spdlog-20170710/INSTALL                 |   13 -
 thirdparty/spdlog-20170710/LICENSE                 |   22 -
 thirdparty/spdlog-20170710/README.md               |  223 -
 thirdparty/spdlog-20170710/astyle.sh               |    5 -
 thirdparty/spdlog-20170710/cmake/Config.cmake.in   |   24 -
 thirdparty/spdlog-20170710/cmake/spdlog.pc.in      |    6 -
 .../spdlog-20170710/include/spdlog/async_logger.h  |   82 -
 thirdparty/spdlog-20170710/include/spdlog/common.h |  157 -
 .../include/spdlog/details/async_log_helper.h      |  399 --
 .../include/spdlog/details/async_logger_impl.h     |  105 -
 .../include/spdlog/details/file_helper.h           |  117 -
 .../include/spdlog/details/log_msg.h               |   50 -
 .../include/spdlog/details/logger_impl.h           |  563 ---
 .../include/spdlog/details/mpmc_bounded_q.h        |  172 -
 .../include/spdlog/details/null_mutex.h            |   45 -
 .../spdlog-20170710/include/spdlog/details/os.h    |  469 --
 .../spdlog/details/pattern_formatter_impl.h        |  690 ---
 .../include/spdlog/details/registry.h              |  214 -
 .../include/spdlog/details/spdlog_impl.h           |  263 --
 .../spdlog-20170710/include/spdlog/dummy.cpp       |   22 -
 .../include/spdlog/fmt/bundled/format.cc           |  940 ----
 .../include/spdlog/fmt/bundled/format.h            | 4501 --------------------
 .../include/spdlog/fmt/bundled/ostream.cc          |   43 -
 .../include/spdlog/fmt/bundled/ostream.h           |  126 -
 .../include/spdlog/fmt/bundled/posix.cc            |  238 --
 .../include/spdlog/fmt/bundled/posix.h             |  443 --
 .../include/spdlog/fmt/bundled/time.h              |   58 -
 .../spdlog-20170710/include/spdlog/fmt/fmt.h       |   28 -
 .../spdlog-20170710/include/spdlog/fmt/ostr.h      |   17 -
 .../spdlog-20170710/include/spdlog/formatter.h     |   47 -
 thirdparty/spdlog-20170710/include/spdlog/logger.h |  132 -
 .../include/spdlog/sinks/android_sink.h            |   90 -
 .../include/spdlog/sinks/ansicolor_sink.h          |  133 -
 .../include/spdlog/sinks/base_sink.h               |   50 -
 .../include/spdlog/sinks/dist_sink.h               |   73 -
 .../include/spdlog/sinks/file_sinks.h              |  242 --
 .../include/spdlog/sinks/msvc_sink.h               |   51 -
 .../include/spdlog/sinks/null_sink.h               |   34 -
 .../include/spdlog/sinks/ostream_sink.h            |   47 -
 .../spdlog-20170710/include/spdlog/sinks/sink.h    |   53 -
 .../include/spdlog/sinks/stdout_sinks.h            |   77 -
 .../include/spdlog/sinks/syslog_sink.h             |   81 -
 .../include/spdlog/sinks/wincolor_sink.h           |  117 -
 thirdparty/spdlog-20170710/include/spdlog/spdlog.h |  187 -
 .../spdlog-20170710/include/spdlog/tweakme.h       |  134 -
 80 files changed, 201 insertions(+), 11812 deletions(-)
 create mode 100644 cmake/BundledSpdlog.cmake
 delete mode 100644 thirdparty/spdlog-20170710/.gitignore
 delete mode 100644 thirdparty/spdlog-20170710/CMakeLists.txt
 delete mode 100644 thirdparty/spdlog-20170710/INSTALL
 delete mode 100644 thirdparty/spdlog-20170710/LICENSE
 delete mode 100644 thirdparty/spdlog-20170710/README.md
 delete mode 100755 thirdparty/spdlog-20170710/astyle.sh
 delete mode 100644 thirdparty/spdlog-20170710/cmake/Config.cmake.in
 delete mode 100644 thirdparty/spdlog-20170710/cmake/spdlog.pc.in
 delete mode 100644 thirdparty/spdlog-20170710/include/spdlog/async_logger.h
 delete mode 100644 thirdparty/spdlog-20170710/include/spdlog/common.h
 delete mode 100644 thirdparty/spdlog-20170710/include/spdlog/details/async_log_helper.h
 delete mode 100644 thirdparty/spdlog-20170710/include/spdlog/details/async_logger_impl.h
 delete mode 100644 thirdparty/spdlog-20170710/include/spdlog/details/file_helper.h
 delete mode 100644 thirdparty/spdlog-20170710/include/spdlog/details/log_msg.h
 delete mode 100644 thirdparty/spdlog-20170710/include/spdlog/details/logger_impl.h
 delete mode 100644 thirdparty/spdlog-20170710/include/spdlog/details/mpmc_bounded_q.h
 delete mode 100644 thirdparty/spdlog-20170710/include/spdlog/details/null_mutex.h
 delete mode 100644 thirdparty/spdlog-20170710/include/spdlog/details/os.h
 delete mode 100644 thirdparty/spdlog-20170710/include/spdlog/details/pattern_formatter_impl.h
 delete mode 100644 thirdparty/spdlog-20170710/include/spdlog/details/registry.h
 delete mode 100644 thirdparty/spdlog-20170710/include/spdlog/details/spdlog_impl.h
 delete mode 100644 thirdparty/spdlog-20170710/include/spdlog/dummy.cpp
 delete mode 100644 thirdparty/spdlog-20170710/include/spdlog/fmt/bundled/format.cc
 delete mode 100644 thirdparty/spdlog-20170710/include/spdlog/fmt/bundled/format.h
 delete mode 100644 thirdparty/spdlog-20170710/include/spdlog/fmt/bundled/ostream.cc
 delete mode 100644 thirdparty/spdlog-20170710/include/spdlog/fmt/bundled/ostream.h
 delete mode 100644 thirdparty/spdlog-20170710/include/spdlog/fmt/bundled/posix.cc
 delete mode 100644 thirdparty/spdlog-20170710/include/spdlog/fmt/bundled/posix.h
 delete mode 100644 thirdparty/spdlog-20170710/include/spdlog/fmt/bundled/time.h
 delete mode 100644 thirdparty/spdlog-20170710/include/spdlog/fmt/fmt.h
 delete mode 100644 thirdparty/spdlog-20170710/include/spdlog/fmt/ostr.h
 delete mode 100644 thirdparty/spdlog-20170710/include/spdlog/formatter.h
 delete mode 100644 thirdparty/spdlog-20170710/include/spdlog/logger.h
 delete mode 100644 thirdparty/spdlog-20170710/include/spdlog/sinks/android_sink.h
 delete mode 100644 thirdparty/spdlog-20170710/include/spdlog/sinks/ansicolor_sink.h
 delete mode 100644 thirdparty/spdlog-20170710/include/spdlog/sinks/base_sink.h
 delete mode 100644 thirdparty/spdlog-20170710/include/spdlog/sinks/dist_sink.h
 delete mode 100644 thirdparty/spdlog-20170710/include/spdlog/sinks/file_sinks.h
 delete mode 100644 thirdparty/spdlog-20170710/include/spdlog/sinks/msvc_sink.h
 delete mode 100644 thirdparty/spdlog-20170710/include/spdlog/sinks/null_sink.h
 delete mode 100644 thirdparty/spdlog-20170710/include/spdlog/sinks/ostream_sink.h
 delete mode 100644 thirdparty/spdlog-20170710/include/spdlog/sinks/sink.h
 delete mode 100644 thirdparty/spdlog-20170710/include/spdlog/sinks/stdout_sinks.h
 delete mode 100644 thirdparty/spdlog-20170710/include/spdlog/sinks/syslog_sink.h
 delete mode 100644 thirdparty/spdlog-20170710/include/spdlog/sinks/wincolor_sink.h
 delete mode 100644 thirdparty/spdlog-20170710/include/spdlog/spdlog.h
 delete mode 100644 thirdparty/spdlog-20170710/include/spdlog/tweakme.h