This is an automated email from the git hooks/post-receive script. misterc-guest pushed a commit to branch master in repository spdlog.
commit 2791a0cc76ed393b937a93675ce47876faa20702 Merge: 3150136 5feb04a Author: Michael R. Crusoe <[email protected]> Date: Tue May 17 02:46:41 2016 -0700 Merge tag 'upstream/1.8' Upstream version 1.8 .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(-) -- 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
