summaryrefslogtreecommitdiff
path: root/gr-utils/python/modtool/modtool_makexml.py
Commit message (Collapse)AuthorAgeFilesLines
* modtool: gr-modtool overhaul GSoC 2018Swapnil Negi2019-01-041-177/+0
| | | | | | | | | | | | | | 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.
* modtool: OOTs use Boost.UTF, CMake 3.8-AwareMartin Braun2018-10-221-1/+1
| | | | | | | - This is the same change that happened for the GNU Radio core - New OOTs will now have Boost.UTF-based unit tests - modtool will be able to handle both CppUnit-based OOTs as well as Boost.UTF-based ones; this change is backward-compatible
* Merge remote-tracking branch 'origin/next' into merge_nextMarcus Müller2018-08-311-27/+30
|\
| * Fix typos from switch to Python 3Håkon Vågsether2017-08-211-1/+1
| |
| * Merge branch 'next' into python3Johnathan Corgan2017-06-221-1/+1
| |\ | | | | | | | | | | | | Conflicts: gr-uhd/apps/uhd_app.py
| | * Merge branch 'master' into nextJohnathan Corgan2017-06-221-1/+1
| | |\
| * | | python3: update non-GRC components to use python2 or python3Douglas Anderson2017-02-261-12/+16
| |/ /
| * | modtool: replace OptionParser by ArgumentParserJiří Pinkava2016-06-301-13/+12
| | |
* | | modtool: Pylint error fixesSwapnil Negi2018-04-061-8/+7
| |/ |/|
* | sort input filesBernhard M. Wiedemann2017-06-051-1/+1
|/ | | | | | | | | when building packages (e.g. for openSUSE Linux) (random) filesystem order of input files influences ordering of functions in the output, thus without the patch, builds (in disposable VMs) would usually differ. See https://reproducible-builds.org/ for why this matters.
* modtool: Add hint regarding python blocks + makexmlMartin Braun2015-09-151-0/+9
|
* modtool: Fixed a bug in makexml for int-type io signaturesMartin Braun2014-08-131-1/+1
|
* modtool: Added git supportMartin Braun2013-11-271-2/+11
|
* modtool: no more exit() in modtool packageSebastian Koslowski2013-11-271-11/+10
| | | | | Conflicts: gr-utils/python/modtool/modtool_newmod.py
* Merge branch 'master' into nextJohnathan Corgan2013-02-121-0/+158
Conflicts: gr-utils/python/create-gnuradio-out-of-tree-project