Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
celllframe-node
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
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
Ilya Evseev
celllframe-node
Commits
682f01d4
Commit
682f01d4
authored
5 years ago
by
Dmitriy A. Gerasimov
Browse files
Options
Downloads
Patches
Plain Diff
[*] Reduced log output
[*] Fixed chains bug
parent
97cf801b
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
CMakeLists.txt
+1
-1
1 addition, 1 deletion
CMakeLists.txt
libdap-chain-net
+1
-1
1 addition, 1 deletion
libdap-chain-net
libdap-server
+1
-1
1 addition, 1 deletion
libdap-server
sources/main.c
+0
-1
0 additions, 1 deletion
sources/main.c
with
3 additions
and
4 deletions
CMakeLists.txt
+
1
−
1
View file @
682f01d4
...
@@ -48,7 +48,7 @@ SET( CPACK_GENERATOR "DEB")
...
@@ -48,7 +48,7 @@ SET( CPACK_GENERATOR "DEB")
SET
(
CPACK_PACKAGE_NAME
"
${
PROJECT_NAME
}
"
)
SET
(
CPACK_PACKAGE_NAME
"
${
PROJECT_NAME
}
"
)
SET
(
CPACK_PACKAGE_VERSION_MAJOR 2
)
SET
(
CPACK_PACKAGE_VERSION_MAJOR 2
)
SET
(
CPACK_PACKAGE_VERSION_MINOR 8
)
SET
(
CPACK_PACKAGE_VERSION_MINOR 8
)
SET
(
CPACK_PACKAGE_VERSION_PATCH
2
)
SET
(
CPACK_PACKAGE_VERSION_PATCH
3
)
SET
(
CPACK_SYSTEM_NAME
"debian-9.9-amd64"
)
SET
(
CPACK_SYSTEM_NAME
"debian-9.9-amd64"
)
SET
(
CPACK_PACKAGE_VERSION
"
${
CPACK_PACKAGE_VERSION_MAJOR
}
.
${
CPACK_PACKAGE_VERSION_MINOR
}
-
${
CPACK_PACKAGE_VERSION_PATCH
}
"
)
SET
(
CPACK_PACKAGE_VERSION
"
${
CPACK_PACKAGE_VERSION_MAJOR
}
.
${
CPACK_PACKAGE_VERSION_MINOR
}
-
${
CPACK_PACKAGE_VERSION_PATCH
}
"
)
...
...
This diff is collapsed.
Click to expand it.
libdap-chain-net
@
4d8f088b
Compare
0a295573
...
4d8f088b
Subproject commit
0a2955733bd5db09292f87c089c27f5b75372fe1
Subproject commit
4d8f088b9e5d14f0f29d73b790859dd95cc1e933
This diff is collapsed.
Click to expand it.
libdap-server
@
0f224b4d
Compare
32c13f4a
...
0f224b4d
Subproject commit
32c13f4a3840685f4ee398434cbf7419113ceddf
Subproject commit
0f224b4de595d688cbbac6c2616286b8079eba88
This diff is collapsed.
Click to expand it.
sources/main.c
+
0
−
1
View file @
682f01d4
...
@@ -227,7 +227,6 @@ int main( int argc, const char **argv )
...
@@ -227,7 +227,6 @@ int main( int argc, const char **argv )
return
-
58
;
return
-
58
;
}
}
dap_chain_net_load_all
();
dap_client_init
();
dap_client_init
();
dap_http_client_simple_init
(
);
dap_http_client_simple_init
(
);
...
...
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