-
Notifications
You must be signed in to change notification settings - Fork 136
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Submodule libzmq
updated
9 files
+5 −2 | .github/workflows/CI.yaml | |
+20 −11 | CMakeLists.txt | |
+5 −0 | Makefile.am | |
+7 −7 | doc/zmq_socket.adoc | |
+4 −0 | doc/zmq_timers.adoc | |
+4 −0 | src/clock.cpp | |
+35 −12 | src/ip.cpp | |
+2 −1 | src/socket_base.cpp | |
+43 −0 | tests/test_reconnect_options.cpp |
Submodule miniupnp
updated
34 files
Submodule rapidjson
updated
7 files
+1 −1 | CMakeLists.txt | |
+4 −0 | RapidJSONConfig.cmake.in | |
+2 −2 | include/rapidjson/encodings.h | |
+1 −1 | include/rapidjson/internal/strtod.h | |
+7 −1 | include/rapidjson/pointer.h | |
+2 −3 | include/rapidjson/schema.h | |
+19 −0 | test/unittest/readertest.cpp |