summaryrefslogtreecommitdiff
path: root/gr-utils/python/modtool/core/rm.py
Commit message (Collapse)AuthorAgeFilesLines
* gr-utils: restructure {mod,block}tool foldersjapm482020-04-101-167/+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: use Boost UTF for 3.8 OOT blocksAnders Kalør2019-12-041-3/+3
| | | | | | | | modtool was adding CppUnit qa code for gnuradio 3.8. Boost UTF support was already implemented in #2080, but for some reason not in add.py. This commit adds the code from #2080, adapted to the new modtool. Note that it is based on #2592. Fixes #2722, fixes #2697.
* modtool: restore rm functionalityJosh Morman2019-08-051-1/+3
| | | | | | | | Add import for cli_input as the cli is called in rm.py I suspect that this should be pulled out into cli/rm.py but we'll stick with the low risk fix for now, to be refactored later Fixes #2652
* modtool core: Don't import CLI functionality unless CLI is usedMarcus Müller2019-04-211-1/+2
| | | | | | | This allows usage of scripted modtool on systems without click installed. Only with this, headless unit testing can be done without installing click.
* modtool: gr-modtool overhaul GSoC 2018Swapnil Negi2019-01-041-0/+176
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.