summaryrefslogtreecommitdiff
path: root/gr-utils/python/modtool/templates.py
Commit message (Collapse)AuthorAgeFilesLines
* modtool: gr-modtool overhaul GSoC 2018Swapnil Negi2019-01-041-786/+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.
* Fix invalid escape sequences.Clayton Smith2018-11-011-8/+8
|
* modtool: Fix templating syntax error in C++ noblock template for pre-3.7 OOTsMartin Braun2018-10-221-1/+1
|
* modtool: OOTs use Boost.UTF, CMake 3.8-AwareMartin Braun2018-10-221-1/+20
| | | | | | | - 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-283/+265
|\
| * python3: update non-GRC components to use python2 or python3Douglas Anderson2017-02-261-0/+1
| |
| * modtool: replace OptionParser by ArgumentParserJiří Pinkava2016-06-301-6/+0
| |
| * modtool: fix template - copyrightholder filedJiří Pinkava2016-06-281-1/+1
| |
| * Merge branch 'master' into nextJohnathan Corgan2016-06-061-1/+1
| |\ | | | | | | | | | | | | Conflicts: gr-utils/python/modtool/templates.py
| * \ Merge branch 'master' into nextJohnathan Corgan2016-02-211-2/+1
| |\ \ | | | | | | | | | | | | | | | | Conflicts: gr-utils/python/modtool/templates.py
| * | | modtool: Switched over to mako template engineMartin Braun2015-12-281-279/+267
| | | |
* | | | tests: fixed python template - import error and styleGilad Beeri2018-07-101-7/+7
| | | |
* | | | utils: gr_modtool template uses 'numpy.float' which defaults to ↵Jacob Gilbert2018-02-031-2/+2
| |_|/ |/| | | | | | | | double-precision floating point instead of 'numpy.float32' which is single precision and what GR expects
* | | modtool: add basic support for GRC modules in block treeSebastian Koslowski2016-06-021-1/+1
| |/ |/|
* | gr-utils: modtool: add option --copyright to add function to automatically ↵Andrej Rode2016-02-101-1/+1
|/ | | | fillout name in LICENSE file.
* modtool: change template to agree more with GR coding styleFelix Wunsch2015-08-281-74/+74
|
* modtool: bugfixes for in-tree operation (include paths, license, cmake editing)Martin Braun2013-11-191-7/+28
|
* modtool: Since blocks is needed in 99% of the QA codes, it goes into the ↵Martin Braun2013-10-291-0/+1
| | | | template
* removed *out from sinks, *in from sourcesMarcus Müller2013-07-261-0/+8
|
* added utf8 encoding line to python templatesMarcus Müller2013-05-311-0/+2
| | | | | | | python breaks if it encounters special characters in files without specified encoding. Which is especially funny if you've got umlauts in your name.
* modtool: Fixes for intial templates of a block.Tom Rondeau2013-05-241-18/+19
| | | | | 1. adds '$' to args in the GRC xml <make> tag. 2. sets <+ITYPE+> and <+OTYPE+> for all I/O data types in io_signature and in work functions to be more clear what needs modification.
* modtool: update noblock for new api.Tom Rondeau2013-05-141-0/+2
|
* Merge branch 'master' into nextTom Rondeau2013-05-141-1/+6
|
* Merge branch 'next' into runtime_pimplJohnathan Corgan2013-05-131-1/+1
|\ | | | | | | | | | | | | | | | | | | | | Conflicts: gr-blocks/swig/blocks_swig0.i gr-digital/lib/ofdm_chanest_vcvc_impl.cc gr-digital/lib/ofdm_frame_equalizer_vcvc_impl.cc gr-digital/lib/ofdm_frame_equalizer_vcvc_impl.h gr-digital/lib/ofdm_sync_sc_cfb_impl.cc gr-digital/lib/packet_header_default.cc gr-digital/lib/packet_headerparser_b_impl.cc
| * Merge branch 'master' into nextJohnathan Corgan2013-05-121-1/+1
| |
* | modtool: updated to pimpl formatMartin Braun2013-05-021-10/+10
|/
* Merge branch 'master' into nextTom Rondeau2013-03-271-2/+2
|
* modtool: added tagged_stream block as an optionMartin Braun2013-03-171-19/+52
|
* Merge branch 'master' into nextTom Rondeau2013-03-131-2/+2
| | | | | | | | | | | | | | | | Conflicts: gr-audio/lib/CMakeLists.txt gr-blocks/include/blocks/CMakeLists.txt gr-blocks/include/blocks/socket_pdu.h gr-blocks/lib/CMakeLists.txt gr-blocks/swig/blocks_swig.i gr-comedi/src/CMakeLists.txt gr-howto-write-a-block/lib/CMakeLists.txt gr-noaa/lib/CMakeLists.txt gr-qtgui/lib/CMakeLists.txt gr-uhd/lib/CMakeLists.txt gr-vocoder/lib/CMakeLists.txt gr-wavelet/lib/CMakeLists.txt
* Merge branch 'master' into nextTom Rondeau2013-02-261-1/+1
|
* Merge branch 'master' into nextTom Rondeau2013-02-211-8/+6
|
* Merge branch 'master' into nextJohnathan Corgan2013-02-121-0/+714
Conflicts: gr-utils/python/create-gnuradio-out-of-tree-project