summaryrefslogtreecommitdiff
path: root/gr-utils/python/modtool
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | Merge branch 'master' into nextJohnathan Corgan2016-02-261-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into nextJohnathan Corgan2016-02-212-6/+11
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: gr-utils/python/modtool/templates.py
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge remote-tracking branch 'mbr0wn/modtool/mako' into nextJohnathan Corgan2015-12-295-340/+304
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | modtool: Switched over to mako template engineMartin Braun2015-12-285-340/+304
| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | modtool: Fix typo in cmake ModuleJohannes Schmitz2018-07-181-1/+1
| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | tests: fixed python template - import error and styleGilad Beeri2018-07-101-7/+7
| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | gr-newmod: Pylint fixes in python scriptsSwapnil Negi2018-04-282-91/+90
| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | gr_modtool rm: block candidatesSwapnil Negi2018-04-281-1/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes 1604
* | | | | | | | | | | | | | | | | | modtool: Pylint error fixesSwapnil Negi2018-04-069-112/+105
| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | docs: reproducible doxygen buildsA. Maitland Bottoms2018-03-272-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Eradicates HTML and documentation time stamps.
* | | | | | | | | | | | | | | | | | modtool: Improve check for block(s) removalSwapnil Negi2018-03-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #1675
* | | | | | | | | | | | | | | | | | modtool: add option for copyrightholderSwapnil Negi2018-03-2227-26/+68
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fixes #1587
* | | | | | | | | | | | | | | | | | modtool: Avoid creation of same blocknameSwapnil Negi2018-03-221-10/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #1678
* | | | | | | | | | | | | | | | | | modtool: SequenceCompleter has default [] sequenceMarcus Müller2018-02-081-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #1602, where SequenceCompleter was called from `gr_modtool rm` without any argument. Note that the longer-term goal is still to amend the `rm` statement's code to prepare a good list of candidates instead of reducing the usage of SequenceCompleter to just enabling readline editing capabilities.
* | | | | | | | | | | | | | | | | | modtool_add: __exit__ now takes 4 arguments, instead of noneMarcus Müller2018-02-052-3/+3
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | | | | | | | | | | | | | | Merge branch 'maint'Martin Braun2018-02-031-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | 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
* | | | | | | | | | | | | | | | | Comment typo fixing.luz.paz2018-02-038-10/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Luzpaz went ahead and found typos using `codespell -q 3`.
* | | | | | | | | | | | | | | | | Adding readline capabilities to gr_modtoolMarcus Müller2018-02-033-9/+42
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * main advantage: better line editing * tab-completion for gr_modtool add
* | | | | | | | | | | | | | | | sort input filesBernhard M. Wiedemann2017-06-052-2/+2
| |_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | | | | | | | | | | | | Modified add_custom_command to not try to execute ""Marcus Müller2017-02-151-2/+2
|/ / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | former custom command called ""; this works fine on build systems were this is expanded by shell, but fails on some of my systems where add_custom_command's COMMAND parameter is directly executed (because there's no executable "").
* | | | | | | | | | | | | / Use -undefined dynamic_lookup linkage for python on macos in newmodkolen2017-01-261-1/+6
| |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | |
* | | | | | | | | | | | | utils: Set cmake policies to suppress warnings for OOT modules.Ron Economos2016-11-271-0/+17
| |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |
* | | | | | | | | | | | Merge remote-tracking branch 'github/maint-remove-obsolete-doxygen-XML-tags' ↵Johnathan Corgan2016-11-222-24/+0
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | into maint
| * | | | | | | | | | | remove obsolete doxygen XML tagsA. Maitland Bottoms2016-11-212-24/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | "The items XML_SCHEMA and XML_DTD are not used and there is no plan for using them, so declared obsolete." -- Ddoxygen commit ba31ee73aad3bdc6b3854add2db01c302c9cf19c This patch reduces noise about obsolete settings from Doxygen.
* | | | | | | | | | | | Merge branch 'maint'Johnathan Corgan2016-10-281-0/+8
|\| | | | | | | | | | | | |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
| * | | | | | | | | | Sync modtool GrPlatform.cmake with main GNURadio version.Philip Balister2016-10-251-0/+8
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This picks up a change needed to build OOT modules for OpenEmbedded builds that use /lib64 on the target. Signed-off-by: Philip Balister <philip@balister.org>
* / | | | | | | | | modtool: update python docstring generationSebastian Müller2016-08-152-46/+183
|/ / / / / / / / /
* | | | | | | | / modtool: add basic support for GRC modules in block treeSebastian Koslowski2016-06-022-2/+2
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Merge remote-tracking branch 'mbr0wn/modtool/versioning'Johnathan Corgan2016-05-272-7/+18
|\ \ \ \ \ \ \ \
| * | | | | | | | modtool: Added version support for OOTsMartin Braun2016-05-242-7/+18
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Merge branch 'maint'Johnathan Corgan2016-05-271-3/+2
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | modtool: Allow c++ instead of cpp on the command lineMartin Braun2016-05-211-3/+2
| | | | | | | |
* | | | | | | | Merge remote-tracking branch 'mhostetter/master'Johnathan Corgan2016-04-141-0/+6
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | Added CMake code to find a PyBOMBS installation target and install the OOT ↵mhostetter2016-04-091-0/+6
| | |_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | module there.
* | | | | | | Merge branch 'maint'Nathan West2016-04-111-2/+2
|\ \ \ \ \ \ \ | |/ / / / / / |/| / / / / / | |/ / / / /
| * | | | | gr_modtool rename: fix description and aliasAndré Løfaldli2016-04-111-2/+2
| | | | | | | | | | | | | | | | | | same changes as in #778, but in a single commit and based off `maint`
* | | | | | Merge branch 'maint'Johnathan Corgan2016-03-302-0/+4
|\| | | | | | |_|_|_|/ |/| | | |
| * | | | Updated gr_modtool CMake files to properly handle template expansion. ↵Jacob Gilbert2016-03-292-0/+4
| | | | | | | | | | | | | | | | | | | | Previously template expansion failed due to incorrectly configured python paths
* | | | | Merge branch 'maint'Johnathan Corgan2016-02-261-1/+1
|\| | | | | |_|_|/ |/| | |
| * | | gr_modtool: gr_modtool rename command attempts to move GRC XML files based ↵Jacob Gilbert2016-02-211-1/+1
| |/ / | | | | | | | | | on block name, however it creates them with the module name prefixed, and attempts to move the wrong files. This fixes that behavior
* | | 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-102-4/+9
|/ / | | | | | | fillout name in LICENSE file.
* / Fix 64 bit OpenEmbedded builds.Philip Balister2015-12-281-3/+3
|/ | | | | | | | | | GNU Radio is looking at files on the build system to determine if it should use the lib64 directory. This doesn't work on cross builds. Do not set REDHAT, DEBIAN, or SLACKWARE if cross compiling. Also fix gr-newmod so modules do the right thing. Signed-off-by: Philip Balister <philip@balister.org>
* Merge branch 'maint'Johnathan Corgan2015-09-201-0/+9
|\
| * modtool: Add hint regarding python blocks + makexmlMartin Braun2015-09-151-0/+9
| |
* | modtool: change template to agree more with GR coding styleFelix Wunsch2015-08-281-74/+74
|/
* modtool: Fix bug where gr_modtool rm messes up the C++ QA sectionMartin Braun2015-06-141-2/+32
| | | | | | | | | This bug was originally reported by chenzhubattg. Previously, C++ QA files weren't properly removed from lib/CMakeLists.txt, such that the path to the file was left in the CMake file, making it invalid. This fixes a bug in the cmake_editor.py module, which previously had a too lenient regex.
* modtool: Fixed correct pointer arg type strippingMartin Braun2015-05-201-3/+10
|
* modtool: update manifest based on CGRAN meetingNathan West2015-03-311-3/+1
|