Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | grc: pep8 formatting | Josh Morman | 2021-11-24 | 8 | -15/+35 |
| | | | | Signed-off-by: Josh Morman <jmorman@gnuradio.org> | ||||
* | grc: exclude examples test from make test | Josh Morman | 2021-05-20 | 2 | -1/+2 |
| | | | | Signed-off-by: Josh Morman <jmorman@perspectalabs.com> | ||||
* | grc: Test all in-tree examples | Håkon Vågsether | 2021-05-20 | 1 | -0/+67 |
| | | | | Signed-off-by: Håkon Vågsether <hauk142@gmail.com> | ||||
* | gr-blocks: Standardize Vector parameter name | Solomon Tan | 2021-05-19 | 1 | -2/+2 |
| | | | | | | | | Addresses point 1 of Issue #4615. Replaces all label instances of "Vec Length" to "Vector Length". Also replaces "Vec Rate" to "Vector Rate" for standardization. Signed-off-by: Solomon Tan <solomonbstoner@yahoo.com.au> | ||||
* | grc: add top_block.py to .gitignore | Josh Morman | 2021-03-04 | 1 | -0/+1 |
| | | | | Signed-off-by: Josh Morman <jmorman@perspectalabs.com> | ||||
* | Fix typos | luz paz | 2021-02-08 | 1 | -1/+1 |
| | | | | | | | | Found via `codespell v2.1.dev0` `codespell -q 3 -L ans,fo,hist,inout,ist,ith,nd,sinc,uint -S ./volk` Signed-off-by: luz paz <luzpaz@users.noreply.github.com> Signed-off-by: Josh Morman <jmorman@perspectalabs.com> | ||||
* | grc: Let test_generator.py know where to find blocks | Håkon Vågsether | 2021-01-11 | 1 | -2/+5 |
| | | | | Signed-off-by: Håkon Vågsether <hauk142@gmail.com> | ||||
* | grc: Clean up test_expr_utils.py | Håkon Vågsether | 2021-01-11 | 1 | -9/+6 |
| | | | | Signed-off-by: Håkon Vågsether <hauk142@gmail.com> | ||||
* | grc: Accept file pointer in load_stdlib() (converter/xml.py) | Håkon Vågsether | 2021-01-11 | 1 | -1/+1 |
| | | | | | | Fixes test_xml_parser.py failing in the absence of lxml Signed-off-by: Håkon Vågsether <hauk142@gmail.com> | ||||
* | more qt4 qt5 updates | A. Maitland Bottoms | 2020-12-18 | 1 | -1/+1 |
| | | | | Have additional apps, examples, and tools use Qt5 instead of Qt4. | ||||
* | grc: fix pylint C0303: Trailing whitespace | Clayton Smith | 2020-10-20 | 3 | -5/+3 |
| | |||||
* | Update license header to SPDX format | devnulling | 2020-01-27 | 6 | -78/+8 |
| | |||||
* | grc: Set GRC_BLOCKS_PATH to the local blocks directory | Vasil Velichkov | 2020-01-10 | 4 | -3/+1 |
| | | | | Remove expected failures from 3 tests | ||||
* | grc: Run tests using GR_ADD_TEST macro | Vasil Velichkov | 2020-01-10 | 1 | -4/+1 |
| | | | | | Some of the new tests import other gnuradio's python modules and PYTHONPATH needs to be set accordingly. | ||||
* | grc: Execute tests only when pytest is available | Vasil Velichkov | 2020-01-10 | 1 | -4/+12 |
| | |||||
* | grc: Mark failing tests with xfail | Vasil Velichkov | 2020-01-10 | 4 | -1/+11 |
| | | | | and fix test_extend() | ||||
* | grc: Include GRC tests in CTest testing | Vasil Velichkov | 2020-01-10 | 2 | -0/+28 |
| | |||||
* | GRC: testing: can't rely on set ordering; sets are unordered | Marcus Müller | 2019-11-01 | 1 | -1/+1 |
| | |||||
* | grc: Make sure that the C++ test works at all | Håkon Vågsether | 2019-07-28 | 2 | -10/+100 |
| | |||||
* | grc: Added copyright to C++ test | Håkon Vågsether | 2019-07-28 | 1 | -1/+18 |
| | |||||
* | grc: Use yaml.safe_load() instead of yaml.load() | Håkon Vågsether | 2019-07-21 | 1 | -1/+1 |
| | | | | yaml.load() has been deprecated: https://msg.pyyaml.org/load | ||||
* | grc: fixes in evaluated properties | Sebastian Koslowski | 2019-02-17 | 1 | -0/+2 |
| | |||||
* | grc: fix block flags | Sebastian Koslowski | 2019-02-17 | 1 | -7/+10 |
| | |||||
* | Add C++ generation | Håkon Vågsether | 2018-11-23 | 1 | -0/+18 |
| | |||||
* | tests: Removing dict.iteritems from YML file | Brent Stapleton | 2018-11-13 | 1 | -1/+1 |
| | | | | | | | Removing usage of dict.iteritems from a YML file used in the GRC test framework. The dictionary that was using dict.iteritems was very small, so that usage was replaced with a very simple, manual construction of the dictionary. | ||||
* | Added YAML blocks that needed manual editing | Håkon Vågsether | 2017-10-10 | 6 | -238/+135 |
| | |||||
* | grc: added yaml/mako support | Sebastian Koslowski | 2017-06-29 | 12 | -0/+755 |
| | | | | Includes basic converter from XML/Cheetah to YAML/Mako based block format. | ||||
* | grc: changes to grcc CLI | Sebastian Koslowski | 2016-09-28 | 1 | -2/+6 |
| | |||||
* | grc: add some test code for grcc | Sebastian Koslowski | 2016-09-23 | 2 | -0/+287 |