第一次提交
0 parents
Showing
96 changed files
with
4890 additions
and
0 deletions
.gitignore
0 → 100644
CMakeLists.txt
0 → 100644
README.md
0 → 100644
File mode changed
spdlog/async.h
0 → 100644
spdlog/async_logger-inl.h
0 → 100644
spdlog/async_logger.h
0 → 100644
spdlog/cfg/argv.h
0 → 100644
spdlog/cfg/env.h
0 → 100644
spdlog/cfg/helpers-inl.h
0 → 100644
spdlog/cfg/helpers.h
0 → 100644
spdlog/common-inl.h
0 → 100644
spdlog/common.h
0 → 100644
spdlog/details/backtracer-inl.h
0 → 100644
spdlog/details/backtracer.h
0 → 100644
spdlog/details/circular_q.h
0 → 100644
spdlog/details/console_globals.h
0 → 100644
spdlog/details/file_helper-inl.h
0 → 100644
spdlog/details/file_helper.h
0 → 100644
spdlog/details/fmt_helper.h
0 → 100644
spdlog/details/log_msg-inl.h
0 → 100644
spdlog/details/log_msg.h
0 → 100644
spdlog/details/log_msg_buffer-inl.h
0 → 100644
spdlog/details/log_msg_buffer.h
0 → 100644
spdlog/details/mpmc_blocking_q.h
0 → 100644
spdlog/details/null_mutex.h
0 → 100644
spdlog/details/os-inl.h
0 → 100644
This diff is collapsed.
Click to expand it.
spdlog/details/os.h
0 → 100644
spdlog/details/periodic_worker-inl.h
0 → 100644
spdlog/details/periodic_worker.h
0 → 100644
spdlog/details/registry-inl.h
0 → 100644
spdlog/details/registry.h
0 → 100644
spdlog/details/synchronous_factory.h
0 → 100644
spdlog/details/tcp_client-windows.h
0 → 100644
spdlog/details/tcp_client.h
0 → 100644
spdlog/details/thread_pool-inl.h
0 → 100644
spdlog/details/thread_pool.h
0 → 100644
spdlog/details/windows_include.h
0 → 100644
spdlog/fmt/bin_to_hex.h
0 → 100644
spdlog/fmt/bundled/LICENSE.rst
0 → 100644
spdlog/fmt/bundled/chrono.h
0 → 100644
This diff is collapsed.
Click to expand it.
spdlog/fmt/bundled/color.h
0 → 100644
This diff is collapsed.
Click to expand it.
spdlog/fmt/bundled/compile.h
0 → 100644
This diff is collapsed.
Click to expand it.
spdlog/fmt/bundled/core.h
0 → 100644
This diff is collapsed.
Click to expand it.
spdlog/fmt/bundled/format-inl.h
0 → 100644
This diff is collapsed.
Click to expand it.
spdlog/fmt/bundled/format.h
0 → 100644
This diff could not be displayed because it is too large.
spdlog/fmt/bundled/locale.h
0 → 100644
spdlog/fmt/bundled/os.h
0 → 100644
This diff is collapsed.
Click to expand it.
spdlog/fmt/bundled/ostream.h
0 → 100644
spdlog/fmt/bundled/posix.h
0 → 100644
spdlog/fmt/bundled/printf.h
0 → 100644
This diff is collapsed.
Click to expand it.
spdlog/fmt/bundled/ranges.h
0 → 100644
This diff is collapsed.
Click to expand it.
spdlog/fmt/chrono.h
0 → 100644
spdlog/fmt/fmt.h
0 → 100644
spdlog/fmt/ostr.h
0 → 100644
spdlog/formatter.h
0 → 100644
spdlog/fwd.h
0 → 100644
spdlog/logger-inl.h
0 → 100644
spdlog/logger.h
0 → 100644
This diff is collapsed.
Click to expand it.
spdlog/pattern_formatter-inl.h
0 → 100644
This diff is collapsed.
Click to expand it.
spdlog/pattern_formatter.h
0 → 100644
spdlog/sinks/android_sink.h
0 → 100644
spdlog/sinks/ansicolor_sink-inl.h
0 → 100644
spdlog/sinks/ansicolor_sink.h
0 → 100644
spdlog/sinks/base_sink-inl.h
0 → 100644
spdlog/sinks/base_sink.h
0 → 100644
spdlog/sinks/basic_file_sink-inl.h
0 → 100644
spdlog/sinks/basic_file_sink.h
0 → 100644
spdlog/sinks/daily_file_sink.h
0 → 100644
spdlog/sinks/dist_sink.h
0 → 100644
spdlog/sinks/dup_filter_sink.h
0 → 100644
This diff is collapsed.
Click to expand it.
spdlog/sinks/msvc_sink.h
0 → 100644
This diff is collapsed.
Click to expand it.
spdlog/sinks/null_sink.h
0 → 100644
This diff is collapsed.
Click to expand it.
spdlog/sinks/ostream_sink.h
0 → 100644
This diff is collapsed.
Click to expand it.
spdlog/sinks/ringbuffer_sink.h
0 → 100644
This diff is collapsed.
Click to expand it.
spdlog/sinks/rotating_file_sink-inl.h
0 → 100644
This diff is collapsed.
Click to expand it.
spdlog/sinks/rotating_file_sink.h
0 → 100644
This diff is collapsed.
Click to expand it.
spdlog/sinks/sink-inl.h
0 → 100644
This diff is collapsed.
Click to expand it.
spdlog/sinks/sink.h
0 → 100644
This diff is collapsed.
Click to expand it.
spdlog/sinks/stdout_color_sinks-inl.h
0 → 100644
This diff is collapsed.
Click to expand it.
spdlog/sinks/stdout_color_sinks.h
0 → 100644
This diff is collapsed.
Click to expand it.
spdlog/sinks/stdout_sinks-inl.h
0 → 100644
This diff is collapsed.
Click to expand it.
spdlog/sinks/stdout_sinks.h
0 → 100644
This diff is collapsed.
Click to expand it.
spdlog/sinks/syslog_sink.h
0 → 100644
This diff is collapsed.
Click to expand it.
spdlog/sinks/systemd_sink.h
0 → 100644
This diff is collapsed.
Click to expand it.
spdlog/sinks/tcp_sink.h
0 → 100644
This diff is collapsed.
Click to expand it.
spdlog/sinks/win_eventlog_sink.h
0 → 100644
This diff is collapsed.
Click to expand it.
spdlog/sinks/wincolor_sink-inl.h
0 → 100644
This diff is collapsed.
Click to expand it.
spdlog/sinks/wincolor_sink.h
0 → 100644
This diff is collapsed.
Click to expand it.
spdlog/spdlog-inl.h
0 → 100644
This diff is collapsed.
Click to expand it.
spdlog/spdlog.h
0 → 100644
This diff is collapsed.
Click to expand it.
spdlog/spdlogwarp.hh
0 → 100644
This diff is collapsed.
Click to expand it.
spdlog/stopwatch.h
0 → 100644
This diff is collapsed.
Click to expand it.
spdlog/tweakme.h
0 → 100644
This diff is collapsed.
Click to expand it.
spdlog/version.h
0 → 100644
This diff is collapsed.
Click to expand it.
spdlog_sample.cpp
0 → 100644
This diff is collapsed.
Click to expand it.
spdlogwarp.cpp
0 → 100644
This diff is collapsed.
Click to expand it.
-
Please register or sign in to post a comment