sigiesec
|
88d8c768d1
|
Problem: test_timers frequently fails on travis-ci
Solution: relaxed test assertions, based on the actual time passed,
instead of assuming that this equals to the time slept
|
2018-02-09 09:55:40 +01:00 |
|
Simon Giesecke
|
3baefc66ea
|
Problem: incomplete assertions around modifications of fd_entries vs.
load
Solution: add assertions, partially in debug build only, improved naming
|
2018-02-09 09:53:02 +01:00 |
|
Simon Giesecke
|
a1d55d0506
|
Problem: race conditions for options.linger (#2910)
* Problem: race conditions for options.linger
Solution: make options.linger atomic
|
2018-02-08 22:10:45 +00:00 |
|
Simon Giesecke
|
de0c669323
|
Problem: std::atomic not used on Visual C++ although it is available (#2930)
* Problem: std::atomic not used on Visual C++ although it is available
Solution: change conditional compilation to recognize _MSC_VER
|
2018-02-08 22:01:02 +00:00 |
|
Luca Boccassi
|
52d64e1d5d
|
Merge pull request #2929 from sigiesec/add-windows-poll-build
Add windows poll build on Appveyor
|
2018-02-08 22:00:30 +00:00 |
|
Luca Boccassi
|
cdfc6bb8b3
|
Merge pull request #2924 from sigiesec/tcp-cleanup
Problem: duplicated code, redundant member handle_valid, asymmetry between tcp_connecter and tcp_listener
|
2018-02-08 21:57:46 +00:00 |
|
Luca Boccassi
|
9fbd125b41
|
Merge pull request #2917 from ZMQers/thread-safe-simplification
Problem: code duplication and unnecessary nesting around ZMQ_THREAD_SAFE querying
|
2018-02-08 21:57:06 +00:00 |
|
sigiesec
|
147fe9ed77
|
Problem: code duplication and unnecessary nesting around ZMQ_THREAD_SAFE
querying
Solution: remove code duplication and rearrange conditions
|
2018-02-08 22:54:30 +01:00 |
|
Luca Boccassi
|
cb9ccfa154
|
Merge pull request #2921 from sigiesec/mechanism-cleanup
Problem: code style issues in mechanism_t and socket_base_t
|
2018-02-08 21:53:14 +00:00 |
|
Luca Boccassi
|
2e849a4d60
|
Merge pull request #2913 from ZMQers/add-const
Problem: several fields are non-const without need
|
2018-02-08 21:47:21 +00:00 |
|
Luca Boccassi
|
9872daa293
|
Merge pull request #2912 from ZMQers/socket-base-signaler-unreachable-code
Problem: unreachable code around socket_base_t::add/remove_signaler
|
2018-02-08 21:46:02 +00:00 |
|
Luca Boccassi
|
3491fd0421
|
Merge pull request #2932 from sigiesec/reapply-2920
fix Windows Intel compiler build failure
|
2018-02-08 21:44:07 +00:00 |
|
Tetsuya Hayashi
|
fdcb4520ca
|
fix Windows Intel compiler build failure
|
2018-02-08 22:41:43 +01:00 |
|
Simon Giesecke
|
0b509c3d5b
|
Problem: no CI build on Windows with POLLER=poll
Solution: add appveyor job
|
2018-02-08 22:20:13 +01:00 |
|
Simon Giesecke
|
2c2ea82789
|
Problem: duplicated code, redundant member handle_valid, asymmetry between
tcp_connecter and tcp_listener
Solution: remove duplication and redundant member, align handling of
handle in tcp_connecter and tcp_listener
|
2018-02-08 22:20:01 +01:00 |
|
sigiesec
|
06d805ff82
|
Problem: unnecessary complex operations in socket_base_t::term_endpoint
Solution: use simpler operations, construct std::string only once
|
2018-02-08 22:19:54 +01:00 |
|
sigiesec
|
9a6993adce
|
Problem: several code style issues in mechanism_t: code and data duplication,
unnecessary construction of temporary std::string
Solution: removed duplication, removed construction of std::string
|
2018-02-08 22:19:54 +01:00 |
|
sigiesec
|
368eff9ecb
|
Problem: several fields are non-const without need
Solution: add const where easily possible
|
2018-02-08 22:17:03 +01:00 |
|
sigiesec
|
5b510656d0
|
Problem: unreachable code around socket_base_t::add/remove_signaler
Solution: replaced by assertion
|
2018-02-08 22:16:30 +01:00 |
|
Luca Boccassi
|
b77d7610cd
|
Merge pull request #2908 from ZMQers/clang-format
Problem: inconsistent formatting
|
2018-02-08 17:59:24 +00:00 |
|
Luca Boccassi
|
3bcbd6544b
|
Merge pull request #2922 from zeromq/revert-2920-work/fix-icl-build
Revert "Problem: Windows Intel compiler build broken"
|
2018-02-04 23:34:41 +01:00 |
|
Luca Boccassi
|
08cc22a52b
|
Revert "Problem: Windows Intel compiler build broken"
|
2018-02-04 23:33:40 +01:00 |
|
Luca Boccassi
|
c43c8795ca
|
Merge pull request #2920 from tetsuh/work/fix-icl-build
Problem: Windows Intel compiler build broken
|
2018-02-04 22:52:10 +01:00 |
|
Tetsuya Hayashi
|
fee3884b5d
|
fix Windows Intel compiler build failure
|
2018-02-03 22:56:29 +09:00 |
|
sigiesec
|
43c11d0a61
|
Problem: cmake broken under Windows
Solution: fix CMAKE_MODULES_PATH
|
2018-02-02 15:47:43 +01:00 |
|
sigiesec
|
ac775ba48b
|
Problem: clang-format-diff does not run
Solution: fix execution directory
|
2018-02-02 15:47:43 +01:00 |
|
sigiesec
|
749a85cb21
|
Problem: travis-ci is using outdated clang(-format)
Solution: explicitly select clang-5.0
|
2018-02-02 15:47:43 +01:00 |
|
sigiesec
|
26b5b5b2d9
|
Problem: out-of-scope files are considered by cmake clang-format targets
Solution: restrict to src, tests, perf, tools and include directories
|
2018-02-02 15:47:43 +01:00 |
|
sigiesec
|
4161793d19
|
Problem: clang-format not run on CI
Solution: add clang-format to cmake, and add another travis-ci build type
|
2018-02-02 15:47:43 +01:00 |
|
sigiesec
|
41f459e1dc
|
Problem: formatting inconsistent
Solution: applied clang-format
|
2018-02-02 15:47:43 +01:00 |
|
sigiesec
|
6d8baea714
|
Problem: no definition for applying automated formatting
Solution: added .clang-format file
|
2018-02-02 15:46:47 +01:00 |
|
Luca Boccassi
|
a45e4bb7bc
|
Merge pull request #2909 from eponsko/master
Problem: ZMQ_DISH triggers assert when hitting the watermark(?)
|
2018-02-02 15:36:08 +01:00 |
|
Pontus Sköldström
|
542fe67f25
|
Problem: ZMQ_DISH triggers assert when hitting the watermark(?)
Solves issue #2907 by checking whether the msg already has a group
|
2018-02-02 14:01:45 +01:00 |
|
Luca Boccassi
|
390d79e0ab
|
Merge pull request #2904 from jimklimov/jf-testlog
Improve handling of Jenkinsfile failed testlog archives
|
2018-02-01 08:17:29 +00:00 |
|
Jim Klimov
|
2559a99570
|
Improve handling of Jenkinsfile failed testlog archives
Port from zproject / czmq : Jenkinsfile :
* add RETRY_NUMBER suffix to test-suite tarballs
* and set build UNSTABLE if retries were needed
|
2018-02-01 01:40:49 +01:00 |
|
Luca Boccassi
|
c6bd123650
|
Merge pull request #2903 from sigiesec/fix-2895-2
Problem: in case of exhausted resources on creation of a context, assertions are triggered
|
2018-01-31 22:35:37 +00:00 |
|
sigiesec
|
206c832167
|
Problem: in case of exhausted resources on creation of a context, assertions are triggered
Solution: signal error to caller, and apply appropriate cleanup
|
2018-01-31 20:53:06 +01:00 |
|
Luca Boccassi
|
4e2b9e6e07
|
Merge pull request #2902 from jimklimov/jf-testlog
Update Jenkinsfile according to current zproject template
|
2018-01-30 18:52:29 +00:00 |
|
Jim Klimov
|
21b0628cd1
|
Jenkinsfile : regenerated with zproject support for logging test-suite results (revised)
|
2018-01-30 19:51:40 +01:00 |
|
Jim Klimov
|
aec6ea78c5
|
Jenkinsfile : regenerated with zproject support for logging test-suite results
|
2018-01-30 18:32:46 +01:00 |
|
Jim Klimov
|
7186cd515d
|
Jenkinsfile : regenerated with zproject support for failed-test retries
|
2018-01-30 18:31:42 +01:00 |
|
Jim Klimov
|
c6a6ec39a6
|
Jenkinsfile : regenerated with zproject support for better workspace cleanup before test preparation
|
2018-01-30 18:28:17 +01:00 |
|
Jim Klimov
|
4110c6b751
|
Jenkinsfile : regenerated with zproject support for configurable test timeout
|
2018-01-30 18:27:12 +01:00 |
|
Jim Klimov
|
59347f68b8
|
Jenkinsfile : regenerated with zproject support for cppcheck among other tests
|
2018-01-30 18:24:29 +01:00 |
|
Jim Klimov
|
70d3cc23be
|
Jenkinsfile : regenerated with zproject support for DO_DIST_DOCS option
|
2018-01-30 18:21:49 +01:00 |
|
Luca Boccassi
|
da7d4d0760
|
Merge pull request #2901 from thedrow/patch-1
Enable ccache for faster builds
|
2018-01-27 10:37:41 +00:00 |
|
Omer Katz
|
befe62674c
|
Enable ccache for faster builds.
|
2018-01-27 11:01:35 +02:00 |
|
Luca Boccassi
|
c52ca3c284
|
Merge pull request #2897 from sigiesec/fix-2895
Problem: add_fd might be called with fd_ == retired_fd
|
2018-01-26 10:08:50 +00:00 |
|
Simon Giesecke
|
7488be61c2
|
Problem: add_fd might be called with fd_ == retired_fd
Solution: add assertion
|
2018-01-25 16:03:43 +01:00 |
|
Luca Boccassi
|
4518e0cc35
|
Merge pull request #2889 from SalvoVirga/fix/libzmq-static-cmake
Correct linking for libzmq-static
|
2018-01-15 10:29:30 +00:00 |
|