summaryrefslogtreecommitdiff
path: root/gr-zeromq/lib
Commit message (Collapse)AuthorAgeFilesLines
...
* zmq: sync blocks now all support tag headersTim O'Shea2014-10-275-29/+47
|
* zmq: all source blocks should now support tag headersTim O'Shea2014-10-275-17/+49
|
* zmq: hoisting tag parsing into helper function, should now be easy to use in ↵Tim O'Shea2014-10-274-42/+56
| | | | other zmq blocks
* zmq: hoisting header encoding to helper functionTim O'Shea2014-10-272-18/+31
|
* zmq: default to not pass tags (compatible wire format)Tim O'Shea2014-10-274-11/+20
|
* zmq: tags should now be serializing and deserializing correctly for ↵Tim O'Shea2014-10-272-6/+28
| | | | pub_sink/sub_source
* 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-081-1/+0
|\ | | | | | | | | | | Conflicts: gnuradio-runtime/CMakeLists.txt gnuradio-runtime/lib/controlport/CMakeLists.txt
| * controlport: removing use of ice for a controlport rpc.Tom Rondeau2014-08-081-1/+0
| | | | | | | | This effectively disables the use of ControlPort for now until we build in a new middleware layer. The ControlPort API and interfaces exist but will function as nops for now.
* | build: better support for static libs.Tom Rondeau2014-07-181-0/+12
|/ | | | | | Now builds shared libraries with ControlPort (if ControlPort is enableed). Static libs still without ControlPort. Added proper Option and output message in cmake for Static Libs on/off.
* build: adds an ENABLE_STATIC_LIB option to cmake to build static (.a) ↵Tom Rondeau2014-06-281-0/+13
| | | | versions of the libraries.
* Add sub_source block and fix pub_sinkCamilo Solano2014-05-135-5/+168
|
* 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
| | | | | Must be in microseconds for version 2 and below and in milliseconds for version 3 and above.
* zeromq: Remove ZMQ_NOBLOCK as we are using pollingJohannes Schmitz2014-05-098-29/+25
|
* zeromq: Timeout needs to be in milliseconds for zmq 3.0, close socketsJohannes Schmitz2014-05-0910-51/+55
| | | | correctly, cleanup
* zeromq: Add missing timeout and blocking parameters and pollingJohannes Schmitz2014-05-085-18/+34
|
* zeromq: set ZMQ_LINGER to 0 for all blocksJohnathan Corgan2014-05-075-0/+10
|
* zeromq: removed stray debug code and cleanupJohnathan Corgan2014-05-072-16/+12
|
* Merge remote-tracking branch 'iohannez/vlen' into zeromqJohnathan Corgan2014-05-0710-45/+51
|\
| * zeromq: Fix doxygen and memcpy for vlenJohannes Schmitz2014-05-0710-45/+51
| |
* | zeromq: rename include guardsJohnathan Corgan2014-05-065-15/+15
| |
* | zeromq: remove nopoll req/rep blocksJohnathan Corgan2014-05-065-270/+0
|/
* zeromq: renamed source_reqrep to req_sourceCamilo Solano2014-05-063-16/+16
|
* Add vlenCamilo Solano2014-05-068-20/+20
|
* wip, renaming and implementing rep_sinkJohnathan Corgan2014-04-243-24/+27
|
* zeromq: removed feedback sourceJohnathan Corgan2014-04-223-148/+0
|
* zeromq: renamed sink_pubsub to pub_sinkJohnathan Corgan2014-04-226-42/+43
|
* zeromq: renamed source_pushpull to pull_sourceJohnathan Corgan2014-04-225-36/+36
|
* zeromq: renamed sink_pushpull push_sinkJohnathan Corgan2014-04-223-1/+1
|
* zeromq: fix import in exampleJohnathan Corgan2014-04-226-24/+28
|
* zeromq: Fix typo in CMakeLists to link against libzmqJohannes Schmitz2014-04-221-1/+1
|
* zeromq: cleanup and reformattingJohnathan Corgan2014-04-2216-371/+333
|
* zeromq: first cut at compiling lib/ directoryJohnathan Corgan2014-04-2222-815/+207
|
* Initial import of gr-zmqblocks OOT project as-is, prior to rework for in-treeJohannes Schmitz2014-04-2221-0/+1873