This repository was archived by the owner on Mar 25, 2025. It is now read-only.
Commit cde5dbf
Large diffs are not rendered by default.
- .gitignore+9
- .travis.yml+12-9
- CMakeLists.txt+15-12
- README.md+32-3
- appveyor.yml+37-1
- bench/CMakeLists.txt+4-3
- bench/async_bench.cpp+4-2
- bench/bench.cpp+10-8
- cmake/spdlogConfig.cmake.in+3-2
- example/example.cpp+83-8
- include/spdlog/async.h+13-7
- include/spdlog/async_logger-inl.h+2-2
- include/spdlog/common-inl.h+4
- include/spdlog/common.h+101-18
- include/spdlog/details/file_helper-inl.h+26-1
- include/spdlog/details/file_helper.h+3-1
- include/spdlog/details/fmt_helper.h+56-4
- include/spdlog/details/mpmc_blocking_q.h+2-2
- include/spdlog/details/os-inl.h+23-12
- include/spdlog/details/os.h+2-2
- include/spdlog/details/synchronous_factory.h+1-1
- include/spdlog/details/tcp_client-windows.h+13-28
- include/spdlog/details/tcp_client.h+1-2
- include/spdlog/details/thread_pool-inl.h+10-3
- include/spdlog/details/thread_pool.h+2-1
- include/spdlog/details/udp_client-windows.h+111
- include/spdlog/details/udp_client.h+94
- include/spdlog/fmt/bin_to_hex.h+46-17
- include/spdlog/fmt/bundled/args.h+2
- include/spdlog/fmt/bundled/chrono.h+970-211
- include/spdlog/fmt/bundled/color.h+23-12
- include/spdlog/fmt/bundled/compile.h+14-11
- include/spdlog/fmt/bundled/core.h+490-256
- include/spdlog/fmt/bundled/fmt.license.rst+27
- include/spdlog/fmt/bundled/format-inl.h+286-263
- include/spdlog/fmt/bundled/format.h+588-314
- include/spdlog/fmt/bundled/os.h+30-18
- include/spdlog/fmt/bundled/ostream.h+31-77
- include/spdlog/fmt/bundled/printf.h+12-7
- include/spdlog/fmt/bundled/ranges.h+436-111
- include/spdlog/fmt/bundled/xchar.h+5-5
- include/spdlog/fmt/chrono.h+9-7
- include/spdlog/fmt/compile.h+10-8
- include/spdlog/fmt/fmt.h+3-1
- include/spdlog/fmt/ostr.h+9-7
- include/spdlog/fmt/ranges.h+22
- include/spdlog/fmt/xchar.h+10-8
- include/spdlog/fwd.h+4
- include/spdlog/logger-inl.h+2-2
- include/spdlog/logger.h+81-37
- include/spdlog/pattern_formatter-inl.h+35-5
- include/spdlog/pattern_formatter.h+3-2
- include/spdlog/sinks/ansicolor_sink-inl.h+2-2
- include/spdlog/sinks/base_sink.h+2-2
- include/spdlog/sinks/basic_file_sink-inl.h+2-1
- include/spdlog/sinks/basic_file_sink.h+7-5
- include/spdlog/sinks/daily_file_sink.h+68-16
- include/spdlog/sinks/hourly_file_sink.h+10-8
- include/spdlog/sinks/mongo_sink.h+1
- include/spdlog/sinks/msvc_sink.h+4
- include/spdlog/sinks/qt_sinks.h+45-36
- include/spdlog/sinks/ringbuffer_sink.h+4
- include/spdlog/sinks/rotating_file_sink-inl.h+27-6
- include/spdlog/sinks/rotating_file_sink.h+10-7
- include/spdlog/sinks/stdout_sinks-inl.h+3-3
- include/spdlog/sinks/systemd_sink.h+30-14
- include/spdlog/sinks/udp_sink.h+74
- include/spdlog/sinks/win_eventlog_sink.h+23-10
- include/spdlog/spdlog.h+17-17
- include/spdlog/stopwatch.h+10-3
- include/spdlog/tweakme.h+13-3
- include/spdlog/version.h+2-2
- src/fmt.cpp+43-1
- tests/catch.hpp+3.9k-1.3k
- tests/test_async.cpp+2-2
- tests/test_daily_logger.cpp+41-5
- tests/test_errors.cpp+13-1
- tests/test_file_helper.cpp+68-1
- tests/test_file_logging.cpp+11-2
- tests/test_fmt_helper.cpp+20
- tests/test_macros.cpp+4-12
- tests/test_pattern_formatter.cpp+59-5
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
163 | 163 | | |
164 | 164 | | |
165 | 165 | | |
166 | | - | |
| 166 | + | |
| 167 | + | |
167 | 168 | | |
168 | 169 | | |
169 | 170 | | |
| |||
172 | 173 | | |
173 | 174 | | |
174 | 175 | | |
175 | | - | |
| 176 | + | |
| 177 | + | |
176 | 178 | | |
177 | | - | |
| 179 | + | |
| 180 | + | |
178 | 181 | | |
179 | | - | |
| 182 | + | |
180 | 183 | | |
181 | 184 | | |
182 | 185 | | |
| |||
254 | 257 | | |
255 | 258 | | |
256 | 259 | | |
257 | | - | |
258 | | - | |
| 260 | + | |
259 | 261 | | |
260 | 262 | | |
261 | 263 | | |
| |||
0 commit comments