[med-svn] [spdlog] 03/05: Merge tag 'upstream/1.6'
Michael Crusoe
misterc-guest at moszumanska.debian.org
Sat Jan 30 17:42:59 UTC 2016
This is an automated email from the git hooks/post-receive script.
misterc-guest pushed a commit to branch master
in repository spdlog.
commit c355e3050cf9219f1bba098a5a2b5d0909189391
Merge: 217e1c1 72a5d8d
Author: Michael R. Crusoe <crusoe at ucdavis.edu>
Date: Sat Jan 30 05:33:04 2016 -0800
Merge tag 'upstream/1.6'
Upstream version 1.6
.travis.yml | 108 +
README.md | 29 +-
example/Makefile | 25 +-
include/spdlog/async_logger.h | 9 +-
include/spdlog/common.h | 24 +-
include/spdlog/details/async_log_helper.h | 50 +-
include/spdlog/details/async_logger_impl.h | 15 +-
include/spdlog/details/file_helper.h | 42 +-
include/spdlog/details/format.cc | 583 +-
include/spdlog/details/format.h | 608 +-
include/spdlog/details/line_logger.h | 5 +
include/spdlog/details/logger_impl.h | 9 +-
include/spdlog/details/os.h | 1 -
include/spdlog/details/pattern_formatter_impl.h | 14 +
include/spdlog/details/registry.h | 46 +-
include/spdlog/details/spdlog_impl.h | 4 +-
include/spdlog/logger.h | 1 +
include/spdlog/sinks/base_sink.h | 1 -
include/spdlog/sinks/file_sinks.h | 25 +-
include/spdlog/sinks/null_sink.h | 3 +
include/spdlog/sinks/ostream_sink.h | 8 +-
include/spdlog/sinks/sink.h | 1 +
include/spdlog/sinks/syslog_sink.h | 3 +
include/spdlog/spdlog.h | 4 +-
include/spdlog/tweakme.h | 14 +-
tests/Makefile | 22 +
tests/catch.hpp | 9427 +++++++++++++++++++++++
tests/file_log.cpp | 132 +
tests/format.cpp | 90 +
tests/includes.h | 12 +
tests/install_libcxx.sh | 12 +
tests/main.cpp | 2 +
tests/registry.cpp | 53 +
tests/tests.sln | 28 +
tests/tests.vcxproj | 134 +
tests/tests.vcxproj.filters | 39 +
36 files changed, 11056 insertions(+), 527 deletions(-)
--
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