[med-svn] [spdlog] branch master updated (cf2e54e -> 3150136)
Michael Crusoe
misterc-guest at moszumanska.debian.org
Sat May 14 18:06:52 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 cf2e54e update Standards-Version
new f484e8d Imported Upstream version 1.7
new dc09a8f Merge tag 'upstream/1.7'
new 3150136 new upstream release
The 3 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 | 2 +-
CMakeLists.txt | 62 +
LICENSE | 45 +-
README.md | 10 +-
bench/Makefile | 16 +-
bench/boost-bench-mt.cpp | 5 +
bench/boost-bench.cpp | 4 +
bench/easylogging-bench-mt.cpp | 5 +
bench/easylogging-bench.cpp | 6 +
bench/g2log-async.cpp | 5 +
bench/glog-bench-mt.cpp | 5 +
bench/glog-bench.cpp | 4 +
bench/run_all.sh | 13 +-
bench/spdlog-async.cpp | 8 +-
bench/spdlog-bench-mt.cpp | 9 +-
bench/spdlog-bench.cpp | 4 +
bench/zf_log-bench-mt.cpp | 56 +
bench/zf_log-bench.cpp | 27 +
cmake/Config.cmake.in | 24 +
debian/changelog | 8 +
debian/control | 7 +-
example/CMakeLists.txt | 49 +
example/bench.cpp | 33 +-
example/example.cpp | 42 +-
example/example.sln | 22 +
example/example.vcxproj | 90 +
example/utils.h | 27 +-
include/spdlog/async_logger.h | 40 +-
include/spdlog/common.h | 30 +-
include/spdlog/details/async_log_helper.h | 152 +-
include/spdlog/details/async_logger_impl.h | 52 +-
include/spdlog/details/file_helper.h | 62 +-
include/spdlog/details/format.cc | 1577 +++----
include/spdlog/details/format.h | 5149 ++++++++++++++---------
include/spdlog/details/line_logger.h | 221 -
include/spdlog/details/line_logger_fwd.h | 78 +
include/spdlog/details/line_logger_impl.h | 185 +
include/spdlog/details/log_msg.h | 35 +-
include/spdlog/details/logger_impl.h | 43 +-
include/spdlog/details/mpmc_bounded_q.h | 28 +-
include/spdlog/details/null_mutex.h | 27 +-
include/spdlog/details/os.h | 90 +-
include/spdlog/details/pattern_formatter_impl.h | 52 +-
include/spdlog/details/registry.h | 79 +-
include/spdlog/details/spdlog_impl.h | 45 +-
include/spdlog/formatter.h | 37 +-
include/spdlog/logger.h | 50 +-
include/spdlog/sinks/android_sink.h | 92 +
include/spdlog/sinks/base_sink.h | 39 +-
include/spdlog/sinks/dist_sink.h | 72 +
include/spdlog/sinks/file_sinks.h | 43 +-
include/spdlog/sinks/msvc_sink.h | 50 +
include/spdlog/sinks/null_sink.h | 34 +-
include/spdlog/sinks/ostream_sink.h | 34 +-
include/spdlog/sinks/sink.h | 30 +-
include/spdlog/sinks/stdout_sinks.h | 33 +-
include/spdlog/sinks/syslog_sink.h | 39 +-
include/spdlog/spdlog.h | 47 +-
include/spdlog/tweakme.h | 33 +-
tests/Makefile | 2 +-
tests/file_helper.cpp | 77 +
tests/file_log.cpp | 53 +-
tests/includes.h | 3 +
tests/tests.vcxproj | 17 +-
tests/tests.vcxproj.filters | 9 +
tests/utils.cpp | 45 +
tests/utils.h | 15 +
67 files changed, 5382 insertions(+), 4005 deletions(-)
create mode 100644 CMakeLists.txt
create mode 100644 bench/zf_log-bench-mt.cpp
create mode 100644 bench/zf_log-bench.cpp
create mode 100644 cmake/Config.cmake.in
create mode 100644 example/CMakeLists.txt
create mode 100644 example/example.sln
create mode 100644 example/example.vcxproj
delete mode 100644 include/spdlog/details/line_logger.h
create mode 100644 include/spdlog/details/line_logger_fwd.h
create mode 100644 include/spdlog/details/line_logger_impl.h
create mode 100644 include/spdlog/sinks/android_sink.h
create mode 100644 include/spdlog/sinks/dist_sink.h
create mode 100644 include/spdlog/sinks/msvc_sink.h
create mode 100644 tests/file_helper.cpp
create mode 100644 tests/utils.cpp
create mode 100644 tests/utils.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