[med-svn] [spdlog] branch master updated (3150136 -> dca97a1)

Michael Crusoe misterc-guest at moszumanska.debian.org
Tue May 17 09:52:50 UTC 2016


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

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

      from  3150136   new upstream release
      adds  5feb04a   Imported Upstream version 1.8
       new  2791a0c   Merge tag 'upstream/1.8'
       new  dca97a1   new upstream version

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .gitignore                                      |   20 +-
 .travis.yml                                     |  216 +--
 CMakeLists.txt                                  |  135 +-
 LICENSE                                         |    2 +-
 README.md                                       |  315 ++--
 bench/Makefile                                  |  130 +-
 bench/run_all.sh                                |  152 +-
 bench/zf_log-bench-mt.cpp                       |   22 +-
 bench/zf_log-bench.cpp                          |   21 +-
 cmake/spdlog.pc.in                              |    6 +
 debian/changelog                                |    6 +
 example/example.cpp                             |   76 +-
 example/example.vcxproj                         |  178 +-
 example/logs/.gitignore                         |    6 +-
 include/spdlog/async_logger.h                   |   12 +-
 include/spdlog/common.h                         |   45 +-
 include/spdlog/details/async_log_helper.h       |   48 +-
 include/spdlog/details/async_logger_impl.h      |   15 +-
 include/spdlog/details/file_helper.h            |   22 +-
 include/spdlog/details/format.cc                | 2013 ++++++++++++-----------
 include/spdlog/details/format.h                 |  827 ++++++----
 include/spdlog/details/logger_impl.h            |   11 +-
 include/spdlog/details/null_mutex.h             |   23 +-
 include/spdlog/details/os.h                     |   47 +-
 include/spdlog/details/pattern_formatter_impl.h |    4 +
 include/spdlog/details/registry.h               |   34 +-
 include/spdlog/details/spdlog_impl.h            |   47 +-
 include/spdlog/logger.h                         |    8 +-
 include/spdlog/sinks/ansicolor_sink.h           |  115 ++
 include/spdlog/sinks/file_sinks.h               |   81 +-
 include/spdlog/sinks/msvc_sink.h                |    4 +-
 include/spdlog/sinks/stdout_sinks.h             |   32 +-
 include/spdlog/spdlog.h                         |   22 +-
 include/spdlog/tweakme.h                        |   17 +
 tests/Makefile                                  |   44 +-
 tests/file_helper.cpp                           |   20 +-
 tests/file_log.cpp                              |   49 +-
 tests/includes.h                                |    1 +
 tests/tests.vcxproj                             |  282 ++--
 tests/tests.vcxproj.filters                     |   94 +-
 tests/utils.cpp                                 |    6 +-
 41 files changed, 2922 insertions(+), 2286 deletions(-)
 create mode 100644 cmake/spdlog.pc.in
 create mode 100644 include/spdlog/sinks/ansicolor_sink.h

-- 
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