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
046ccfc4
Unverified
Commit
046ccfc4
authored
May 18, 2019
by
Doron Somech
Committed by
GitHub
May 18, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #3513 from bluca/clang7
Problem: clang-format 5 has issues with comments
parents
9cb266ed
bde18f3e
Show whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
5 additions
and
4 deletions
+5
-4
.travis.yml
.travis.yml
+4
-3
options.cpp
src/options.cpp
+0
-0
socket_base.cpp
src/socket_base.cpp
+0
-0
socks_connecter.cpp
src/socks_connecter.cpp
+0
-0
tcp_connecter.cpp
src/tcp_connecter.cpp
+0
-0
udp_engine.cpp
src/udp_engine.cpp
+0
-0
ypipe.hpp
src/ypipe.hpp
+0
-0
ypipe_conflate.hpp
src/ypipe_conflate.hpp
+0
-0
zmq.cpp
src/zmq.cpp
+1
-1
No files found.
.travis.yml
View file @
046ccfc4
...
@@ -99,14 +99,15 @@ matrix:
...
@@ -99,14 +99,15 @@ matrix:
-
env
:
BUILD_TYPE=android CURVE=tweetnacl
-
env
:
BUILD_TYPE=android CURVE=tweetnacl
os
:
linux
os
:
linux
dist
:
trusty
dist
:
trusty
-
env
:
BUILD_TYPE=cmake DO_CLANG_FORMAT_CHECK=1 CLANG_FORMAT=/usr/l
ocal/clang-5.0.0
/bin/clang-format
-
env
:
BUILD_TYPE=cmake DO_CLANG_FORMAT_CHECK=1 CLANG_FORMAT=/usr/l
ib/llvm-7
/bin/clang-format
os
:
linux
os
:
linux
addons
:
addons
:
apt
:
apt
:
sources
:
sources
:
-
llvm-toolchain-trusty-5.0
-
llvm-toolchain-trusty-7
-
ubuntu-toolchain-r-test
packages
:
packages
:
-
clang-
5.0
-
clang-
format-7
-
env
:
BUILD_TYPE=default POLLER=poll
-
env
:
BUILD_TYPE=default POLLER=poll
os
:
linux
os
:
linux
-
env
:
BUILD_TYPE=default POLLER=select
-
env
:
BUILD_TYPE=default POLLER=select
...
...
src/options.cpp
View file @
046ccfc4
src/socket_base.cpp
View file @
046ccfc4
src/socks_connecter.cpp
View file @
046ccfc4
src/tcp_connecter.cpp
View file @
046ccfc4
src/udp_engine.cpp
View file @
046ccfc4
src/ypipe.hpp
View file @
046ccfc4
src/ypipe_conflate.hpp
View file @
046ccfc4
src/zmq.cpp
View file @
046ccfc4
...
@@ -700,7 +700,7 @@ const char *zmq_msg_gets (const zmq_msg_t *msg_, const char *property_)
...
@@ -700,7 +700,7 @@ const char *zmq_msg_gets (const zmq_msg_t *msg_, const char *property_)
return
NULL
;
return
NULL
;
}
}
// Polling.
// Polling.
#if defined ZMQ_HAVE_POLLER
#if defined ZMQ_HAVE_POLLER
inline
int
zmq_poller_poll
(
zmq_pollitem_t
*
items_
,
int
nitems_
,
long
timeout_
)
inline
int
zmq_poller_poll
(
zmq_pollitem_t
*
items_
,
int
nitems_
,
long
timeout_
)
...
...
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