-
Notifications
You must be signed in to change notification settings - Fork 116
Comparing changes
Open a pull request
base repository: aziomq/aziomq
base: master
head repository: zeromq/azmq
compare: master
Commits on Nov 19, 2014
-
recent version of asio::buffer now handle std::array
Thomas Rodgers committedNov 19, 2014 Configuration menu - View commit details
-
Copy full SHA for 86501ac - Browse repository at this point
Copy the full SHA 86501acView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c5e643 - Browse repository at this point
Copy the full SHA 4c5e643View commit details
Commits on Nov 20, 2014
-
Initial support for CZMQ zthread like functionality
Thomas Rodgers committedNov 20, 2014 Configuration menu - View commit details
-
Copy full SHA for f1359e5 - Browse repository at this point
Copy the full SHA f1359e5View commit details -
Merge pull request #6 from rodgert/master
Initial support for CZMQ zthread like functionality
Configuration menu - View commit details
-
Copy full SHA for 96c5d75 - Browse repository at this point
Copy the full SHA 96c5d75View commit details
Commits on Nov 21, 2014
-
Configuration menu - View commit details
-
Copy full SHA for 55d89e5 - Browse repository at this point
Copy the full SHA 55d89e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 896cb53 - Browse repository at this point
Copy the full SHA 896cb53View commit details -
Use MSVC compatible equivalents for inline namespace, noexcept and __…
…PRETTY_FUNCTION__
Configuration menu - View commit details
-
Copy full SHA for 89bb4b2 - Browse repository at this point
Copy the full SHA 89bb4b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 120d14f - Browse repository at this point
Copy the full SHA 120d14fView commit details -
ZeroMQ finder uses CMake variable ZMQ_ROOT if specified and otherwise…
… environment variable ZMQ_ROOT
Configuration menu - View commit details
-
Copy full SHA for 8756db3 - Browse repository at this point
Copy the full SHA 8756db3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 74014f6 - Browse repository at this point
Copy the full SHA 74014f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e14125 - Browse repository at this point
Copy the full SHA 3e14125View commit details -
Use boost::mutex instead of std::mutex because last one crashes if us…
…ed as static variable
Configuration menu - View commit details
-
Copy full SHA for daf71a0 - Browse repository at this point
Copy the full SHA daf71a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for a797b80 - Browse repository at this point
Copy the full SHA a797b80View commit details -
Configuration menu - View commit details
-
Copy full SHA for ca05847 - Browse repository at this point
Copy the full SHA ca05847View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3fc1a87 - Browse repository at this point
Copy the full SHA 3fc1a87View commit details -
Configuration menu - View commit details
-
Copy full SHA for 53df51a - Browse repository at this point
Copy the full SHA 53df51aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3881842 - Browse repository at this point
Copy the full SHA 3881842View commit details -
Configuration menu - View commit details
-
Copy full SHA for d171919 - Browse repository at this point
Copy the full SHA d171919View commit details -
resolves #1 add socket monitor functionality
Also addresses some surprising socket clean up behavior with naive use of io_service.stop() and async operations which retain the socket by shared_ptr (creating a reference cycle).
Thomas Rodgers committedNov 21, 2014 Configuration menu - View commit details
-
Copy full SHA for 93f2fd3 - Browse repository at this point
Copy the full SHA 93f2fd3View commit details -
fix #10 spurious failures on receive/receive_vec
Thomas Rodgers committedNov 21, 2014 Configuration menu - View commit details
-
Copy full SHA for 2034683 - Browse repository at this point
Copy the full SHA 2034683View commit details
Commits on Nov 22, 2014
-
Merge pull request #8 from rodgert/master
resolves #1 add socket monitor functionality
Configuration menu - View commit details
-
Copy full SHA for b684fb0 - Browse repository at this point
Copy the full SHA b684fb0View commit details -
Configuration menu - View commit details
-
Copy full SHA for b35ce39 - Browse repository at this point
Copy the full SHA b35ce39View commit details
Commits on Nov 24, 2014
-
Configuration menu - View commit details
-
Copy full SHA for 3671a46 - Browse repository at this point
Copy the full SHA 3671a46View commit details -
Configuration menu - View commit details
-
Copy full SHA for 44c2a64 - Browse repository at this point
Copy the full SHA 44c2a64View commit details -
Merge pull request #12 from oliora/master
Fixed Windows compilation errors and memory leak
Configuration menu - View commit details
-
Copy full SHA for 2f243b6 - Browse repository at this point
Copy the full SHA 2f243b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ee64ea - Browse repository at this point
Copy the full SHA 6ee64eaView commit details -
Merge pull request #13 from oliora/master
Fixed typo added in previous commit
Configuration menu - View commit details
-
Copy full SHA for a4756b9 - Browse repository at this point
Copy the full SHA a4756b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for fa9a2d8 - Browse repository at this point
Copy the full SHA fa9a2d8View commit details -
Merge pull request #14 from oliora/master
Rolling back changes made by mistake.
Configuration menu - View commit details
-
Copy full SHA for 7895b05 - Browse repository at this point
Copy the full SHA 7895b05View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b25401 - Browse repository at this point
Copy the full SHA 3b25401View commit details -
Configuration menu - View commit details
-
Copy full SHA for a648832 - Browse repository at this point
Copy the full SHA a648832View commit details
Commits on Nov 25, 2014
-
Expose thread options in thread namespace
Minor refactoring of thread_service details
Thomas Rodgers committedNov 25, 2014 Configuration menu - View commit details
-
Copy full SHA for a66a60a - Browse repository at this point
Copy the full SHA a66a60aView commit details -
Merge remote-tracking branch 'upstream/master'
Thomas Rodgers committedNov 25, 2014 Configuration menu - View commit details
-
Copy full SHA for 72e149f - Browse repository at this point
Copy the full SHA 72e149fView commit details -
Merge pull request #19 from rodgert/master
Expose thread options in thread namespace
Configuration menu - View commit details
-
Copy full SHA for b54282d - Browse repository at this point
Copy the full SHA b54282dView commit details -
fix #17 Monitoring events comes empty
Two issues, receive_buffer_op was capturing buffer by reference, it_ and end_ pointed to the supplied buffer argument, not the local instance. receive_buffer_op was not performing buffer copy.
Thomas Rodgers committedNov 25, 2014 Configuration menu - View commit details
-
Copy full SHA for ef0eadd - Browse repository at this point
Copy the full SHA ef0eaddView commit details -
Merge pull request #20 from rodgert/master
fix #17 Monitoring events comes empty
Configuration menu - View commit details
-
Copy full SHA for 624b963 - Browse repository at this point
Copy the full SHA 624b963View commit details -
Thomas Rodgers committed
Nov 25, 2014 Configuration menu - View commit details
-
Copy full SHA for 1fed877 - Browse repository at this point
Copy the full SHA 1fed877View commit details -
Introduce inline v1 namespaces for public API
Thomas Rodgers committedNov 25, 2014 Configuration menu - View commit details
-
Copy full SHA for cd22cae - Browse repository at this point
Copy the full SHA cd22caeView commit details -
Rename scope guards AZIOMQ->AZMQ
Thomas Rodgers committedNov 25, 2014 Configuration menu - View commit details
-
Copy full SHA for 633b142 - Browse repository at this point
Copy the full SHA 633b142View commit details -
Configuration menu - View commit details
-
Copy full SHA for be13b35 - Browse repository at this point
Copy the full SHA be13b35View commit details -
Merge pull request #22 from oliora/master
Tests build scripts cleaned up. All tests registered to run on 'make test'
Configuration menu - View commit details
-
Copy full SHA for 31fe0ba - Browse repository at this point
Copy the full SHA 31fe0baView commit details -
Rename aziomq namespace/dir to azmq
Thomas Rodgers committedNov 25, 2014 Configuration menu - View commit details
-
Copy full SHA for 02938b9 - Browse repository at this point
Copy the full SHA 02938b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 58c3225 - Browse repository at this point
Copy the full SHA 58c3225View commit details
Commits on Nov 26, 2014
-
Update README.md to reflect name change
Thomas Rodgers committedNov 26, 2014 Configuration menu - View commit details
-
Copy full SHA for ea6fb9e - Browse repository at this point
Copy the full SHA ea6fb9eView commit details -
Merge remote-tracking branch 'upstream/master'
Conflicts: test/CMakeLists.txt test/context_ops/CMakeLists.txt test/message/CMakeLists.txt test/socket/CMakeLists.txt test/socket_ops/CMakeLists.txt test/thread/CMakeLists.txt
Thomas Rodgers committedNov 26, 2014 Configuration menu - View commit details
-
Copy full SHA for 056ae49 - Browse repository at this point
Copy the full SHA 056ae49View commit details -
More updates of AzioMQ -> AZMQ
Thomas Rodgers committedNov 26, 2014 Configuration menu - View commit details
-
Copy full SHA for 95b22af - Browse repository at this point
Copy the full SHA 95b22afView commit details -
Merge pull request #23 from oliora/master
README extended with Windows related info
Configuration menu - View commit details
-
Copy full SHA for ba8b78a - Browse repository at this point
Copy the full SHA ba8b78aView commit details -
Merge remote-tracking branch 'upstream/master'
Thomas Rodgers committedNov 26, 2014 Configuration menu - View commit details
-
Copy full SHA for bf95a1f - Browse repository at this point
Copy the full SHA bf95a1fView commit details -
More README.md changes AzioMQ -> AZMQ
Thomas Rodgers committedNov 26, 2014 Configuration menu - View commit details
-
Copy full SHA for 717e182 - Browse repository at this point
Copy the full SHA 717e182View commit details -
Bump Boost minimum version to 1.54
Thomas Rodgers committedNov 26, 2014 Configuration menu - View commit details
-
Copy full SHA for 6c0a589 - Browse repository at this point
Copy the full SHA 6c0a589View commit details
There are no files selected for viewing
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
Large diffs are not rendered by default.