-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
1 parent
e4fe355
commit 5421623
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule framework
updated
19 files
+2 −2 | .github/workflows/build-dev-docker.yml | |
+1 −1 | .github/workflows/build-docker.yml | |
+12 −14 | .github/workflows/ccpp-linux.yml | |
+12 −14 | .github/workflows/ccpp-mac.yml | |
+14 −16 | .github/workflows/ccpp-win.yml | |
+3 −3 | AdminRegistryServer/AdminRegistryImp.cpp | |
+1 −1 | AdminRegistryServer/ExecuteTask.cpp | |
+1 −1 | AdminRegistryServer/ExecuteTask.h | |
+32 −30 | AdminRegistryServer/NodeManager.cpp | |
+1 −1 | CMakeLists.txt | |
+24 −0 | Changelist.md | |
+55 −5 | NodeServer/Activator.cpp | |
+23 −5 | NodeServer/CommandStart.cpp | |
+47 −31 | NodeServer/ServerManager.cpp | |
+2 −2 | NodeServer/ServerManager.h | |
+5 −2 | NodeServer/ServerObject.cpp | |
+3 −0 | RegistryServer/ReapThread.cpp | |
+1 −1 | deploy/linux-install.sh | |
+1 −1 | tarscpp |
Submodule web
updated
25 files