Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gr-utils: restructure {mod,block}tool folders | japm48 | 2020-04-10 | 1 | -140/+0 |
| | | | | | Move modtool and blocktool outside of the python folder, as per issue #2462. | ||||
* | Update license header to SPDX format | devnulling | 2020-01-27 | 1 | -13/+1 |
| | |||||
* | modtool: ensure add_py_qa and add_cc_qa are booleans | Clayton Smith | 2020-01-11 | 1 | -4/+8 |
| | |||||
* | gr-modtool: Update the validation in Modtool Add | Swapnil Negi | 2020-01-03 | 1 | -4/+3 |
| | |||||
* | modtool: allow empty arg list in interactive mode | Marcus Müller | 2019-11-01 | 1 | -1/+7 |
| | |||||
* | gr_modtool: Fix for parameter wrap in cli inputs and gr_modtool info | Arpit Gupta | 2019-03-31 | 1 | -1/+1 |
| | |||||
* | Modtool: Add copyright feature | Swapnil Negi | 2019-02-22 | 1 | -1/+11 |
| | |||||
* | modtool: gr-modtool overhaul GSoC 2018 | Swapnil Negi | 2019-01-04 | 1 | -0/+133 |
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. |