summaryrefslogtreecommitdiff
path: root/gr-utils/python
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into nextJohnathan Corgan2016-07-251-4/+10
|\
| * utils: adapt grcc to refactored grc codeSebastian Koslowski2016-07-071-4/+10
| |
* | 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-201-1/+1
|\| | | | | | | | | | | Conflicts: gr-atsc/lib/qa_atsci_fake_single_viterbi.cc gr-atsc/lib/qa_atsci_single_viterbi.cc
| * Merge branch 'maint'Johnathan Corgan2016-06-201-1/+1
| |\
| | * Spelling fixes throughout the tree.A. Maitland Bottoms2016-06-201-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
| | |
* | | grcc: replace OptionParser by ArgumentParserJiří Pinkava2016-05-031-14/+11
| | |
* | | 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.
* | Merge branch 'master' into nextJohnathan Corgan2016-01-171-1/+1
|\|
| * gr-utils: Update error messageiohannez2016-01-171-1/+1
| | | | | | | | | | | | | | | | | | | | Prevent people from running into the problem that "import pylab" doesn't work because python tkinter is not installed. For example on a fresh Ubuntu or Mint system it is not enough to install python-matplotlib. However, the true error message: "ImportError: No module named _tkinter, please install the python-tk package" is obfuscated towards the user. Another good option would be to not catch this import error but just show the true error message from python to the user.
* | 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
| |
* | 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
|
* Merge remote-tracking branch 'mbr0wn/modtool/cgran'Johnathan Corgan2015-03-221-0/+18
|\
| * modtool: Added sample manifest fileMartin Braun2015-03-201-0/+18
| |
* | Merge branch 'maint'Johnathan Corgan2015-03-221-1/+1
|\ \ | |/ |/|
| * modtool: Bugfix for info command, would confuse in- and out-of-tree componentsMartin Braun2015-03-191-1/+1
| |
* | cmake: In Python files only, remove all shebanging (anywhere) then prepend ↵Michael Dickens2015-02-191-2/+1
| | | | | | | | that used for GNU Radio.
* | Added interactive language selection, renamed "code type" to "blockTim Kuester2015-01-211-4/+13
| | | | | | | | type" to be more descriptive.
* | Merge remote-tracking branch 'jdemel/modtool/rename'Johnathan Corgan2015-01-133-0/+202
|\ \ | |/ |/|
| * modtool/rename: squashed commits for pull request.Johannes Demel2015-01-133-0/+202
| | | | | | | | | | | | | | | | | | | | Added rename capability to gr_modtool modtool/rename: added python block support modtool/rename: added C++ QA code support modtool/rename: Removed superfluous print statements
* | utils: add error message output to grccSebastian Koslowski2014-11-061-10/+19
| |