summaryrefslogtreecommitdiff
path: root/gr-blocks
Commit message (Expand)AuthorAgeFilesLines
* cmake: Update to modern CMake usageAndrej Rode2019-03-044-113/+27
* blocks: Fix file_source offset/length to properly access large files.Ron Economos2019-02-144-48/+32
* blocks: Convert GRC examples/msg_passing to YAML formatJohannes Demel2019-01-213-820/+347
* blocks: Convert GRC examples/ctrlport to YAML formatJohannes Demel2019-01-214-3915/+1373
* blocks: Convert GRC examples/metadata to YAML formatJohannes Demel2019-01-215-1859/+1024
* blocks: Convert GRC examples/tags to YAML formatJohannes Demel2019-01-211-1145/+324
* blocks: Convert GRC examples to YAML formatJohannes Demel2019-01-215-4215/+1222
* blocks: Suppress warnings for 32-bit ARM architecturesRon Economos2019-01-141-4/+4
* blocks: Fix remaining interleaved type convertersHåkon Vågsether2019-01-143-6/+3
* blocks: Fix short to complex GRC binding.Ron Economos2019-01-141-2/+1
* includes: use quotes for local includesAndrej Rode2019-01-0718-18/+18
* Merge the polished results from the 2017 GSoC "C++ Code Generation with GRC"Andrej Rode2018-12-29135-3/+974
|\
| * Fix C++ hier block generationHåkon Vågsether2018-12-181-0/+2
| * Updated C++ header file names for gr-blocks' blocksHåkon Vågsether2018-12-1828-30/+30
| * grc: add flags as a listAndrej Rode2018-12-18135-141/+137
| * Added C++ support to gr-analog, gr-blocks and grcHåkon Vågsether2018-12-18135-5/+978
* | qa: Use random.seed(0) everywhere import random is usedMartin Braun2018-12-196-1/+6
* | blocks: Fix tcp_server_sink_impl alloc-dealloc-mismatchDan Robertson2018-12-181-1/+1
* | cmake: Only go into grc/ subdirs when ENABLE_GRC=ONMartin Braun2018-12-171-1/+3
* | blocks: Give qa_moving_average.py a fixed random seedMartin Braun2018-12-171-3/+1
* | blocks: vector source: Fix compiler warningsMartin Braun2018-12-121-1/+1
* | blocks: fix the udp_source_sink test flakinessAndrej Rode2018-12-111-16/+57
* | udp: wait a short time after creating starting the receiverAndrej Rode2018-11-301-0/+3
* | Fix compiler warnings about unsigned / signed comparisonsVolker Schroer2018-11-242-3/+3
|/
* blocks: Fix add and multiply const blocks GRC bindingsMartin Braun2018-11-222-9/+11
* grc: Fixed the "Show Msg Ports" optionHåkon Vågsether2018-11-221-1/+1
* gr-blocks: use libvolk to speed up nlog10_ff blockkarel-2018-11-142-27/+19
* bin_statistics_f_impl.cc: Address Coverity 1375158.Philip Balister2018-11-051-2/+0
* interleave_impl.cc: Address Coverity 1327839, 1327840, 1327841, 1327842.Philip Balister2018-11-051-4/+4
* wavfile_sink_impl.cc: Address Coverity 1327860.Philip Balister2018-11-051-3/+0
* replace scipy by numpy in GRC examplesMarcus Müller2018-11-021-4/+4
* Replace scipy/pylab where numpy/pyplot is sufficientMarcus Müller2018-11-021-7/+2
* Allow the full range of offsets.Clayton Smith2018-11-023-22/+80
* Change vector length variables to unsigned typeSebastian Müller2018-11-0115-24/+25
* Un-break Socket PDU block, removing old Cheetah codeHåkon Vågsether2018-11-011-19/+3
* Fix invalid escape sequences.Clayton Smith2018-11-013-14/+14
* tuntap_pdu_impl.cc: Don't leak socket handle..Philip Balister2018-10-051-2/+5
* gengen replacement: fix for not installed header filesLukas Kuzmiak2018-10-041-0/+2
* pdu: pass from_long(1) to "done" due to failing implicit casting from longAndrej Rode2018-09-011-2/+2
* blocks: unpacked/packed use member variable for bits_per_typeAndrej Rode2018-09-012-2/+2
* Merge remote-tracking branch 'origin/next' into merge_nextMarcus Müller2018-08-31568-14946/+9352
|\
| * Killing gengen: Merge branch 'cxx_templates_next' into nextMarcus Müller2018-08-29143-4126/+2681
| |\
| | * blocks: replace gengen with C++ templatesAndrej Rode2018-08-25143-4126/+2681
| * | Remove unused CMake-time testsMarcus Müller2018-08-271-13/+0
| |/
| * Cleaned and fixed more blocks in gr-blocks and grcHåkon Vågsether2018-08-253-5/+13
| * Fix template `$var`->`${var}` in YAMLHåkon Vågsether2018-08-182-2/+2
| * qa_message: create unicode string with "u" formatterAndrej Rode2018-08-171-3/+1
| * message: add unicode characters to message testAndrej Rode2018-08-171-0/+8
| * message: fix unit tests to respect mesage::to_string behaviourAndrej Rode2018-08-171-2/+2
| * py3k: remove the six.b call since only py2.6 support depends on thatAndrej Rode2018-08-171-3/+1