[med-svn] [spdlog] branch master updated (dca97a1 -> f632119)

Michael Crusoe misterc-guest at moszumanska.debian.org
Fri Aug 26 16:25:12 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  dca97a1   new upstream version
      adds  eea8143   Imported Upstream version 1.11
      adds  943243b   Merge tag 'upstream/1.11'
      adds  f632119   new upstream release

No new revisions were added by this update.

Summary of changes:
 .gitignore                                       |   110 +-
 .travis.yml                                      |    20 +-
 CMakeLists.txt                                   |    13 +-
 INSTALL                                          |    26 +-
 LICENSE                                          |    44 +-
 README.md                                        |   160 +-
 bench/Makefile.mingw                             |   114 +-
 bench/easyl.conf                                 |    20 +-
 bench/logs/.gitignore                            |     8 +-
 bench/run_all.sh                                 |    76 -
 bench/spdlog-async.cpp                           |     2 +-
 bench/spdlog-bench-mt.cpp                        |     2 +-
 bench/spdlog-bench.cpp                           |     2 +-
 cmake/Config.cmake.in                            |    48 +-
 cmake/spdlog.pc.in                               |    12 +-
 debian/changelog                                 |     7 +
 debian/copyright                                 |     8 +-
 example/CMakeLists.txt                           |    95 +-
 example/Makefile                                 |    58 +-
 example/Makefile.clang                           |    64 +-
 example/Makefile.mingw                           |    64 +-
 example/example.cpp                              |    82 +-
 example/example.sln                              |    48 +-
 example/example.vcxproj                          |    35 +
 example/logs/.gitignore                          |     3 +-
 include/spdlog/async_logger.h                    |     5 +-
 include/spdlog/common.h                          |    64 +-
 include/spdlog/details/async_log_helper.h        |    58 +-
 include/spdlog/details/async_logger_impl.h       |    19 +-
 include/spdlog/details/file_helper.h             |    33 +-
 include/spdlog/details/format.cc                 |  1066 --
 include/spdlog/details/line_logger_fwd.h         |    78 -
 include/spdlog/details/line_logger_impl.h        |   185 -
 include/spdlog/details/log_msg.h                 |    61 +-
 include/spdlog/details/logger_impl.h             |   262 +-
 include/spdlog/details/mpmc_bounded_q.h          |    21 +-
 include/spdlog/details/os.h                      |   176 +-
 include/spdlog/details/pattern_formatter_impl.h  |   154 +-
 include/spdlog/details/registry.h                |    20 +
 include/spdlog/details/spdlog_impl.h             |    28 +-
 include/spdlog/fmt/bundled/format.cc             |   557 +
 include/spdlog/{details => fmt/bundled}/format.h |  1771 +-
 include/spdlog/fmt/bundled/ostream.cc            |    45 +
 include/spdlog/fmt/bundled/ostream.h             |   127 +
 include/spdlog/fmt/bundled/printf.h              |   624 +
 include/spdlog/fmt/fmt.h                         |    28 +
 include/spdlog/fmt/ostr.h                        |    17 +
 include/spdlog/logger.h                          |    90 +-
 include/spdlog/sinks/ansicolor_sink.h            |    19 +-
 include/spdlog/sinks/base_sink.h                 |     2 +-
 include/spdlog/sinks/dist_sink.h                 |    27 +-
 include/spdlog/sinks/file_sinks.h                |    13 +-
 include/spdlog/sinks/stdout_sinks.h              |     1 +
 include/spdlog/sinks/syslog_sink.h               |    10 +-
 include/spdlog/spdlog.h                          |    42 +-
 include/spdlog/tweakme.h                         |    47 +-
 tests/CMakeLists.txt                             |    19 +
 tests/catch.hpp                                  | 18854 ++++++++++-----------
 tests/errors.cpp                                 |    63 +
 tests/file_helper.cpp                            |     6 +-
 tests/file_log.cpp                               |     8 +-
 tests/format.cpp                                 |    40 +-
 tests/install_libcxx.sh                          |    24 +-
 tests/registry.cpp                               |    63 +-
 tests/tests.sln                                  |    56 +-
 tests/tests.vcxproj                              |     1 +
 tests/tests.vcxproj.filters                      |     3 +
 tests/utils.cpp                                  |     2 +-
 68 files changed, 13085 insertions(+), 12825 deletions(-)
 delete mode 100755 bench/run_all.sh
 delete mode 100644 include/spdlog/details/format.cc
 delete mode 100644 include/spdlog/details/line_logger_fwd.h
 delete mode 100644 include/spdlog/details/line_logger_impl.h
 create mode 100644 include/spdlog/fmt/bundled/format.cc
 rename include/spdlog/{details => fmt/bundled}/format.h (78%)
 create mode 100644 include/spdlog/fmt/bundled/ostream.cc
 create mode 100644 include/spdlog/fmt/bundled/ostream.h
 create mode 100644 include/spdlog/fmt/bundled/printf.h
 create mode 100644 include/spdlog/fmt/fmt.h
 create mode 100644 include/spdlog/fmt/ostr.h
 create mode 100644 tests/CMakeLists.txt
 create mode 100644 tests/errors.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