summaryrefslogtreecommitdiff
path: root/gr-utils/python/modtool/modtool_add.py
Commit message (Collapse)AuthorAgeFilesLines
* modtool: gr-modtool overhaul GSoC 2018Swapnil Negi2019-01-041-367/+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/+22
| | | | | | | - 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
* modtool: Py3k compat in modtool_addAndrej Rode2018-09-011-5/+8
|
* Merge remote-tracking branch 'origin/next' into merge_nextMarcus Müller2018-08-311-77/+62
|\
| * Merge branch 'python3_fix' into nextAndrej Rode2018-06-241-26/+29
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Manual merge conflict resolution has been applied to following conflicts: * Typos: * gnuradio-runtime/python/gnuradio/ctrlport/GrDataPlotter.py * gr-blocks/python/blocks/qa_wavfile.py * gr-filter/examples/gr_filtdes_api.py * grc/blocks/parameter.xml * gr-uhd/python/uhd/__init__.py * ValueError -> RuntimeError: * gr-blocks/python/blocks/qa_hier_block2.py * relative Imports & other Py3k: * gr-digital/python/digital/psk_constellations.py * gr-digital/python/digital/qam_constellations.py * gr-digital/python/digital/test_soft_decisions.py * gr-digital/python/digital/gfsk.py * SequenceCompleter: * gr-utils/python/modtool/modtool_add.py * gr-utils/python/modtool/modtool_rename.py * gr-utils/python/modtool/modtool_rm.py * Updated API on next: * gr-blocks/grc/blocks_file_source.xml * gr-blocks/python/blocks/qa_file_source_sink.py * gr-qtgui/grc/qtgui_time_sink_x.xml * GRC Py3k Updates: * grc/core/Block.py * grc/core/Constants.py * grc/core/Platform.py * grc/core/utils/odict.py * grc/gui/Actions.py * grc/gui/Block.py * grc/gui/Executor.py * grc/gui/Port.py
| | * Fix typos from switch to Python 3Håkon Vågsether2017-08-211-4/+4
| | |
| | * python3: update non-GRC components to use python2 or python3Douglas Anderson2017-02-261-26/+30
| | |
| * | Merge branch 'master' into nextMartin Braun2018-02-031-7/+11
| |\ \ | | |/ | |/|
| * | modtool: replace OptionParser by ArgumentParserJiří Pinkava2016-06-301-24/+20
| | |
| * | modtool: fix license formatingJiří Pinkava2016-06-281-1/+1
| | |
| * | Merge branch 'master' into nextJohnathan Corgan2016-05-271-3/+2
| |\ \
| * \ \ Merge branch 'master' into nextJohnathan Corgan2016-02-211-4/+10
| |\ \ \ | | | | | | | | | | | | | | | | | | | | Conflicts: gr-utils/python/modtool/templates.py
| * | | | modtool: Switched over to mako template engineMartin Braun2015-12-281-27/+5
| | | | |
* | | | | modtool: Pylint error fixesSwapnil Negi2018-04-061-37/+38
| | | | |
* | | | | modtool: add option for copyrightholderSwapnil Negi2018-03-221-1/+11
| | | | | | | | | | | | | | | | | | | | fixes #1587
* | | | | modtool: Avoid creation of same blocknameSwapnil Negi2018-03-221-10/+13
| | | | | | | | | | | | | | | | | | | | Fixes #1678
* | | | | modtool_add: __exit__ now takes 4 arguments, instead of noneMarcus Müller2018-02-051-1/+1
| |_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | Python defines __exit__ to take 4 arguments (self + error info); code only took 1, whih breaks if there is an exception thrown within the with: block. Addresses #1577.
* | | | Adding readline capabilities to gr_modtoolMarcus Müller2018-02-031-7/+12
| |_|/ |/| | | | | | | | | | | * main advantage: better line editing * tab-completion for gr_modtool add
* | | Merge branch 'maint'Johnathan Corgan2016-05-271-3/+2
|\ \ \ | |_|/ |/| |
| * | modtool: Allow c++ instead of cpp on the command lineMartin Braun2016-05-211-3/+2
| |/
* | gr_modtool: add test on license_file for option --copyright. fix typoAndrej Rode2016-02-121-6/+7
| |
* | gr-utils: modtool: add option --copyright to add function to automatically ↵Andrej Rode2016-02-101-3/+8
|/ | | | fillout name in LICENSE file.
* Added interactive language selection, renamed "code type" to "blockTim Kuester2015-01-211-4/+13
| | | | type" to be more descriptive.
* modtool: Added git supportMartin Braun2013-11-271-19/+29
|
* modtool: no more exit() in modtool packageSebastian Koslowski2013-11-271-23/+25
| | | | | Conflicts: gr-utils/python/modtool/modtool_newmod.py
* modtool: bugfixes for in-tree operation (include paths, license, cmake editing)Martin Braun2013-11-191-3/+4
|
* Merge branch 'maint'Johnathan Corgan2013-10-281-5/+7
|\
| * modtool: Fixes for in-tree adds, argument parsing (&-bug)Martin Braun2013-10-281-5/+7
| |
* | 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: added tagged_stream block as an optionMartin Braun2013-03-171-2/+2
|
* Merge branch 'master' into nextJohnathan Corgan2013-02-121-0/+310
Conflicts: gr-utils/python/create-gnuradio-out-of-tree-project