Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bringing master branch to 4.2 #202

Merged
merged 332 commits into from
Nov 2, 2017
Merged

Bringing master branch to 4.2 #202

merged 332 commits into from
Nov 2, 2017

Conversation

benjamg
Copy link
Member

@benjamg benjamg commented Nov 1, 2017

I realise that we default to the develop branch but due to naming conventions it is possible people still use that as the 'release' branch for whatever build system they are using. Keeping it uptodate of tagged releases is probably a sane thing to do.

Ben Gray and others added 30 commits August 12, 2014 14:00
Beautification to remove MSVC warning 4800...
This fixes the build against ZMQ 3.2.
Older version of gcc does not support "enum class" declaration. However,
there is already a macro to fix this compatibility issue:
ZMQPP_COMPARABLE_ENUM. This patch use this macro instead of "enum class"
Fix compilation with gcc < 4.4
Fix the build error created by #64 because of a missing header inclusion
Add move semantic to zmqpp::actor
piskorzj and others added 28 commits March 30, 2017 00:19
I've adopted tests from czmq zloop and also used tests for reactor
class.
Added myslef.
Add loop class based on czmq zloop
send and receive functions will return false if the socket timeout is set and the operation times out.
Update documentation of socket send / receive
change template method message::extract() to const
* Add wrapper for zmq_proxy_steerable
New socket options from 4.2.2, 'fixes' for tests using sockets to avoid port reuse
Fixed some minor typos.
Fix minor typos in README.md
Minor change to instructions - add lines to clone zmqpp and cd into the dir
Do not use commas to separate statements
The version number is updated every time, the rest of the .pc file
will need to be manually updated when required.
Added pkg-config generation to project, for make only.
As stated in zmq.h, the zmq_msg_t structure must be aligned on the address boundary if sigbus violations are to be avoided on architectures enforcing the pointer alignment.
Flip the order of _msg and _sent in zmq::frame
…as there are lot of bugfixes I've not mentioned
@benjamg
Copy link
Member Author

benjamg commented Nov 1, 2017

Unless anyone has a good reason why not to do this I'll probably merge it in later today / tomorrow.

@benjamg benjamg merged commit da73a13 into master Nov 2, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.