| Commit message (Expand) | Author | Age | Files | Lines |
* | cmake: Update to modern CMake usage | Andrej Rode | 2019-03-04 | 4 | -113/+27 |
* | blocks: Fix file_source offset/length to properly access large files. | Ron Economos | 2019-02-14 | 4 | -48/+32 |
* | blocks: Convert GRC examples/msg_passing to YAML format | Johannes Demel | 2019-01-21 | 3 | -820/+347 |
* | blocks: Convert GRC examples/ctrlport to YAML format | Johannes Demel | 2019-01-21 | 4 | -3915/+1373 |
* | blocks: Convert GRC examples/metadata to YAML format | Johannes Demel | 2019-01-21 | 5 | -1859/+1024 |
* | blocks: Convert GRC examples/tags to YAML format | Johannes Demel | 2019-01-21 | 1 | -1145/+324 |
* | blocks: Convert GRC examples to YAML format | Johannes Demel | 2019-01-21 | 5 | -4215/+1222 |
* | blocks: Suppress warnings for 32-bit ARM architectures | Ron Economos | 2019-01-14 | 1 | -4/+4 |
* | blocks: Fix remaining interleaved type converters | Håkon Vågsether | 2019-01-14 | 3 | -6/+3 |
* | blocks: Fix short to complex GRC binding. | Ron Economos | 2019-01-14 | 1 | -2/+1 |
* | includes: use quotes for local includes | Andrej Rode | 2019-01-07 | 18 | -18/+18 |
* | Merge the polished results from the 2017 GSoC "C++ Code Generation with GRC" | Andrej Rode | 2018-12-29 | 135 | -3/+974 |
|\ |
|
| * | Fix C++ hier block generation | Håkon Vågsether | 2018-12-18 | 1 | -0/+2 |
| * | Updated C++ header file names for gr-blocks' blocks | Håkon Vågsether | 2018-12-18 | 28 | -30/+30 |
| * | grc: add flags as a list | Andrej Rode | 2018-12-18 | 135 | -141/+137 |
| * | Added C++ support to gr-analog, gr-blocks and grc | Håkon Vågsether | 2018-12-18 | 135 | -5/+978 |
* | | qa: Use random.seed(0) everywhere import random is used | Martin Braun | 2018-12-19 | 6 | -1/+6 |
* | | blocks: Fix tcp_server_sink_impl alloc-dealloc-mismatch | Dan Robertson | 2018-12-18 | 1 | -1/+1 |
* | | cmake: Only go into grc/ subdirs when ENABLE_GRC=ON | Martin Braun | 2018-12-17 | 1 | -1/+3 |
* | | blocks: Give qa_moving_average.py a fixed random seed | Martin Braun | 2018-12-17 | 1 | -3/+1 |
* | | blocks: vector source: Fix compiler warnings | Martin Braun | 2018-12-12 | 1 | -1/+1 |
* | | blocks: fix the udp_source_sink test flakiness | Andrej Rode | 2018-12-11 | 1 | -16/+57 |
* | | udp: wait a short time after creating starting the receiver | Andrej Rode | 2018-11-30 | 1 | -0/+3 |
* | | Fix compiler warnings about unsigned / signed comparisons | Volker Schroer | 2018-11-24 | 2 | -3/+3 |
|/ |
|
* | blocks: Fix add and multiply const blocks GRC bindings | Martin Braun | 2018-11-22 | 2 | -9/+11 |
* | grc: Fixed the "Show Msg Ports" option | Håkon Vågsether | 2018-11-22 | 1 | -1/+1 |
* | gr-blocks: use libvolk to speed up nlog10_ff block | karel- | 2018-11-14 | 2 | -27/+19 |
* | bin_statistics_f_impl.cc: Address Coverity 1375158. | Philip Balister | 2018-11-05 | 1 | -2/+0 |
* | interleave_impl.cc: Address Coverity 1327839, 1327840, 1327841, 1327842. | Philip Balister | 2018-11-05 | 1 | -4/+4 |
* | wavfile_sink_impl.cc: Address Coverity 1327860. | Philip Balister | 2018-11-05 | 1 | -3/+0 |
* | replace scipy by numpy in GRC examples | Marcus Müller | 2018-11-02 | 1 | -4/+4 |
* | Replace scipy/pylab where numpy/pyplot is sufficient | Marcus Müller | 2018-11-02 | 1 | -7/+2 |
* | Allow the full range of offsets. | Clayton Smith | 2018-11-02 | 3 | -22/+80 |
* | Change vector length variables to unsigned type | Sebastian Müller | 2018-11-01 | 15 | -24/+25 |
* | Un-break Socket PDU block, removing old Cheetah code | Håkon Vågsether | 2018-11-01 | 1 | -19/+3 |
* | Fix invalid escape sequences. | Clayton Smith | 2018-11-01 | 3 | -14/+14 |
* | tuntap_pdu_impl.cc: Don't leak socket handle.. | Philip Balister | 2018-10-05 | 1 | -2/+5 |
* | gengen replacement: fix for not installed header files | Lukas Kuzmiak | 2018-10-04 | 1 | -0/+2 |
* | pdu: pass from_long(1) to "done" due to failing implicit casting from long | Andrej Rode | 2018-09-01 | 1 | -2/+2 |
* | blocks: unpacked/packed use member variable for bits_per_type | Andrej Rode | 2018-09-01 | 2 | -2/+2 |
* | Merge remote-tracking branch 'origin/next' into merge_next | Marcus Müller | 2018-08-31 | 568 | -14946/+9352 |
|\ |
|
| * | Killing gengen: Merge branch 'cxx_templates_next' into next | Marcus Müller | 2018-08-29 | 143 | -4126/+2681 |
| |\ |
|
| | * | blocks: replace gengen with C++ templates | Andrej Rode | 2018-08-25 | 143 | -4126/+2681 |
| * | | Remove unused CMake-time tests | Marcus Müller | 2018-08-27 | 1 | -13/+0 |
| |/ |
|
| * | Cleaned and fixed more blocks in gr-blocks and grc | Håkon Vågsether | 2018-08-25 | 3 | -5/+13 |
| * | Fix template `$var`->`${var}` in YAML | Håkon Vågsether | 2018-08-18 | 2 | -2/+2 |
| * | qa_message: create unicode string with "u" formatter | Andrej Rode | 2018-08-17 | 1 | -3/+1 |
| * | message: add unicode characters to message test | Andrej Rode | 2018-08-17 | 1 | -0/+8 |
| * | message: fix unit tests to respect mesage::to_string behaviour | Andrej Rode | 2018-08-17 | 1 | -2/+2 |
| * | py3k: remove the six.b call since only py2.6 support depends on that | Andrej Rode | 2018-08-17 | 1 | -3/+1 |