[med-svn] [spdlog] branch upstream updated (1d5e2f9 -> 72a5d8d)
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 change to branch upstream
in repository spdlog.
from 1d5e2f9 Imported Upstream version 1.4
new 72a5d8d Imported Upstream version 1.6
The 1 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:
.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(-)
create mode 100644 .travis.yml
create mode 100644 tests/Makefile
create mode 100644 tests/catch.hpp
create mode 100644 tests/file_log.cpp
create mode 100644 tests/format.cpp
create mode 100644 tests/includes.h
create mode 100755 tests/install_libcxx.sh
create mode 100644 tests/main.cpp
create mode 100644 tests/registry.cpp
create mode 100644 tests/tests.sln
create mode 100644 tests/tests.vcxproj
create mode 100644 tests/tests.vcxproj.filters
--
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