-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/topic/robin/update-3rdparty'
* origin/topic/robin/update-3rdparty: Fix for Windows compilation. Revert spdlog submodule to release version. Revert dependabout grouping. Bump the 3rdparty group across 1 directory with 10 updates
- Loading branch information
Showing
13 changed files
with
15 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule IXWebSocket
updated
6 files
+1 −0 | README.md | |
+6 −0 | ixwebsocket/IXDNSLookup.cpp | |
+5 −1 | ixwebsocket/IXSetThreadName.cpp | |
+4 −0 | ixwebsocket/IXSocket.h | |
+7 −0 | ixwebsocket/IXSocketMbedTLS.cpp | |
+7 −7 | makefile.dev |
Submodule bpftool
updated
36 files
+5 −0 | .mailmap | |
+1 −1 | BPF-CHECKPOINT-COMMIT | |
+1 −1 | CHECKPOINT-COMMIT | |
+28 −36 | bash-completion/bpftool | |
+3 −3 | docs/Makefile | |
+51 −55 | docs/bpftool-btf.rst | |
+105 −114 | docs/bpftool-cgroup.rst | |
+54 −61 | docs/bpftool-feature.rst | |
+158 −180 | docs/bpftool-gen.rst | |
+28 −32 | docs/bpftool-iter.rst | |
+34 −39 | docs/bpftool-link.rst | |
+113 −119 | docs/bpftool-map.rst | |
+55 −57 | docs/bpftool-net.rst | |
+17 −17 | docs/bpftool-perf.rst | |
+206 −230 | docs/bpftool-prog.rst | |
+40 −41 | docs/bpftool-struct_ops.rst | |
+30 −30 | docs/bpftool.rst | |
+12 −14 | docs/common_options.rst | |
+4 −0 | include/uapi/asm-generic/bitsperlong.h | |
+43 −10 | include/uapi/linux/bpf.h | |
+1 −1 | libbpf | |
+37 −0 | scripts/mailmap-update.sh | |
+2 −2 | scripts/sync-kernel-expected-diff.patch | |
+16 −0 | scripts/sync-kernel.sh | |
+5 −4 | src/Makefile | |
+133 −5 | src/btf.c | |
+85 −13 | src/common.c | |
+2 −1 | src/feature.c | |
+2 −2 | src/gen.c | |
+1 −1 | src/iter.c | |
+14 −0 | src/kernel/bpf/disasm.c | |
+9 −0 | src/link.c | |
+2 −1 | src/main.h | |
+5 −2 | src/prog.c | |
+6 −1 | src/skeleton/pid_iter.bpf.c | |
+1 −1 | src/struct_ops.c |
Submodule broker
updated
31 files
Submodule filesystem
updated
4 files
+1 −1 | .cirrus.yml | |
+48 −66 | .github/workflows/build_cmake.yml | |
+1 −1 | CMakeLists.txt | |
+5 −0 | test/CMakeLists.txt |
Submodule json
updated
7 files
Submodule pfs
updated
18 files
+5 −2 | CMakeLists.txt | |
+22 −4 | README.md | |
+11 −0 | cmake/pfs-config.cmake.in | |
+10 −0 | docker/Dockerfile-alpine3 | |
+57 −50 | include/pfs/types.hpp | |
+1 −1 | include/pfs/version.hpp | |
+60 −19 | sample/enum_task.cpp | |
+2 −1 | sample/format.hpp | |
+1 −0 | sample/log.hpp | |
+1 −1 | src/mem.cpp | |
+44 −44 | src/task.cpp | |
+6 −0 | test/cmake/README.md | |
+41 −0 | test/cmake/find_package.cpp | |
+11 −0 | test/cmake/find_package_installed/CMakeLists.txt | |
+12 −0 | test/cmake/find_package_source/CMakeLists.txt | |
+41 −0 | test/cmake/run_test | |
+0 −1 | test/test_mem.cpp | |
+1 −0 | test/test_utils.hpp |
Submodule spdlog
updated
31 files
Submodule vcpkg
updated
3059 files
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters