- 10 Aug, 2018 4 commits
-
-
Luca Boccassi authored
Code style improvements
-
Simon Giesecke authored
-
Simon Giesecke authored
Fixed naming for filter parameter, removed unnecessary temporary variable, fixed naming of local variable
-
Simon Giesecke authored
-
- 09 Aug, 2018 13 commits
-
-
Luca Boccassi authored
Problem: stream_engine_t instance may access its fields after it deleted itself
-
Simon Giesecke authored
-
Simon Giesecke authored
-
Luca Boccassi authored
Added some more clang-tidy rule exclusions
-
Simon Giesecke authored
-
Simon Giesecke authored
Solution: prevent access to data if the object was deleted
-
Luca Boccassi authored
Code style improvements
-
Simon Giesecke authored
-
Simon Giesecke authored
-
Simon Giesecke authored
Some code style improvements: removed redundant parentheses, added const, joined declaration and assignment of local variables
-
Simon Giesecke authored
-
Simon Giesecke authored
Use static_cast instead of C-style casts, make local variables const where possible, use switch instead of chained if/else, extract rm_helper_multiple_subnodes from rm_helper to reduce nesting
-
Simon Giesecke authored
-
- 08 Aug, 2018 2 commits
-
-
Luca Boccassi authored
Problem: wepoll outdated
-
Luca Boccassi authored
Simplified and optimized several code fragments
-
- 07 Aug, 2018 10 commits
-
-
Simon Giesecke authored
-
Simon Giesecke authored
-
Simon Giesecke authored
-
Simon Giesecke authored
Solution: update to wepoll 1.5.2
-
Simon Giesecke authored
-
Simon Giesecke authored
-
Simon Giesecke authored
-
Simon Giesecke authored
-
Simon Giesecke authored
-
Simon Giesecke authored
-
- 29 Jul, 2018 1 commit
-
-
chymanfx authored
* Problem: No CI for mingw64 Adding CI support for mingw64 to appveyor.yml Reason: To help address the issue: Several checks fail under 64-bit MinGW on Windows when running make check #3185 * Problem: Docs do not build with mingw64, dll already in right place Turning off WITH_DOC for mingw64 Removing copy command for mingw64 and cygwin64 (it now seems to be directly built in "bin" directoy)
-
- 28 Jul, 2018 1 commit
-
-
Doron Somech authored
Problems: no docs for zmq_timers_*, zmq_timers_* have been DRAFT for a long time
-
- 27 Jul, 2018 4 commits
-
-
Luca Boccassi authored
Solution: move them from DRAFT state to STABLE
-
Luca Boccassi authored
Solution: add it to the makefile
-
Luca Boccassi authored
Solution: add a manpage Fixes #3005
-
Luca Boccassi authored
Race condition with received message causes ZMQ_CONNECT_ROUTING_ID to be assigned to wrong socket
-
- 26 Jul, 2018 5 commits
-
-
Michael Vilim authored
Solution: Add an identifier parameter for local attach to zmq::socket_base_t::attach_pipe
-
Luca Boccassi authored
Problem: build system does not play nicely as a cmake subproject
-
Justus Ranvier authored
Solution: avoid exporting targets and installing files if neither BUILD_SHARED nor BUILD_STATIC is set
-
Luca Boccassi authored
cmake: Install pkgconfig in correct lib directory.
-
Elliott Sales de Andrade authored
Solution: Use cmake's libdir variable to ensure that the pkgconfig file ends up in the correct lib/lib64 directory. This matches the autotools behaviour.
-