summaryrefslogtreecommitdiff
path: root/gr-utils/python/modtool/cli/add.py
Commit message (Collapse)AuthorAgeFilesLines
* gr-utils: restructure {mod,block}tool foldersjapm482020-04-101-140/+0
| | | | | Move modtool and blocktool outside of the python folder, as per issue #2462.
* Update license header to SPDX formatdevnulling2020-01-271-13/+1
|
* modtool: ensure add_py_qa and add_cc_qa are booleansClayton Smith2020-01-111-4/+8
|
* gr-modtool: Update the validation in Modtool AddSwapnil Negi2020-01-031-4/+3
|
* modtool: allow empty arg list in interactive modeMarcus Müller2019-11-011-1/+7
|
* gr_modtool: Fix for parameter wrap in cli inputs and gr_modtool infoArpit Gupta2019-03-311-1/+1
|
* Modtool: Add copyright featureSwapnil Negi2019-02-221-1/+11
|
* modtool: gr-modtool overhaul GSoC 2018Swapnil Negi2019-01-041-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.