Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gr-utils: restructure {mod,block}tool folders | japm48 | 2020-04-10 | 8 | -972/+0 |
| | | | | | Move modtool and blocktool outside of the python folder, as per issue #2462. | ||||
* | Update license header to SPDX format | devnulling | 2020-01-27 | 8 | -104/+8 |
| | |||||
* | gr_modtool: fix for yaml generator | Arpit Gupta | 2019-06-18 | 1 | -3/+3 |
| | |||||
* | modtool/Py2k: str.maketrans('','','*&') -> replace('*','').replace('&','') | Marcus Müller | 2019-04-21 | 1 | -1/+1 |
| | | | | | This makes modtool Py2k compatible, as it seems, and probably is light on the runtime | ||||
* | gr_modtool: add missing braces to YAML file make template | Arpit Gupta | 2019-03-31 | 1 | -1/+1 |
| | |||||
* | utils: remove space inserted for empty comment lines from generated code | Ron Economos | 2019-03-08 | 1 | -4/+21 |
| | |||||
* | modtool: fallback to slow yaml if libyaml support is not available | Andrej Rode | 2019-03-04 | 1 | -1/+4 |
| | |||||
* | Modtool: Add copyright feature | Swapnil Negi | 2019-02-22 | 1 | -1/+1 |
| | |||||
* | modtool: gr-modtool overhaul GSoC 2018 | Swapnil Negi | 2019-01-04 | 8 | -0/+1048 |
This commit contains all the changes done during the 2018 GSoC "gr-modtool overhaul". Changes include: - Rewrite of gr-modtool based on Python Click - Split of gr-modtool in cli and core - Adherence to new GNU Radio 3.8 API for OOTs - Pylint improvements - Py3k and Py2k compatibility This feature is merged in a squash-merge due to big refactoring on the head and base branch and the impossibility to unclutter both. |