aboutsummaryrefslogtreecommitdiffstats
path: root/gr-zeromq/lib/rep_msg_sink_impl.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* zeromq: replace ::bind with lambdaMarcus Müller2021-03-201-2/+1
* zeromq: Fix warnings with recv()Martin Braun2021-02-151-2/+7
* C++14: Use std::make_unique instead of boost::make_uniqueMarcus Müller2021-01-041-3/+3
* zeromq: Remove manual memory managementThomas Habets2020-09-221-18/+14
* Replace all calls to `get_initial_sptr` with `make_block_sptr`Thomas Habets2020-07-301-1/+1
* zeromq: Add bind argument for message based zeromq blocks.Jacob Gilbert2020-04-101-4/+9
* Update license header to SPDX formatdevnulling2020-01-271-13/+1
* gr-zeromq: Fix warnings deprecated send since 4.3.1 extends PR #2503Brennan Ashton2019-11-011-0/+4
* clang-format: Ordering all the includesMarcus Müller2019-08-091-1/+1
* Tree: clang-format without the include sortingMarcus Müller2019-08-091-79/+80
* zeromq: fixes to allow building using CPPZMQ 4.3.1 as well as priorMichael Dickens2019-06-151-1/+5
* zeromq: remove call to pmt::intern when checking queueMarcus Müller2018-02-231-4/+5
* gr-zmq: Fix build with gcc6.Philip Balister2016-06-281-1/+1
* zeromq: cleanup and converted rep_msg_sink to derive from gr::blockJohnathan Corgan2015-01-121-65/+46
* zmq: rep/req msg blocks now workingTim O'Shea2014-12-301-23/+43
* zmq: building working versions of additional zmq message blocks in place (push/pull + rep/req)Tim O'Shea2014-12-301-0/+121