Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
L
libzmq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
libzmq
Commits
3e7995f7
Unverified
Commit
3e7995f7
authored
Dec 13, 2019
by
Simon Giesecke
Committed by
GitHub
Dec 13, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #3758 from sonoware/fix-set-cpu-affinity
Fix set cpu affinity
parents
eb54966c
80895291
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
15 additions
and
1 deletion
+15
-1
sonoware.md
RELICENSE/sonoware.md
+13
-0
ZMQSourceRunChecks.cmake
builds/cmake/Modules/ZMQSourceRunChecks.cmake
+1
-1
platform.hpp.in
builds/cmake/platform.hpp.in
+1
-0
No files found.
RELICENSE/sonoware.md
0 → 100644
View file @
3e7995f7
# Permission to Relicense under MPLv2
This is a statement by sonoware GmbH that grants permission to relicense its
copyrights in the libzmq C++ library (ZeroMQ) under the Mozilla Public License
v2 (MPLv2).
A portion of the commits made by the Github handle "sonoware", with commit author
"Stephan Senkbeil" are copyright of sonoware GmbH.
This document hereby grants the libzmq project team to relicense libzmq, including
all past, present and future contributions of the authors listed above.
Stephan Senkbeil
<stephan.senkbeil@sonoware.de>
2019/12/13
builds/cmake/Modules/ZMQSourceRunChecks.cmake
View file @
3e7995f7
...
...
@@ -273,7 +273,7 @@ int main(int argc, char *argv [])
return 0;
}
"
ZMQ_HAVE_PTHREAD_SETAFFINITY
)
ZMQ_HAVE_PTHREAD_SET
_
AFFINITY
)
set
(
CMAKE_REQUIRED_FLAGS
${
SAVE_CMAKE_REQUIRED_FLAGS
}
)
endmacro
()
...
...
builds/cmake/platform.hpp.in
View file @
3e7995f7
...
...
@@ -48,6 +48,7 @@
#cmakedefine ZMQ_HAVE_PTHREAD_SETNAME_2
#cmakedefine ZMQ_HAVE_PTHREAD_SETNAME_3
#cmakedefine ZMQ_HAVE_PTHREAD_SET_NAME
#cmakedefine ZMQ_HAVE_PTHREAD_SET_AFFINITY
#cmakedefine HAVE_ACCEPT4
#cmakedefine HAVE_STRNLEN
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment