summaryrefslogtreecommitdiff
path: root/gr-utils/python/modtool/core/update.py
Commit message (Collapse)AuthorAgeFilesLines
* gr-utils: restructure {mod,block}tool foldersjapm482020-04-101-101/+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: Update - Add option to convert blacklisted filesNicolas Cuervo2020-01-021-2/+4
| | | | | | Also avoid the misleading behavior that implies conversion when it isn't happening while also deleting the XML with a blacklisted name.
* modtool/update: late import of GRC avoids breakage on GRC-less systemsMarcus Müller2019-04-211-1/+1
| | | | | | Only the update command of modtool needs GRC. However, since all commands are imported on modtool usage every time, this means modtool can't run on systems where GRC wasn't installed beforehand.
* modtool: converter, support mod names w/ underscoresBastian Bloessl2019-03-041-1/+3
|
* modtool: gr-modtool overhaul GSoC 2018Swapnil Negi2019-01-041-0/+109
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.