aboutsummaryrefslogtreecommitdiffstats
path: root/gr-zeromq (follow)
Commit message (Expand)AuthorAgeFilesLines
* cmake: change how test files are build when cross compilingPhilip Balister2021-12-031-0/+3
* zeromq: pep8 formattingJosh Morman2021-11-245-44/+75
* classic modules: use common precompiled headersMarcus Müller2021-07-191-0/+4
* rebaseVolker Schroer2021-06-2112-12/+12
* gr-blocks: Standardize Vector parameter nameSolomon Tan2021-05-196-6/+6
* zeromq: replace ::bind with lambdaMarcus Müller2021-03-204-10/+4
* fixup! zeromq: Fix warnings with recv()Martin Braun2021-02-153-6/+6
* zeromq: qa: Increase timeout for msg source testsMartin Braun2021-02-152-4/+8
* zeromq: Fix warnings with recv()Martin Braun2021-02-157-32/+75
* clang-tidy: run full .clang-tidy on C++17 codebaseMarcus Müller2021-01-191-2/+2
* C++14: Use std::make_unique instead of boost::make_uniqueMarcus Müller2021-01-044-9/+9
* replace fft.window.WIN_ with window.win_ and include in grc default importJosh Morman2020-12-181-1/+1
* global replace of firdes.WIN_ with fft.window.WIN_Josh Morman2020-12-181-1/+1
* more qt4 qt5 updatesA. Maitland Bottoms2020-12-183-4/+4
* modernization: `override` instead of virtual in all compilation unitsMarcus Müller2020-11-037-7/+7
* qa: run autopep8 formatting on qa python filesmormj2020-10-308-55/+134
* zeromq: Add ZMQ_LINGER value to prevent infinite blockMatt Mills2020-10-281-0/+10
* pybind11: Remove SWIG remnants.Ron Economos2020-10-121-1/+1
* zeromq: Remove manual memory managementThomas Habets2020-09-2218-159/+127
* add an option to enable/disable examplesGwenhael Goavec-Merou2020-09-021-1/+3
* python: Remove unnecessary 'from __future__ import'Oleksandr Kravchuk2020-08-036-10/+0
* Replace all calls to `get_initial_sptr` with `make_block_sptr`Thomas Habets2020-07-3012-18/+18
* msg_handler: Use lambdas in most componentsJohannes Demel2020-06-042-2/+2
* pybind: add hash check to binding file creation (#3472)mormj2020-06-0413-13/+109
* zeromq: add pybind11 bindingsJosh Morman2020-06-0428-6/+1000
* pybind: removal of swig componentsJosh Morman2020-06-043-92/+0
* zeromq: Add bind argument for message based zeromq blocks.Jacob Gilbert2020-04-1024-42/+123
* Switch from boost pointers to std C++11 pointersThomas Habets2020-04-0112-12/+12
* zmq: Add ZMQ PULL/REQ/SUB Message Source unit testsVasil Velichkov2020-03-103-0/+210
* zmq: Handle the PMT exceptionsVasil Velichkov2020-03-103-7/+18
* gr-zeromq: Add optional key filteringAndriy Gelman2020-03-0212-34/+208
* Update license header to SPDX formatdevnulling2020-01-2763-824/+63
* zeromq: Add C++ templates for zeromq blocksTerry May2020-01-0412-0/+135
* gr-zeromq: Fix warnings deprecated send since 4.3.1 extends PR #2503Brennan Ashton2019-11-0113-9/+20
* zeromq: fix inconsistent use of overrideBastian Bloessl2019-09-0510-14/+14
* clang-format: Ordering all the includesMarcus Müller2019-08-0933-43/+43
* Tree: clang-format without the include sortingMarcus Müller2019-08-0942-1389/+1449
* zeromq: fixes to allow building using CPPZMQ 4.3.1 as well as priorMichael Dickens2019-06-1513-21/+83
* gitignore: ignore autogen files in example foldersJohannes Demel2019-03-241-0/+1
* cmake: Update to modern CMake usageAndrej Rode2019-03-043-65/+21
* zeromq: Convert GRC examples to YAML formatJohannes Demel2019-01-195-4979/+1458
* cmake: Only go into grc/ subdirs when ENABLE_GRC=ONMartin Braun2018-12-171-1/+3
* gr-zeromq: Remove VLA from last_endpoint()Brennan Ashton2018-12-127-14/+14
* gr-zeromq: Let OS pick free port for testsBrennan Ashton2018-11-285-11/+16
* gr-zeromq: Add last_endpoint function to zmq source and sink blocksBrennan Ashton2018-11-2826-0/+118
* gr-zeromq: Increase socket setup time so tests are more reliableBrennan Ashton2018-11-034-8/+8
* gr-zeromq: Keep qa_zeromq_pub test from blockingBrennan Ashton2018-11-032-3/+11
* Merge remote-tracking branch 'origin/next' into merge_nextMarcus Müller2018-08-3142-819/+518
|\
| * Merge branch 'python3_fix' into nextAndrej Rode2018-06-2437-747/+486
| |\
| | * python: Py3k compatAndrej Rode2018-06-231-2/+2