File tree
14 files changed
+30
-20
lines changed- .github/actions/build-native-binary
- 3rdparty
- cmake
- src
14 files changed
+30
-20
lines changed+2-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
135 | 135 |
| |
136 | 136 |
| |
137 | 137 |
| |
138 |
| - | |
| 138 | + | |
139 | 139 |
| |
140 | 140 |
| |
141 | 141 |
| |
| |||
163 | 163 |
| |
164 | 164 |
| |
165 | 165 |
| |
166 |
| - | |
| 166 | + | |
167 | 167 |
| |
168 | 168 |
| |
169 | 169 |
| |
|
Diff for: 3rdparty/CMakeLists.txt
+5-4
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
32 | 32 |
| |
33 | 33 |
| |
34 | 34 |
| |
35 |
| - | |
36 |
| - | |
37 |
| - | |
38 |
| - | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
39 | 39 |
| |
| 40 | + |
Diff for: 3rdparty/curl
Diff for: 3rdparty/glib
Submodule glib updated 1383 files
Diff for: 3rdparty/googletest
Submodule googletest updated 151 files
Diff for: 3rdparty/nlohmann-json
Submodule nlohmann-json updated 101 files
Diff for: 3rdparty/openssl
Submodule openssl updated 1731 files
Diff for: 3rdparty/paho.mqtt.c
Submodule paho.mqtt.c updated from 556cd56 to f7799da
Diff for: 3rdparty/paho.mqtt.cpp
Submodule paho.mqtt.cpp updated from 2ff3d15 to 33921c8
Diff for: 3rdparty/spdlog
- .github/workflows/ci.yml+2-3
- .gitignore+2
- CMakeLists.txt+33-22
- INSTALL+1-1
- README.md+79-42
- appveyor.yml+1-37
- bench/CMakeLists.txt+2-2
- bench/latency.cpp+23
- example/CMakeLists.txt+1-1
- example/example.cpp+20-2
- include/spdlog/async.h+3-3
- include/spdlog/async_logger-inl.h+16-18
- include/spdlog/common.h+11-3
- include/spdlog/details/backtracer-inl.h+6
- include/spdlog/details/backtracer.h+1
- include/spdlog/details/file_helper-inl.h+8
- include/spdlog/details/file_helper.h+1
- include/spdlog/details/mpmc_blocking_q.h+24-2
- include/spdlog/details/os-inl.h+41-12
- include/spdlog/details/os.h+4
- include/spdlog/details/registry-inl.h+10-1
- include/spdlog/details/registry.h+2
- include/spdlog/details/synchronous_factory.h+1-1
- include/spdlog/details/tcp_client-windows.h+1-1
- include/spdlog/details/tcp_client.h+3-2
- include/spdlog/details/thread_pool-inl.h+1-5
- include/spdlog/details/udp_client-windows.h+6-4
- include/spdlog/details/udp_client.h+1-1
- include/spdlog/fmt/bin_to_hex.h+3-3
- include/spdlog/logger-inl.h+3-3
- include/spdlog/logger.h+21-22
- include/spdlog/pattern_formatter.h+1-1
- include/spdlog/sinks/android_sink.h+6-2
- include/spdlog/sinks/ansicolor_sink-inl.h+9-9
- include/spdlog/sinks/callback_sink.h+61
- include/spdlog/sinks/daily_file_sink.h+8-58
- include/spdlog/sinks/dist_sink.h+4-4
- include/spdlog/sinks/dup_filter_sink.h+5-3
- include/spdlog/sinks/kafka_sink.h+133
- include/spdlog/sinks/msvc_sink.h+18-6
- include/spdlog/sinks/qt_sinks.h+196-6
- include/spdlog/sinks/ringbuffer_sink.h+1-1
- include/spdlog/sinks/stdout_sinks-inl.h+1-2
- include/spdlog/sinks/systemd_sink.h+7
- include/spdlog/sinks/win_eventlog_sink.h+6-6
- include/spdlog/spdlog-inl.h+5
- include/spdlog/spdlog.h+26-17
- include/spdlog/stopwatch.h+1-1
- include/spdlog/version.h+1-1
- tests/CMakeLists.txt+16
- tests/catch.hpp-18.0k
- tests/catch.license-23
- tests/includes.h+2-1
- tests/main.cpp+1-2
- tests/test_async.cpp+9-1
- tests/test_backtrace.cpp+13
- tests/test_bin_to_hex.cpp+93
- tests/test_custom_callbacks.cpp+34
- tests/test_daily_logger.cpp+5-5
- tests/test_errors.cpp+12-9
- tests/test_file_helper.cpp+5-5
- tests/test_file_logging.cpp+5-5
- tests/test_macros.cpp+1-1
- tests/test_misc.cpp-91
- tests/test_mpmc_q.cpp+22-2
- tests/test_pattern_formatter.cpp+1-1
- tests/test_stopwatch.cpp+3-3
Diff for: Dockerfile.amd64
+4-3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
76 | 76 |
| |
77 | 77 |
| |
78 | 78 |
| |
79 |
| - | |
80 |
| - | |
81 |
| - | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
82 | 83 |
| |
83 | 84 |
| |
84 | 85 |
| |
|
Diff for: Dockerfile.arm64
+4-3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
76 | 76 |
| |
77 | 77 |
| |
78 | 78 |
| |
79 |
| - | |
80 |
| - | |
81 |
| - | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
82 | 83 |
| |
83 | 84 |
| |
84 | 85 |
| |
|
Diff for: cmake/dependencies.cmake
+6
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
59 | 59 |
| |
60 | 60 |
| |
61 | 61 |
| |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + |
Diff for: src/CMakeLists.txt
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
58 | 58 |
| |
59 | 59 |
| |
60 | 60 |
| |
| 61 | + | |
61 | 62 |
| |
62 | 63 |
| |
63 | 64 |
| |
|
0 commit comments