[med-svn] [spdlog] branch upstream updated (4bcdabf -> e67cb72)

Michael Crusoe misterc-guest at moszumanska.debian.org
Sun Oct 9 09:02:37 UTC 2016


This is an automated email from the git hooks/post-receive script.

misterc-guest pushed a change to branch upstream
in repository spdlog.

      from  4bcdabf   New upstream version 1.12
      adds  e67cb72   New upstream version 0.11.0

No new revisions were added by this update.

Summary of changes:
 .gitignore                                 |   4 +-
 README.md                                  |   1 +
 bench/Makefile                             |  13 ++--
 bench/spdlog-bench-mt.cpp                  |   2 +-
 bench/spdlog-null-async.cpp                | 112 +++++++++++++++++++++++++++++
 {example => bench}/utils.h                 |   0
 bench/zf_log-bench-mt.cpp                  |  56 ---------------
 bench/zf_log-bench.cpp                     |  28 --------
 example/CMakeLists.txt                     |   3 +
 example/bench.cpp                          |  17 +++--
 example/example.cpp                        |  21 +++++-
 example/jni/Android.mk                     |  15 ++++
 example/jni/Application.mk                 |   2 +
 example/jni/example.cpp                    |   1 +
 example/multisink.cpp                      |  47 ++++++++++++
 include/spdlog/details/async_log_helper.h  |  18 +++--
 include/spdlog/details/async_logger_impl.h |   5 +-
 include/spdlog/details/file_helper.h       |  13 ++--
 include/spdlog/details/logger_impl.h       |  17 +++--
 include/spdlog/details/os.h                |   6 +-
 include/spdlog/details/spdlog_impl.h       |  32 +++++----
 include/spdlog/fmt/bundled/format.cc       |   6 +-
 include/spdlog/fmt/bundled/format.h        |  56 ++++++++++++---
 include/spdlog/fmt/bundled/ostream.cc      |  19 ++---
 include/spdlog/fmt/bundled/ostream.h       |  19 ++---
 include/spdlog/fmt/bundled/printf.h        |  20 +++++-
 include/spdlog/logger.h                    |   4 ++
 include/spdlog/sinks/android_sink.h        |  53 +++++---------
 include/spdlog/sinks/dist_sink.h           |   8 ++-
 include/spdlog/sinks/file_sinks.h          |  40 +++++------
 include/spdlog/sinks/sink.h                |  26 +++++++
 include/spdlog/spdlog.h                    |  26 +++----
 tests/errors.cpp                           |   1 +
 tests/file_helper.cpp                      |  11 +--
 tests/file_log.cpp                         |  41 ++++++++---
 35 files changed, 472 insertions(+), 271 deletions(-)
 create mode 100644 bench/spdlog-null-async.cpp
 copy {example => bench}/utils.h (100%)
 delete mode 100644 bench/zf_log-bench-mt.cpp
 delete mode 100644 bench/zf_log-bench.cpp
 create mode 100644 example/jni/Android.mk
 create mode 100644 example/jni/Application.mk
 create mode 120000 example/jni/example.cpp
 create mode 100644 example/multisink.cpp

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/spdlog.git



More information about the debian-med-commit mailing list