Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | zmq: sync blocks now all support tag headers | Tim O'Shea | 2014-10-27 | 5 | -29/+47 | |
| | ||||||
* | zmq: all source blocks should now support tag headers | Tim O'Shea | 2014-10-27 | 5 | -17/+49 | |
| | ||||||
* | zmq: hoisting tag parsing into helper function, should now be easy to use in ↵ | Tim O'Shea | 2014-10-27 | 4 | -42/+56 | |
| | | | | other zmq blocks | |||||
* | zmq: hoisting header encoding to helper function | Tim O'Shea | 2014-10-27 | 2 | -18/+31 | |
| | ||||||
* | zmq: default to not pass tags (compatible wire format) | Tim O'Shea | 2014-10-27 | 4 | -11/+20 | |
| | ||||||
* | zmq: tags should now be serializing and deserializing correctly for ↵ | Tim O'Shea | 2014-10-27 | 2 | -6/+28 | |
| | | | | pub_sink/sub_source | |||||
* | zmq: encoding tags into zmq stream | Tim O'Shea | 2014-10-27 | 1 | -2/+22 | |
| | ||||||
* | cmake: follow-up to previous merge | Tom Rondeau | 2014-08-08 | 1 | -1/+0 | |
| | ||||||
* | Merge branch 'maint' | Tom Rondeau | 2014-08-08 | 1 | -1/+0 | |
|\ | | | | | | | | | | | Conflicts: gnuradio-runtime/CMakeLists.txt gnuradio-runtime/lib/controlport/CMakeLists.txt | |||||
| * | controlport: removing use of ice for a controlport rpc. | Tom Rondeau | 2014-08-08 | 1 | -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 Rondeau | 2014-07-18 | 1 | -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 Rondeau | 2014-06-28 | 1 | -0/+13 | |
| | | | | versions of the libraries. | |||||
* | Add sub_source block and fix pub_sink | Camilo Solano | 2014-05-13 | 5 | -5/+168 | |
| | ||||||
* | zeromq: Don't call context close as it is not available in zmq 2 | Johannes Schmitz | 2014-05-12 | 5 | -5/+0 | |
| | ||||||
* | zeromq: Change the value of the poll timeout according to the zmq version. | Johannes Schmitz | 2014-05-09 | 4 | -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 polling | Johannes Schmitz | 2014-05-09 | 8 | -29/+25 | |
| | ||||||
* | zeromq: Timeout needs to be in milliseconds for zmq 3.0, close sockets | Johannes Schmitz | 2014-05-09 | 10 | -51/+55 | |
| | | | | correctly, cleanup | |||||
* | zeromq: Add missing timeout and blocking parameters and polling | Johannes Schmitz | 2014-05-08 | 5 | -18/+34 | |
| | ||||||
* | zeromq: set ZMQ_LINGER to 0 for all blocks | Johnathan Corgan | 2014-05-07 | 5 | -0/+10 | |
| | ||||||
* | zeromq: removed stray debug code and cleanup | Johnathan Corgan | 2014-05-07 | 2 | -16/+12 | |
| | ||||||
* | Merge remote-tracking branch 'iohannez/vlen' into zeromq | Johnathan Corgan | 2014-05-07 | 10 | -45/+51 | |
|\ | ||||||
| * | zeromq: Fix doxygen and memcpy for vlen | Johannes Schmitz | 2014-05-07 | 10 | -45/+51 | |
| | | ||||||
* | | zeromq: rename include guards | Johnathan Corgan | 2014-05-06 | 5 | -15/+15 | |
| | | ||||||
* | | zeromq: remove nopoll req/rep blocks | Johnathan Corgan | 2014-05-06 | 5 | -270/+0 | |
|/ | ||||||
* | zeromq: renamed source_reqrep to req_source | Camilo Solano | 2014-05-06 | 3 | -16/+16 | |
| | ||||||
* | Add vlen | Camilo Solano | 2014-05-06 | 8 | -20/+20 | |
| | ||||||
* | wip, renaming and implementing rep_sink | Johnathan Corgan | 2014-04-24 | 3 | -24/+27 | |
| | ||||||
* | zeromq: removed feedback source | Johnathan Corgan | 2014-04-22 | 3 | -148/+0 | |
| | ||||||
* | zeromq: renamed sink_pubsub to pub_sink | Johnathan Corgan | 2014-04-22 | 6 | -42/+43 | |
| | ||||||
* | zeromq: renamed source_pushpull to pull_source | Johnathan Corgan | 2014-04-22 | 5 | -36/+36 | |
| | ||||||
* | zeromq: renamed sink_pushpull push_sink | Johnathan Corgan | 2014-04-22 | 3 | -1/+1 | |
| | ||||||
* | zeromq: fix import in example | Johnathan Corgan | 2014-04-22 | 6 | -24/+28 | |
| | ||||||
* | zeromq: Fix typo in CMakeLists to link against libzmq | Johannes Schmitz | 2014-04-22 | 1 | -1/+1 | |
| | ||||||
* | zeromq: cleanup and reformatting | Johnathan Corgan | 2014-04-22 | 16 | -371/+333 | |
| | ||||||
* | zeromq: first cut at compiling lib/ directory | Johnathan Corgan | 2014-04-22 | 22 | -815/+207 | |
| | ||||||
* | Initial import of gr-zmqblocks OOT project as-is, prior to rework for in-tree | Johannes Schmitz | 2014-04-22 | 21 | -0/+1873 | |