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
61207163
Commit
61207163
authored
5 years ago
by
Dmitriy A. Gerasimov
Browse files
Options
Downloads
Patches
Plain Diff
[*] Results of valgrind debug
parent
b295e944
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
CMakeLists.txt
+2
-2
2 additions, 2 deletions
CMakeLists.txt
libdap-chain
+1
-1
1 addition, 1 deletion
libdap-chain
libdap-chain-crypto
+1
-1
1 addition, 1 deletion
libdap-chain-crypto
libdap-chain-net
+1
-1
1 addition, 1 deletion
libdap-chain-net
libdap-crypto
+1
-1
1 addition, 1 deletion
libdap-crypto
with
6 additions
and
6 deletions
CMakeLists.txt
+
2
−
2
View file @
61207163
...
...
@@ -46,7 +46,7 @@ SET( CPACK_GENERATOR "DEB")
SET
(
CPACK_PACKAGE_NAME
"
${
PROJECT_NAME
}
"
)
SET
(
CPACK_PACKAGE_VERSION_MAJOR 2
)
SET
(
CPACK_PACKAGE_VERSION_MINOR 4
)
SET
(
CPACK_PACKAGE_VERSION_PATCH
19
)
SET
(
CPACK_PACKAGE_VERSION_PATCH
20
)
SET
(
CPACK_SYSTEM_NAME
"debian-9.9-amd64"
)
SET
(
CPACK_PACKAGE_VERSION
"
${
CPACK_PACKAGE_VERSION_MAJOR
}
.
${
CPACK_PACKAGE_VERSION_MINOR
}
-
${
CPACK_PACKAGE_VERSION_PATCH
}
"
)
...
...
@@ -65,7 +65,7 @@ set(CMAKE_C_STANDARD 11)
set
(
SUBMODULES_NO_BUILD ON
)
add_definitions
(
"-DDAP_VERSION=
\"
${
CPACK_PACKAGE_VERSION_MAJOR
}
\"
"
)
add_definitions
(
"-DDAP_SERVER"
)
add_definitions
(
"-DDAP_SERVER
-DDAP_LOG_MT
"
)
add_definitions
(
"-DNODE_NETNAME=
\"
cellframe
\"
"
)
if
(
WIN32
)
...
...
This diff is collapsed.
Click to expand it.
libdap-chain
@
66e9e9a4
Compare
48b583a9
...
66e9e9a4
Subproject commit
48b583a967c431c877f5d7734f54bd1566fe74ea
Subproject commit
66e9e9a4e4bcd5e4b62197175037071c97a76f3d
This diff is collapsed.
Click to expand it.
libdap-chain-crypto
@
1a7f5733
Compare
6895464e
...
1a7f5733
Subproject commit
6895464e0cd5c5ab27a84e689666071d0555a186
Subproject commit
1a7f57339041f51675a766fb7848d16c6010ff11
This diff is collapsed.
Click to expand it.
libdap-chain-net
@
119f4444
Compare
76c7d412
...
119f4444
Subproject commit
76c7d412f5eba04f2b31255abe89984192ec31a7
Subproject commit
119f444480c255f4285831381e2c0ad1e16f6922
This diff is collapsed.
Click to expand it.
libdap-crypto
@
17f82188
Compare
a1dff85c
...
17f82188
Subproject commit
a1dff85cbe3f641c136f3a9f67743e9492e83b90
Subproject commit
17f8218833f473d2c954113617ae63cb5dc9400f
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