Commit 31c0704
committed
[DLStreamer] Update spdlog to v1.15.3
1 parent a569b64 commit 31c0704
2 files changed
Lines changed: 3 additions & 1 deletion
File tree
- libraries/dl-streamer
- src/monolithic/inference_backend/image_inference/openvino
- thirdparty
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
| 17 | + | |
16 | 18 | | |
17 | 19 | | |
18 | 20 | | |
| |||
- .github/workflows/linux.yml+26-18
- .github/workflows/macos.yml+38
- .github/workflows/windows.yml+148
- CMakeLists.txt+48-7
- README.md+22-10
- bench/async_bench.cpp+1-1
- bench/bench.cpp+2-2
- cmake/pch.h.in+1-5
- cmake/utils.cmake+13-2
- example/example.cpp+18-8
- include/spdlog/async.h+1-2
- include/spdlog/async_logger-inl.h+6-8
- include/spdlog/cfg/env.h+2-2
- include/spdlog/common.h+1-6
- include/spdlog/details/file_helper-inl.h+2-1
- include/spdlog/details/mpmc_blocking_q.h+3-3
- include/spdlog/details/os-inl.h+19-7
- include/spdlog/details/os.h+4
- include/spdlog/details/registry-inl.h+10-1
- include/spdlog/details/registry.h+2
- include/spdlog/details/thread_pool-inl.h+4-10
- include/spdlog/details/thread_pool.h+3-14
- include/spdlog/fmt/bin_to_hex.h+3-3
- include/spdlog/fmt/bundled/args.h+74-89
- include/spdlog/fmt/bundled/base.h+3.0k
- include/spdlog/fmt/bundled/chrono.h+789-699
- include/spdlog/fmt/bundled/color.h+194-200
- include/spdlog/fmt/bundled/compile.h+96-92
- include/spdlog/fmt/bundled/core.h+4-3.0k
- include/spdlog/fmt/bundled/fmt.license.rst+1-1
- include/spdlog/fmt/bundled/format-inl.h+333-63
- include/spdlog/fmt/bundled/format.h+1.4k-1.7k
- include/spdlog/fmt/bundled/locale.h-2
- include/spdlog/fmt/bundled/os.h+122-150
- include/spdlog/fmt/bundled/ostream.h+65-143
- include/spdlog/fmt/bundled/printf.h+185-227
- include/spdlog/fmt/bundled/ranges.h+358-246
- include/spdlog/fmt/bundled/std.h+344-153
- include/spdlog/fmt/bundled/xchar.h+191-81
- include/spdlog/fmt/fmt.h+2-2
- include/spdlog/mdc.h+9-3
- include/spdlog/pattern_formatter-inl.h+20-4
- include/spdlog/sinks/ansicolor_sink-inl.h+13-6
- include/spdlog/sinks/ansicolor_sink.h+5-4
- include/spdlog/sinks/base_sink.h+4-4
- include/spdlog/sinks/basic_file_sink-inl.h+6
- include/spdlog/sinks/basic_file_sink.h+1
- include/spdlog/sinks/callback_sink.h+1-1
- include/spdlog/sinks/daily_file_sink.h+2
- include/spdlog/sinks/dup_filter_sink.h+5-6
- include/spdlog/sinks/hourly_file_sink.h+2
- include/spdlog/sinks/msvc_sink.h+1-1
- include/spdlog/sinks/null_sink.h+1-1
- include/spdlog/sinks/rotating_file_sink-inl.h+40-5
- include/spdlog/sinks/rotating_file_sink.h+19-15
- include/spdlog/sinks/stdout_sinks-inl.h+5-4
- include/spdlog/sinks/wincolor_sink-inl.h+2-2
- include/spdlog/spdlog-inl.h+4
- include/spdlog/spdlog.h+13-8
- include/spdlog/tweakme.h+7
- include/spdlog/version.h+2-2
- src/bundled_fmtlib_format.cpp+4-1
- tests/CMakeLists.txt+8-9
- tests/includes.h+6-1
- tests/test_async.cpp-44
- tests/test_cfg.cpp+9
- tests/test_custom_callbacks.cpp+3-1
- tests/test_daily_logger.cpp+2-6
- tests/test_file_logging.cpp+87-3
- tests/test_misc.cpp+58-3
- tests/test_pattern_formatter.cpp+30
- tests/test_registry.cpp+13
- tests/test_sink.h+2-1
- tests/utils.cpp+1-2
0 commit comments