summaryrefslogtreecommitdiff
path: root/gr-blocks
Commit message (Expand)AuthorAgeFilesLines
* Revert codespelling fixes for xml filesAndrej Rode2018-06-232-2/+2
* cleanup: add missing includes + reorder qtgui includes correctlyAndrej Rode2018-03-041-0/+1
* file_source: add optional offset (in items) and len (in items)Jeff Long2018-02-088-256/+453
* qa_file_source_sink.py: create file_source after file has been populatedJeff Long2018-02-081-9/+8
* blocks: hier_block2 now throws RuntimeError instead of ValueError on misuseAndrej Rode2018-02-061-14/+14
* Merge branch 'master' into nextMartin Braun2018-02-0315-14/+28
|\
| * Merge branch 'maint'Martin Braun2018-02-031-3/+4
| |\
| | * Use type-generic or float versions of cmath functions where appropriate.Marcus Müller2018-02-031-3/+4
| * | socket_pdu_impl: garbage collect closed tcp_connectionsJeff Long2018-02-032-0/+13
| * | Comment typo fixing.luz.paz2018-02-038-10/+10
| * | Rename subdir doc to docs where appropriateBogdan Radulescu2018-02-034-1/+1
* | | Merge branch 'master' into nextJohnathan Corgan2017-10-056-72/+135
|\| |
| * | blocks: fix signedness issues in moving_averageJohnathan Corgan2017-10-051-2/+2
| * | Merge remote-tracking branch 'github/pr/1462'Johnathan Corgan2017-10-055-45/+91
| |\ \
| | * \ Merge branch 'blocks_moving_average_vector_operation' of https://github.com/m...Marcus Müller2017-09-261-5/+7
| | |\ \
| | | * | removed zeroing in favour of just setting the first element in the sumMarcus Müller2017-09-121-5/+7
| | * | | improved order of includes (standards last)Marcus Müller2017-09-261-1/+1
| | * | | removed print debugging in QA testMarcus Müller2017-09-261-5/+0
| | |/ /
| | * | Added a vector operation mode to the moving averageMarcus Müller2017-09-085-23/+102
| * | | Merge branch 'maint'Johnathan Corgan2017-10-052-49/+66
| |\ \ \ | | | |/ | | |/|
| | * | Merge remote-tracking branch 'github/pr/1476' into maintJohnathan Corgan2017-10-051-49/+1
| | |\ \
| | | * | runtime: Moved block-by-block setup_rpc() calls to the end of the flatten_aux...Jacob Gilbert2017-10-041-49/+1
| | * | | [gr-blocks] improve moving_average unit testSebastian Müller2017-09-301-0/+65
| | |/ /
* | | | Merge branch 'master' into nextJohnathan Corgan2017-09-221-1/+1
|\| | |
| * | | Merge branch 'maint'Johnathan Corgan2017-09-221-1/+1
| |\| | | | |/ | |/|
| | * tuntap_pdu: use MTU+14 byte receive buffer for TAP to be able to receive MTU ...Miklos Maroti2017-09-221-1/+1
* | | Merge remote-tracking branch 'github/pr/1432' into nextJohnathan Corgan2017-08-271-5/+5
|\ \ \
| * | | renamed fractional_{resampler|interpolator} to mmse_Marcus Müller2017-08-181-5/+5
* | | | Merge branch 'master' into nextJohnathan Corgan2017-08-274-9/+46
|\ \ \ \ | | |/ / | |/| |
| * | | Merge remote-tracking branch 'github/pr/1419'Johnathan Corgan2017-08-274-9/+46
| |\ \ \
| | * | | Swap new/delete memory management with boost::shared_ptrBrian Orr2017-08-162-8/+7
| | * | | Swap (potentially infinite) timeout with fixed delayBrian Orr2017-08-151-2/+1
| | * | | Fix invalid Asio buffer usage in tcp_connectionBrian Orr2017-08-094-9/+48
* | | | | Merge branch 'master' into nextJohnathan Corgan2017-08-273-4/+21
|\| | | | | |_|/ / |/| | |
| * | | Merge branch 'maint'Johnathan Corgan2017-08-273-4/+21
| |\ \ \ | | |/ / | |/| / | | |/
| | * Merge remote-tracking branch 'github/pr/1445' into maintJohnathan Corgan2017-08-272-3/+20
| | |\
| | | * added a mutex to the data extraction, clear and work methodsMarcus Müller2017-08-272-3/+20
| | * | fixes nsamps setter bug that causes a bunch of extra tags to be addedMarc L2017-08-181-1/+1
| | |/
* | | Merge branch 'master' into nextJohnathan Corgan2017-08-031-0/+25
|\| |
| * | Merge remote-tracking branch 'github/pr/1396'Johnathan Corgan2017-08-031-0/+25
| |\ \
| | * | block python gateway: add WORK_CALLED_PRODUCE/_DONE proxyMarcus Müller2017-07-281-0/+25
* | | | Merge branch 'master' into nextJohnathan Corgan2017-07-201-0/+10
|\| | |
| * | | Merge branch 'maint'Johnathan Corgan2017-07-201-0/+10
| |\ \ \ | | | |/ | | |/|
| | * | gr-blocks: add warning if file will not be fully consumed with the passed out...Kevin Gentile2017-07-191-0/+10
* | | | Merge branch 'master' into nextJohnathan Corgan2017-07-136-3/+110
|\| | |
| * | | Merge remote-tracking branch 'github/pr/1356'Johnathan Corgan2017-07-131-1/+1
| |\ \ \
| | * | | modified: grc/blocks_tag_gate.xmlvermillionsands2017-07-011-1/+1
| | | |/ | | |/|
| * | | Merge remote-tracking branch 'github/pr/1301'Johnathan Corgan2017-07-135-2/+109
| |\ \ \ | | |/ / | |/| |
| | * | set_begin_tag now takes pmt::pmt instead of boolRuben Undheim2017-05-195-22/+14
| | * | Address comment in pull request to use "with" with tempfileRuben Undheim2017-05-191-27/+25