Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
celllframe-node
Manage
Activity
Members
Labels
Plan
Issues
5
Issue boards
Milestones
Code
Merge requests
17
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
cellframe
celllframe-node
Commits
6a1abfed
Commit
6a1abfed
authored
1 year ago
by
Roman Khlopkov
🔜
Browse files
Options
Downloads
Patches
Plain Diff
[+] Stream testing debug command, segfault and pkt size limit fixes
parent
346a1f40
No related branches found
No related tags found
1 merge request
!974
bugfix-8996
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
CMakeLists.txt
+3
-0
3 additions, 0 deletions
CMakeLists.txt
cellframe-sdk
+1
-1
1 addition, 1 deletion
cellframe-sdk
dap-sdk
+1
-1
1 addition, 1 deletion
dap-sdk
python-cellframe
+1
-1
1 addition, 1 deletion
python-cellframe
version.mk
+1
-1
1 addition, 1 deletion
version.mk
with
7 additions
and
4 deletions
CMakeLists.txt
+
3
−
0
View file @
6a1abfed
...
@@ -244,7 +244,10 @@ if(UNIX AND NOT WIN32)
...
@@ -244,7 +244,10 @@ if(UNIX AND NOT WIN32)
FetchContent_MakeAvailable
(
CPython37Static
)
FetchContent_MakeAvailable
(
CPython37Static
)
SET
(
OPENSSL_ARCHIVE_URL https://pub.cellframe.net/3rdparty/python/openssl-1.1.1o.tar.gz
)
SET
(
OPENSSL_ARCHIVE_URL https://pub.cellframe.net/3rdparty/python/openssl-1.1.1o.tar.gz
)
set
(
SAVED_CMAKE_MESSAGE_LOG_LEVEL
${
CMAKE_MESSAGE_LOG_LEVEL
}
)
set
(
CMAKE_MESSAGE_LOG_LEVEL ERROR
)
add_subdirectory
(
cellframe-sdk/3rdparty/openssl-cmake
)
add_subdirectory
(
cellframe-sdk/3rdparty/openssl-cmake
)
set
(
CMAKE_MESSAGE_LOG_LEVEL
${
SAVED_CMAKE_MESSAGE_LOG_LEVEL
}
)
add_dependencies
(
${
NODE_TARGET
}
ssl_lib crypto_lib
)
add_dependencies
(
${
NODE_TARGET
}
ssl_lib crypto_lib
)
set
(
CMAKE_PREFIX_PATH
${
cpython37static_SOURCE_DIR
}
)
set
(
CMAKE_PREFIX_PATH
${
cpython37static_SOURCE_DIR
}
)
...
...
This diff is collapsed.
Click to expand it.
cellframe-sdk
@
683eea84
Compare
595f2f01
...
683eea84
Subproject commit
595f2f0173a0ee503671bccbe7071feb61872274
Subproject commit
683eea846cd6ba313b4db0e1f78b949ff9c74350
This diff is collapsed.
Click to expand it.
dap-sdk
@
8f6c94e6
Compare
608edce5
...
8f6c94e6
Subproject commit
608edce57513ce09ce1a4d38b474bd0a12281d5e
Subproject commit
8f6c94e65924ac61c081cbc08836e73ff63066d4
This diff is collapsed.
Click to expand it.
python-cellframe
@
a47c4c44
Compare
577e3027
...
a47c4c44
Subproject commit
577e3027476f5253d4938b1f625ab571fe4efd4b
Subproject commit
a47c4c44f725b9c739cb66b3b2bc8e1333394ec7
This diff is collapsed.
Click to expand it.
version.mk
+
1
−
1
View file @
6a1abfed
VERSION_MAJOR
=
5
VERSION_MAJOR
=
5
VERSION_MINOR
=
2
VERSION_MINOR
=
2
VERSION_PATCH
=
11
1
VERSION_PATCH
=
11
2
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