Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
celllframe-node
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Dmitry Puzyrkov
celllframe-node
Commits
72995440
Commit
72995440
authored
6 years ago
by
Dmitriy Gerasimov
Browse files
Options
Downloads
Patches
Plain Diff
[*] Submodules update
parent
92e50915
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
.gitmodules
+6
-6
6 additions, 6 deletions
.gitmodules
CMakeLists.txt
+2
-2
2 additions, 2 deletions
CMakeLists.txt
libdap
+1
-1
1 addition, 1 deletion
libdap
libdap-server
+1
-1
1 addition, 1 deletion
libdap-server
libdap-stream
+1
-1
1 addition, 1 deletion
libdap-stream
with
11 additions
and
11 deletions
.gitmodules
+
6
−
6
View file @
72995440
[submodule "libdap"]
path = libdap
url = https://git
hu
b.com/
kelvinblockchain
/libdap.git
url = https://git
la
b.com/
demlabs
/libdap.git
[submodule "libdap-server"]
path = libdap-server
url = https://github.com/kelvinblockchain/libdap-server.git
[submodule "libdap-chain"]
path = libdap-chain
url = https://git
hu
b.com/
kelvinblockchain
/libdap-chain.git
url = https://git
la
b.com/
demlabs
/libdap-chain.git
[submodule "libdap-stream"]
path = libdap-stream
url = https://git
hu
b.com/
kelvinblockchain
/libdap-stream.git
url = https://git
la
b.com/
demlabs
/libdap-stream.git
[submodule "libdap-stream-ch-vpn"]
path = libdap-stream-ch-vpn
url = https://git
hu
b.com/
kelvinblockchain
/libdap-stream-ch-vpn.git
url = https://git
la
b.com/
demlabs
/libdap-stream-ch-vpn.git
[submodule "libdap-stream-ch-av"]
path = libdap-stream-ch-av
url = https://git
hu
b.com/
kelvinblockchain
/libdap-stream-ch-av
url = https://git
la
b.com/
demlabs
/libdap-stream-ch-av
[submodule "libdap-stream-ch-chat"]
path = libdap-stream-ch-chat
url = https://git
hu
b.com/
kelvinblockchain
/libdap-stream-ch-chat
url = https://git
la
b.com/
demlabs
/libdap-stream-ch-chat
This diff is collapsed.
Click to expand it.
CMakeLists.txt
+
2
−
2
View file @
72995440
...
...
@@ -37,10 +37,10 @@ add_definitions ("${dap_udp_server_DEFINITIONS}")
add_definitions
(
"
${
dap_session_DEFINITIONS
}
"
)
add_definitions
(
"
${
dap_stream_DEFINITIONS
}
"
)
set
(
SOURCES sources/
kelvin-node
.c sources/node_manager.c
)
set
(
SOURCES sources/
main
.c sources/node_manager.c
)
set
(
HEADERS sources/node_manager.h
)
set
(
CMAKE_C_FLAGS
"
${
CMAKE_C_FLAGS
}
"
)
add_executable
(
${
PROJECT_NAME
}
"sources/
kelvin-node
.c"
${
HEADERS
}
${
SOURCES
}
${
CRYPTO_SRCS
}
)
add_executable
(
${
PROJECT_NAME
}
"sources/
main
.c"
${
HEADERS
}
${
SOURCES
}
${
CRYPTO_SRCS
}
)
target_link_libraries
(
${
PROJECT_NAME
}
dap_http_server dap_core_server dap_udp_server dap_session dap_crypto dap_core dap_enc_server dap_stream m pthread
)
This diff is collapsed.
Click to expand it.
libdap
@
ed18c788
Subproject commit
10ee49ab4ba2354c4710deb94b9bb51cd4badf6b
Subproject commit
ed18c7882c3586a2f323667c8e30d21d86cac5fd
This diff is collapsed.
Click to expand it.
libdap-server
@
b74c3986
Compare
6366bcea
...
b74c3986
Subproject commit
6366bceae27b633d32630053c9fd295f07db7435
Subproject commit
b74c398692051acb301f3dda4ffc1bb8a87c5281
This diff is collapsed.
Click to expand it.
libdap-stream
@
a7f19360
Subproject commit
ef24af6c87d6141ebb919a62f8b1fd461a373f6
0
Subproject commit
a7f193603b176c0007a011c7cdce37180848cc8
0
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment