This is an automated email from the git hooks/post-receive script. misterc-guest pushed a commit to tag debian/1%0.11.0 in repository spdlog.
commit aad6a577098d87484df1dcb537ffffac55822eb4 Merge: 1be3563 e67cb72 Author: Michael R. Crusoe <[email protected]> Date: Sun Oct 9 01:15:13 2016 -0700 Merge tag 'upstream/0.11.0' Upstream version 0.11.0 .gitignore | 4 +- README.md | 1 + bench/Makefile | 13 ++-- bench/spdlog-bench-mt.cpp | 2 +- bench/spdlog-null-async.cpp | 112 +++++++++++++++++++++++++++++ bench/utils.h | 35 +++++++++ bench/zf_log-bench-mt.cpp | 56 --------------- bench/zf_log-bench.cpp | 28 -------- 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 ++++++++--- 35 files changed, 507 insertions(+), 271 deletions(-) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/spdlog.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
