[med-svn] [spdlog] branch master updated (2104389 -> 03f9cf8)
Michael Crusoe
misterc-guest at moszumanska.debian.org
Sat Jan 30 17:42:58 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 2104389 add missing license information
new 217e1c1 add debian-med gbp.conf
new 72a5d8d Imported Upstream version 1.6
new c355e30 Merge tag 'upstream/1.6'
new cb61dc2 update to v1.6-1 & enable tests
new 03f9cf8 ship docs, examples, and tests
The 5 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 +-
debian/changelog | 8 +
debian/control | 4 +-
debian/copyright | 2 +-
debian/docs | 2 +
debian/gbp.conf | 12 +
debian/rules | 8 +
debian/tests/control | 2 +
debian/tests/run-tests | 15 +
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 +
44 files changed, 11106 insertions(+), 530 deletions(-)
create mode 100644 .travis.yml
create mode 100644 debian/docs
create mode 100644 debian/gbp.conf
create mode 100644 debian/tests/control
create mode 100755 debian/tests/run-tests
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