summaryrefslogtreecommitdiff
path: root/gr-zeromq
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'maint'Johnathan Corgan2015-03-281-1/+1
|\
| * docs: fixed labels and references in manual.Tom Rondeau2015-03-231-1/+1
* | docs: cleaning up some doxygen warnings and formatting.Tom Rondeau2015-03-136-30/+36
* | zmq: fix for data corruption when not using tagsTim O'Shea2015-02-083-11/+29
* | zeromq: added stream tag passing exampleJohnathan Corgan2015-01-122-0/+1933
* | zeromq: minor cleanupJohnathan Corgan2015-01-125-56/+67
* | zeromq: added msg passing exampleJohnathan Corgan2015-01-122-0/+466
* | zeromq: cleanup and made req_msg_source derive from gr::blockJohnathan Corgan2015-01-123-50/+39
* | zeromq: cleanup and converted rep_msg_sink to derive from gr::blockJohnathan Corgan2015-01-123-75/+54
* | zeromq: cleanup and made pull_msg_source derive from gr::blockJohnathan Corgan2015-01-123-43/+35
* | zeromq: cleanup and converted push_msg_sink to derive from gr::blockJohnathan Corgan2015-01-125-60/+21
* | zeromq: cleanup and convert sub_msg_source to derive from gr::blockJohnathan Corgan2015-01-123-45/+37
* | zeromq: cleanup and convert pub_msg_sink to derive from gr::blockJohnathan Corgan2015-01-123-23/+15
* | zmq: rep/req msg blocks now workingTim O'Shea2014-12-304-68/+108
* | zmq: pull_msg_source should be workingTim O'Shea2014-12-302-43/+46
* | zmq: naming cleanupTim O'Shea2014-12-304-4/+4
* | zmq: building working versions of additional zmq message blocks in place (pus...Tim O'Shea2014-12-3022-1/+1064
* | zmq: Adding zmq pub/sub blocks for message passingTim O'Shea2014-12-2912-0/+498
* | zmq: adding header informationTim O'Shea2014-12-281-1/+23
* | zmq: stream tag passing now worksTim O'Shea2014-12-266-20/+18
* | zeromq: fix segfault in tag_headersJohnathan Corgan2014-12-261-2/+15
* | zeromq: fixups and stylistic changes before mergeJohnathan Corgan2014-10-3110-34/+98
* | zmq: include pass_tags option default to false in all blocks' grc definitionsTim O'Shea2014-10-274-4/+32
* | zmq: sync blocks now all support tag headersTim O'Shea2014-10-277-31/+49
* | zmq: all source blocks should now support tag headersTim O'Shea2014-10-277-19/+51
* | zmq: hoisting tag parsing into helper function, should now be easy to use in ...Tim O'Shea2014-10-274-42/+56
* | zmq: hoisting header encoding to helper functionTim O'Shea2014-10-272-18/+31
* | zmq: adding pass tags option to zmq pub/sub block grc xml defsTim O'Shea2014-10-272-2/+16
* | zmq: default to not pass tags (compatible wire format)Tim O'Shea2014-10-276-13/+22
* | zmq: tags should now be serializing and deserializing correctly for pub_sink/...Tim O'Shea2014-10-272-6/+28
* | zmq: encoding tags into zmq streamTim O'Shea2014-10-271-2/+22
|/
* cmake: follow-up to previous mergeTom Rondeau2014-08-081-1/+0
* Merge branch 'maint'Tom Rondeau2014-08-082-2/+0
|\
| * controlport: removing use of ice for a controlport rpc.Tom Rondeau2014-08-082-2/+0
* | docs: Restructured intro page, added some manual pagesMartin Braun2014-07-221-0/+22
* | build: better support for static libs.Tom Rondeau2014-07-181-0/+12
* | zeromq: updated zeromq examples to use qtgui.Tom Rondeau2014-07-143-262/+1162
|/
* build: adds an ENABLE_STATIC_LIB option to cmake to build static (.a) version...Tom Rondeau2014-06-281-0/+13
* zeromq: Add qa code for zeromq_pubsubCamilo Solano2014-05-271-0/+52
* zeromq: add missing vlen parameter in portsJohnathan Corgan2014-05-166-2/+8
* zeromq: updates to qa code to wait for completion and pass.Tom Rondeau2014-05-163-5/+14
* zeromq: update examples and installJohnathan Corgan2014-05-134-378/+369
* zeromq: fixing up QA code for vlenJohnathan Corgan2014-05-133-20/+20
* zeromq: temporarily removing QA test output to XMLJohnathan Corgan2014-05-133-3/+3
* zeromq: Remove blocking Add timeout in xml, fix doxygenCamilo Solano2014-05-1311-115/+82
* Add sub_source block and fix pub_sinkCamilo Solano2014-05-1316-10/+800
* zeromq: Don't call context close as it is not available in zmq 2Johannes Schmitz2014-05-125-5/+0
* zeromq: Change the value of the poll timeout according to the zmq version.Johannes Schmitz2014-05-094-0/+20
* zeromq: Change string of test nameJohannes Schmitz2014-05-093-6/+7
* zeromq: Add qa codeJohannes Schmitz2014-05-091-0/+52