[med-svn] [spdlog] branch upstream updated (f484e8d -> 5feb04a)
Michael Crusoe
misterc-guest at moszumanska.debian.org
Tue May 17 09:52:51 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 f484e8d Imported Upstream version 1.7
adds 5feb04a Imported Upstream version 1.8
No new revisions were added by this update.
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 +
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 +-
40 files changed, 2916 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