[med-svn] [spdlog] branch master updated (fb9592d -> 385e85b)
Michael Crusoe
misterc-guest at moszumanska.debian.org
Sun Oct 9 09:02:37 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 fb9592d new upstream release
adds 1be3563 point to correct upstream, use epoch number
adds e67cb72 New upstream version 0.11.0
adds aad6a57 Merge tag 'upstream/0.11.0'
adds 586d02f correct upstream version
adds 62a1363 remove epoch mangling from watch file
adds 4bab02c add missing copyright year
adds 385e85b dch -r
No new revisions were added by this update.
Summary of changes:
.gitignore | 4 +-
README.md | 1 +
bench/Makefile | 13 ++--
bench/spdlog-bench-mt.cpp | 2 +-
bench/spdlog-null-async.cpp | 112 +++++++++++++++++++++++++++++
{example => bench}/utils.h | 0
bench/zf_log-bench-mt.cpp | 56 ---------------
bench/zf_log-bench.cpp | 28 --------
debian/changelog | 7 ++
debian/control | 3 +-
debian/copyright | 2 +-
debian/watch | 9 +--
example/CMakeLists.txt | 3 +
example/bench.cpp | 17 +++--
example/example.cpp | 21 +++++-
example/jni/Android.mk | 15 ++++
example/jni/Application.mk | 2 +
example/jni/example.cpp | 1 +
example/multisink.cpp | 47 ++++++++++++
include/spdlog/details/async_log_helper.h | 18 +++--
include/spdlog/details/async_logger_impl.h | 5 +-
include/spdlog/details/file_helper.h | 13 ++--
include/spdlog/details/logger_impl.h | 17 +++--
include/spdlog/details/os.h | 6 +-
include/spdlog/details/spdlog_impl.h | 32 +++++----
include/spdlog/fmt/bundled/format.cc | 6 +-
include/spdlog/fmt/bundled/format.h | 56 ++++++++++++---
include/spdlog/fmt/bundled/ostream.cc | 19 ++---
include/spdlog/fmt/bundled/ostream.h | 19 ++---
include/spdlog/fmt/bundled/printf.h | 20 +++++-
include/spdlog/logger.h | 4 ++
include/spdlog/sinks/android_sink.h | 53 +++++---------
include/spdlog/sinks/dist_sink.h | 8 ++-
include/spdlog/sinks/file_sinks.h | 40 +++++------
include/spdlog/sinks/sink.h | 26 +++++++
include/spdlog/spdlog.h | 26 +++----
tests/errors.cpp | 1 +
tests/file_helper.cpp | 11 +--
tests/file_log.cpp | 41 ++++++++---
39 files changed, 482 insertions(+), 282 deletions(-)
create mode 100644 bench/spdlog-null-async.cpp
copy {example => bench}/utils.h (100%)
delete mode 100644 bench/zf_log-bench-mt.cpp
delete mode 100644 bench/zf_log-bench.cpp
create mode 100644 example/jni/Android.mk
create mode 100644 example/jni/Application.mk
create mode 120000 example/jni/example.cpp
create mode 100644 example/multisink.cpp
--
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