summaryrefslogtreecommitdiff
path: root/gr-utils/python/modtool/templates/gr-newmod/docs/doxygen
Commit message (Collapse)AuthorAgeFilesLines
* gr-utils: restructure {mod,block}tool foldersjapm482020-04-1015-14222/+0
| | | | | Move modtool and blocktool outside of the python folder, as per issue #2462.
* Update license header to SPDX formatdevnulling2020-01-276-78/+6
|
* Doxygen: 2 obsolete variables and DOT_GRAPH_MAX_NODES to 500Valerii Zapodovnikov2020-01-212-28/+0
|
* modtool: put proper quotes when unescaped shell pathsJosh Morman2019-07-192-4/+4
| | | | | | | | | | Adds quotes to paths to prevent issues when the user has a space in their OOT shell paths Slight change to #2560 which should prevent CI from broadly failing Fixes #2443
* newmod: update templates for new target syntaxAndrej Rode2019-03-041-9/+11
|
* modtool: gr-modtool overhaul GSoC 2018Swapnil Negi2019-01-0415-0/+14320
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.