summaryrefslogtreecommitdiff
path: root/gr-utils/python/modtool/modtool_base.py
Commit message (Collapse)AuthorAgeFilesLines
* modtool: gr-modtool overhaul GSoC 2018Swapnil Negi2019-01-041-212/+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-2/+4
| | | | | | | - 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-51/+60
|\
| * python3: update non-GRC components to use python2 or python3Douglas Anderson2017-02-261-7/+11
| |
| * modtool: replace OptionParser by ArgumentParserJiří Pinkava2016-06-301-37/+41
| |
* | modtool: Pylint error fixesSwapnil Negi2018-04-061-21/+21
|/
* modtool: Added git supportMartin Braun2013-11-271-2/+19
|
* modtool: no more exit() in modtool packageSebastian Koslowski2013-11-271-11/+9
| | | | | Conflicts: gr-utils/python/modtool/modtool_newmod.py
* modtool: relax the OOT module detection regexMartin Braun2013-11-131-2/+1
|
* Merge branch 'maint'Johnathan Corgan2013-10-281-4/+13
|\
| * modtool: Fixes for in-tree adds, argument parsing (&-bug)Martin Braun2013-10-281-4/+13
| |
* | gr_modtool: install a howtoConfig.cmake when creating new out of tree ↵Tim O'Shea2013-10-121-0/+1
|/ | | | modules, this will allow other cmake modules to be able to easily find and link against it in a clean way
* modtool: fix detection of GNU Radio module directoryJiri Pinkava2013-07-201-1/+2
|
* modtool: Updated so new modules built find and link against gnuradio-runtime.Tom Rondeau2013-03-271-1/+1
|
* Merge branch 'master' into nextJohnathan Corgan2013-02-121-0/+176
Conflicts: gr-utils/python/create-gnuradio-out-of-tree-project