[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] [gnuradio] 27/46: Merge remote-tracking branch 'iohann
From: |
git |
Subject: |
[Commit-gnuradio] [gnuradio] 27/46: Merge remote-tracking branch 'iohannez/vlen' into zeromq |
Date: |
Fri, 16 May 2014 19:37:15 +0000 (UTC) |
This is an automated email from the git hooks/post-receive script.
jcorgan pushed a commit to branch master
in repository gnuradio.
commit a3127199b8a380ff8abeaa572da1e191a9b396ea
Merge: ddb4c1d a036dd2
Author: Johnathan Corgan <address@hidden>
Date: Wed May 7 11:36:10 2014 -0700
Merge remote-tracking branch 'iohannez/vlen' into zeromq
gr-zeromq/examples/zeromq_pushpull.grc | 477 ++++++++++++++++++++++++
gr-zeromq/examples/zeromq_reqrep.grc | 477 ++++++++++++++++++++++++
gr-zeromq/include/gnuradio/zeromq/pub_sink.h | 3 +-
gr-zeromq/include/gnuradio/zeromq/pull_source.h | 1 +
gr-zeromq/include/gnuradio/zeromq/push_sink.h | 1 +
gr-zeromq/include/gnuradio/zeromq/rep_sink.h | 1 +
gr-zeromq/include/gnuradio/zeromq/req_source.h | 2 +-
gr-zeromq/lib/pub_sink_impl.cc | 14 +-
gr-zeromq/lib/pub_sink_impl.h | 3 +-
gr-zeromq/lib/pull_source_impl.cc | 29 +-
gr-zeromq/lib/pull_source_impl.h | 1 +
gr-zeromq/lib/push_sink_impl.cc | 9 +-
gr-zeromq/lib/push_sink_impl.h | 1 +
gr-zeromq/lib/rep_sink_impl.cc | 10 +-
gr-zeromq/lib/rep_sink_impl.h | 1 +
gr-zeromq/lib/req_source_impl.cc | 27 +-
gr-zeromq/lib/req_source_impl.h | 1 +
gr-zeromq/python/zeromq/qa_zeromq_pushpull.py | 50 +++
gr-zeromq/python/zeromq/qa_zeromq_reqrep.py | 50 +++
19 files changed, 1111 insertions(+), 47 deletions(-)
- [Commit-gnuradio] [gnuradio] 10/46: zeromq: Fix typo in CMakeLists to link against libzmq, (continued)
- [Commit-gnuradio] [gnuradio] 10/46: zeromq: Fix typo in CMakeLists to link against libzmq, git, 2014/05/16
- [Commit-gnuradio] [gnuradio] 07/46: zeromq: first try at enabling Python. Segfaults in SWIG code., git, 2014/05/16
- [Commit-gnuradio] [gnuradio] 05/46: zeromq: cleanup and reformatting, git, 2014/05/16
- [Commit-gnuradio] [gnuradio] 12/46: zeromq: fix import in example, git, 2014/05/16
- [Commit-gnuradio] [gnuradio] 30/46: zeromq: set ZMQ_LINGER to 0 for all blocks, git, 2014/05/16
- [Commit-gnuradio] [gnuradio] 22/46: zeromq: rename include guards, git, 2014/05/16
- [Commit-gnuradio] [gnuradio] 33/46: zeromq: Timeout needs to be in milliseconds for zmq 3.0, close sockets correctly, cleanup, git, 2014/05/16
- [Commit-gnuradio] [gnuradio] 24/46: zeromq: Fix doxygen and memcpy for vlen, git, 2014/05/16
- [Commit-gnuradio] [gnuradio] 28/46: zeromq: removed stray debug code and cleanup, git, 2014/05/16
- [Commit-gnuradio] [gnuradio] 32/46: zeromq: Add parameters to xml, git, 2014/05/16
- [Commit-gnuradio] [gnuradio] 27/46: Merge remote-tracking branch 'iohannez/vlen' into zeromq,
git <=
- [Commit-gnuradio] [gnuradio] 34/46: zeromq: Remove ZMQ_NOBLOCK as we are using polling, git, 2014/05/16
- [Commit-gnuradio] [gnuradio] 29/46: zeromq: cleanup QA code, still needs have ZMQ_LINGER set to zero, git, 2014/05/16
- [Commit-gnuradio] [gnuradio] 26/46: zeromq: Add qa tests, git, 2014/05/16
- [Commit-gnuradio] [gnuradio] 31/46: zeromq: Add missing timeout and blocking parameters and polling, git, 2014/05/16
- [Commit-gnuradio] [gnuradio] 25/46: zeromq: Add grc examples, git, 2014/05/16
- [Commit-gnuradio] [gnuradio] 38/46: zeromq: Don't call context close as it is not available in zmq 2, git, 2014/05/16
- [Commit-gnuradio] [gnuradio] 37/46: zeromq: Change the value of the poll timeout according to the zmq version. Must be in microseconds for version 2 and below and in milliseconds for version 3 and above., git, 2014/05/16
- [Commit-gnuradio] [gnuradio] 35/46: zeromq: Add qa code, git, 2014/05/16
- [Commit-gnuradio] [gnuradio] 36/46: zeromq: Change string of test name, git, 2014/05/16
- [Commit-gnuradio] [gnuradio] 02/46: zeromq: initial surgery to add to master build, git, 2014/05/16