Skip to content

Commit

Permalink
Merge pull request #56 from nightingazer/dependabot/submodules/AGE/ve…
Browse files Browse the repository at this point in the history
…ndor/spdlog-3c93f76

Bump AGE/vendor/spdlog from `f44fa31` to `3c93f76`
  • Loading branch information
Alex Grishan authored Jan 25, 2023
2 parents 52ecb02 + ab2ff7c commit 36cf40b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AGE/vendor/spdlog
Submodule spdlog updated 53 files
+81 −0 .github/workflows/ci.yml
+0 −155 .travis.yml
+22 −4 CMakeLists.txt
+6 −9 README.md
+14 −3 appveyor.yml
+1 −1 bench/bench.cpp
+0 −11 bench/latency.cpp
+12 −9 example/example.cpp
+1 −1 include/spdlog/common-inl.h
+54 −3 include/spdlog/common.h
+6 −0 include/spdlog/details/backtracer-inl.h
+1 −0 include/spdlog/details/backtracer.h
+0 −5 include/spdlog/details/fmt_helper.h
+24 −2 include/spdlog/details/mpmc_blocking_q.h
+2 −1 include/spdlog/details/periodic_worker.h
+1 −0 include/spdlog/details/tcp_client.h
+1 −5 include/spdlog/details/thread_pool-inl.h
+4 −4 include/spdlog/fmt/bundled/args.h
+63 −61 include/spdlog/fmt/bundled/chrono.h
+113 −100 include/spdlog/fmt/bundled/color.h
+40 −71 include/spdlog/fmt/bundled/compile.h
+481 −394 include/spdlog/fmt/bundled/core.h
+807 −1,727 include/spdlog/fmt/bundled/format-inl.h
+1,535 −422 include/spdlog/fmt/bundled/format.h
+26 −75 include/spdlog/fmt/bundled/os.h
+124 −22 include/spdlog/fmt/bundled/ostream.h
+7 −24 include/spdlog/fmt/bundled/printf.h
+291 −362 include/spdlog/fmt/bundled/ranges.h
+171 −0 include/spdlog/fmt/bundled/std.h
+26 −33 include/spdlog/fmt/bundled/xchar.h
+4 −0 include/spdlog/fmt/fmt.h
+23 −0 include/spdlog/fmt/std.h
+1 −1 include/spdlog/logger-inl.h
+3 −29 include/spdlog/logger.h
+4 −1 include/spdlog/sinks/daily_file_sink.h
+7 −7 include/spdlog/sinks/dist_sink.h
+5 −3 include/spdlog/sinks/dup_filter_sink.h
+17 −9 include/spdlog/sinks/mongo_sink.h
+11 −1 include/spdlog/sinks/msvc_sink.h
+4 −4 include/spdlog/sinks/win_eventlog_sink.h
+6 −1 include/spdlog/spdlog.h
+8 −2 include/spdlog/tweakme.h
+1 −1 include/spdlog/version.h
+12 −0 scripts/ci_setup_clang.sh
+52 −0 src/bundled_fmtlib_format.cpp
+0 −110 src/fmt.cpp
+10 −1 tests/includes.h
+10 −1 tests/main.cpp
+13 −0 tests/test_backtrace.cpp
+1 −1 tests/test_fmt_helper.cpp
+22 −2 tests/test_mpmc_q.cpp
+1 −1 tests/test_pattern_formatter.cpp
+1 −1 tests/utils.cpp

0 comments on commit 36cf40b

Please sign in to comment.