Skip to content

Choose a tag to compare

@Samega7Cattac Samega7Cattac released this 29 Apr 15:08
· 6 commits to master since this release
4a7ee86

Remove sanatizer for now since it will be tested with valgrind in the meantime
Fix CMake on MSCV flags
Added support for memory tests for Windows
Fixed a missing reset status on disconnect or unbind
Added some checks and a connection status function
Fixed missing store of endpoint
Added Disconnect and Unbind to Connection
Fix missing copy of map on Context copy
Fixed typo on return type
Fixed iterator crash
Rewrite some c code into better raii cpp code
Fixed missing include
Fix line separator
Replaced some c code with better cpp code to solve some possible memory issues
Fixed export of libzmq
Make option to control if library is built shared or static
Fixed export of libzmq with ozmqpp
Fixed Poll::RemoveConnection trying to access a invalid reference