Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | modtool: gr-modtool overhaul GSoC 2018 | Swapnil Negi | 2019-01-04 | 1 | -158/+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-Aware | Martin Braun | 2018-10-22 | 1 | -0/+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_next | Marcus Müller | 2018-08-31 | 1 | -28/+29 |
|\ | |||||
| * | python3: update non-GRC components to use python2 or python3 | Douglas Anderson | 2017-02-26 | 1 | -12/+15 |
| | | |||||
| * | modtool: replace OptionParser by ArgumentParser | Jiří Pinkava | 2016-06-30 | 1 | -11/+9 |
| | | |||||
* | | modtool: Pylint error fixes | Swapnil Negi | 2018-04-06 | 1 | -10/+11 |
|/ | |||||
* | modtool: Bugfix for info command, would confuse in- and out-of-tree components | Martin Braun | 2015-03-19 | 1 | -1/+1 |
| | |||||
* | modtool: no more exit() in modtool package | Sebastian Koslowski | 2013-11-27 | 1 | -20/+18 |
| | | | | | Conflicts: gr-utils/python/modtool/modtool_newmod.py | ||||
* | modtool: Fixes for in-tree adds, argument parsing (&-bug) | Martin Braun | 2013-10-28 | 1 | -1/+4 |
| | |||||
* | build: removed last references to GRUEL. | Tom Rondeau | 2013-04-01 | 1 | -2/+0 |
| | | | | Also update qa_runtime to pull in qa_pmt tests. | ||||
* | modtool: Updated so new modules built find and link against gnuradio-runtime. | Tom Rondeau | 2013-03-27 | 1 | -2/+2 |
| | |||||
* | Merge branch 'master' into next | Johnathan Corgan | 2013-02-12 | 1 | -0/+156 |
Conflicts: gr-utils/python/create-gnuradio-out-of-tree-project |