summaryrefslogtreecommitdiff
path: root/gr-utils/python/modtool
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into nextMartin Braun2018-02-0311-19/+51
|\
| * 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
* | | Merge branch 'master' into nextJohnathan Corgan2017-06-222-2/+2
|\| |
| * | 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.
* | | Merge branch 'master' into nextJohnathan Corgan2017-03-151-2/+2
|\| |
| * | 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 "").
* | Merge branch 'master' into nextJohnathan Corgan2017-01-261-1/+6
|\|
| * Use -undefined dynamic_lookup linkage for python on macos in newmodkolen2017-01-261-1/+6
| |
* | Merge branch 'master' into nextJohnathan Corgan2016-11-271-0/+17
|\|
| * utils: Set cmake policies to suppress warnings for OOT modules.Ron Economos2016-11-271-0/+17
| |
* | Merge branch 'master' into nextJohnathan Corgan2016-11-222-24/+0
|\|
| * 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 'master' into nextJohnathan Corgan2016-10-281-0/+8
|\| | | | | | | | | | | | | | | | | | | | Conflicts: gr-digital/swig/CMakeLists.txt gr-digital/swig/digital_swig.i gr-trellis/swig/CMakeLists.txt
| * | 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>
* | | Merge branch 'master' into nextJohnathan Corgan2016-08-162-46/+183
|\| |
| * | modtool: update python docstring generationSebastian Müller2016-08-152-46/+183
| |/
* | Merge remote-tracking branch 'github/nuke-cpack' into nextJohnathan Corgan2016-08-035-20/+7
|\ \ | | | | | | | | | | | | Conflicts: gr-vocoder/CMakeLists.txt
| * | cmake: nuke cpack from existenceJohnathan Corgan2016-08-035-20/+7
| | | | | | | | | | | | | | | | | | CPack is not used, unmaintaned, and broken. This does not eliminate any MSVC build functionality.
* | | Merge remote-tracking branch 'github/require-logging' into nextJohnathan Corgan2016-08-031-43/+0
|\ \ \ | |/ / |/| |
| * | cmake: remove ENABLE_GR_LOG and require log4cppJohnathan Corgan2016-06-261-43/+0
| | |
* | | modtool: replace OptionParser by ArgumentParserJiří Pinkava2016-06-3013-222/+133
| | |
* | | modtool: fix license formatingJiří Pinkava2016-06-281-1/+1
| | |
* | | modtool: fix template - copyrightholder filedJiří Pinkava2016-06-281-1/+1
|/ /
* | Merge branch 'master' into nextJohnathan Corgan2016-06-062-2/+2
|\| | | | | | | | | Conflicts: gr-utils/python/modtool/templates.py
| * modtool: add basic support for GRC modules in block treeSebastian Koslowski2016-06-022-2/+2
| |
* | Merge branch 'master' into nextJohnathan Corgan2016-05-273-10/+20
|\|
| * 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 branch 'master' into nextJohnathan Corgan2016-04-141-0/+6
|\| |
| * | 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 'master' into nextNathan West2016-04-111-2/+2
|\| | |
| * | | 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 'master' into nextJohnathan Corgan2016-03-302-0/+4
|\| |
| * | 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 'master' into nextJohnathan Corgan2016-02-261-1/+1
|\| |
| * | 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
* | | Merge branch 'master' into nextJohnathan Corgan2016-02-212-6/+11
|\| | | | | | | | | | | | | | Conflicts: gr-utils/python/modtool/templates.py
| * | 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.