summaryrefslogtreecommitdiff
path: root/gr-utils/python/modtool/core/newmod.py
Commit message (Collapse)AuthorAgeFilesLines
* gr-utils: restructure {mod,block}tool foldersjapm482020-04-101-89/+0
| | | | | Move modtool and blocktool outside of the python folder, as per issue #2462.
* modtool: use prefix path for modtool instead of prefsJosh Morman2020-03-311-3/+1
| | | | | | | | | | When a prefix gets installed, the [modtool] section in prefs hardcodes the path to the templates in the newly installed prefix as a global path for all modtools. This creates major problems when bouncing between prefixes, especially when newmod changes between releases Why not just use the prefix as the root of where to look for the templates
* Update license header to SPDX formatdevnulling2020-01-271-13/+1
|
* modtool/newmod: Better error reporting on wrong template dirMarcus Müller2019-04-211-2/+2
|
* modtool: gr-modtool overhaul GSoC 2018Swapnil Negi2019-01-041-0/+103
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.