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
15
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
e23efa51
Commit
e23efa51
authored
3 years ago
by
dmitriy.gerasimov
Browse files
Options
Downloads
Plain Diff
Merge branch 'bugs-4761' into 'release-4.4'
Bugs 4761 See merge request
!209
parents
29e3155c
5e340dcb
No related branches found
No related tags found
2 merge requests
!226
Release 4.4
,
!209
Bugs 4761
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
CMakeLists.txt
+1
-1
1 addition, 1 deletion
CMakeLists.txt
cellframe-sdk
+1
-1
1 addition, 1 deletion
cellframe-sdk
python-cellframe
+1
-1
1 addition, 1 deletion
python-cellframe
sources/sig_unix_handler.c
+1
-1
1 addition, 1 deletion
sources/sig_unix_handler.c
with
4 additions
and
4 deletions
CMakeLists.txt
+
1
−
1
View file @
e23efa51
...
...
@@ -8,7 +8,7 @@ set(CMAKE_C_STANDARD 11)
SET
(
CPACK_PACKAGE_NAME
"
${
PROJECT_NAME
}
"
)
SET
(
CPACK_PACKAGE_VERSION_MAJOR 4
)
SET
(
CPACK_PACKAGE_VERSION_MINOR 4
)
SET
(
CPACK_PACKAGE_VERSION_PATCH
0
)
SET
(
CPACK_PACKAGE_VERSION_PATCH
1
)
# init CellFrame SDK
add_definitions
(
"-DDAP_VERSION=
\"
${
CPACK_PACKAGE_VERSION_MAJOR
}
-
${
CPACK_PACKAGE_VERSION_MINOR
}
.
${
CPACK_PACKAGE_VERSION_PATCH
}
\"
"
)
...
...
This diff is collapsed.
Click to expand it.
cellframe-sdk
@
6fb36720
Compare
ca89718a
...
6fb36720
Subproject commit
ca89718a48f90b97eb98fe6a96091aab867e0f44
Subproject commit
6fb36720101637b42ed8c1a1cac78652c39d00fa
This diff is collapsed.
Click to expand it.
python-cellframe
@
4f9d6a2e
Compare
02081d14
...
4f9d6a2e
Subproject commit
02081d14b184f7a07a37f68a180a5ca21f01042e
Subproject commit
4f9d6a2e733780c3465670dab0e6b12f20e2cc68
This diff is collapsed.
Click to expand it.
sources/sig_unix_handler.c
+
1
−
1
View file @
e23efa51
...
...
@@ -47,7 +47,7 @@ int sig_unix_handler_init(const char *a_pid_path)
int
sig_unix_handler_deinit
()
{
if
(
s_pid_path
)
DAP_DELETE
(
s_pid_path
);
DAP_DELETE
(
(
void
*
)
s_pid_path
);
signal
(
SIGTERM
,
SIG_DFL
);
signal
(
SIGINT
,
SIG_DFL
);
signal
(
SIGHUP
,
SIG_DFL
);
...
...
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