Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | grc: pep8 formatting | Josh Morman | 2021-11-24 | 1 | -2/+4 |
| | | | | Signed-off-by: Josh Morman <jmorman@gnuradio.org> | ||||
* | 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> | ||||
* | grc: fix pylint C0303: Trailing whitespace | Clayton Smith | 2020-10-20 | 1 | -2/+1 |
| | |||||
* | Update license header to SPDX format | devnulling | 2020-01-27 | 1 | -13/+2 |
| | |||||
* | grc: added yaml/mako support | Sebastian Koslowski | 2017-06-29 | 1 | -0/+39 |
Includes basic converter from XML/Cheetah to YAML/Mako based block format. |