Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' into next | Johnathan Corgan | 2016-07-25 | 1 | -4/+10 |
|\ | |||||
| * | utils: adapt grcc to refactored grc code | Sebastian Koslowski | 2016-07-07 | 1 | -4/+10 |
| | | |||||
* | | modtool: fix license formating | Jiří Pinkava | 2016-06-28 | 1 | -1/+1 |
| | | |||||
* | | modtool: fix template - copyrightholder filed | Jiří Pinkava | 2016-06-28 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'master' into next | Johnathan Corgan | 2016-06-20 | 1 | -1/+1 |
|\| | | | | | | | | | | | Conflicts: gr-atsc/lib/qa_atsci_fake_single_viterbi.cc gr-atsc/lib/qa_atsci_single_viterbi.cc | ||||
| * | Merge branch 'maint' | Johnathan Corgan | 2016-06-20 | 1 | -1/+1 |
| |\ | |||||
| | * | Spelling fixes throughout the tree. | A. Maitland Bottoms | 2016-06-20 | 1 | -1/+1 |
| | | | |||||
* | | | Merge branch 'master' into next | Johnathan Corgan | 2016-06-06 | 2 | -2/+2 |
|\| | | | | | | | | | | | | | | Conflicts: gr-utils/python/modtool/templates.py | ||||
| * | | modtool: add basic support for GRC modules in block tree | Sebastian Koslowski | 2016-06-02 | 2 | -2/+2 |
| | | | |||||
* | | | Merge branch 'master' into next | Johnathan Corgan | 2016-05-27 | 3 | -10/+20 |
|\| | | |||||
| * | | Merge remote-tracking branch 'mbr0wn/modtool/versioning' | Johnathan Corgan | 2016-05-27 | 2 | -7/+18 |
| |\ \ | |||||
| | * | | modtool: Added version support for OOTs | Martin Braun | 2016-05-24 | 2 | -7/+18 |
| | | | | |||||
| * | | | Merge branch 'maint' | Johnathan Corgan | 2016-05-27 | 1 | -3/+2 |
| |\ \ \ | | |/ / | |/| / | | |/ | |||||
| | * | modtool: Allow c++ instead of cpp on the command line | Martin Braun | 2016-05-21 | 1 | -3/+2 |
| | | | |||||
* | | | grcc: replace OptionParser by ArgumentParser | Jiří Pinkava | 2016-05-03 | 1 | -14/+11 |
| | | | |||||
* | | | Merge branch 'master' into next | Johnathan Corgan | 2016-04-14 | 1 | -0/+6 |
|\| | | |||||
| * | | Merge remote-tracking branch 'mhostetter/master' | Johnathan Corgan | 2016-04-14 | 1 | -0/+6 |
| |\ \ | |||||
| | * | | Added CMake code to find a PyBOMBS installation target and install the OOT ↵ | mhostetter | 2016-04-09 | 1 | -0/+6 |
| | | | | | | | | | | | | | | | | module there. | ||||
* | | | | Merge branch 'master' into next | Nathan West | 2016-04-11 | 1 | -2/+2 |
|\| | | | |||||
| * | | | Merge branch 'maint' | Nathan West | 2016-04-11 | 1 | -2/+2 |
| |\ \ \ | | |/ / | |/| / | | |/ | |||||
| | * | gr_modtool rename: fix description and alias | André Løfaldli | 2016-04-11 | 1 | -2/+2 |
| | | | | | | | | | same changes as in #778, but in a single commit and based off `maint` | ||||
* | | | Merge branch 'master' into next | Johnathan Corgan | 2016-03-30 | 2 | -0/+4 |
|\| | | |||||
| * | | Merge branch 'maint' | Johnathan Corgan | 2016-03-30 | 2 | -0/+4 |
| |\| | |||||
| | * | Updated gr_modtool CMake files to properly handle template expansion. ↵ | Jacob Gilbert | 2016-03-29 | 2 | -0/+4 |
| | | | | | | | | | | | | Previously template expansion failed due to incorrectly configured python paths | ||||
* | | | Merge branch 'master' into next | Johnathan Corgan | 2016-02-26 | 1 | -1/+1 |
|\| | | |||||
| * | | Merge branch 'maint' | Johnathan Corgan | 2016-02-26 | 1 | -1/+1 |
| |\| | |||||
| | * | gr_modtool: gr_modtool rename command attempts to move GRC XML files based ↵ | Jacob Gilbert | 2016-02-21 | 1 | -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 next | Johnathan Corgan | 2016-02-21 | 2 | -6/+11 |
|\| | | | | | | | | | | | | | | Conflicts: gr-utils/python/modtool/templates.py | ||||
| * | | gr_modtool: add test on license_file for option --copyright. fix typo | Andrej Rode | 2016-02-12 | 1 | -6/+7 |
| | | | |||||
| * | | gr-utils: modtool: add option --copyright to add function to automatically ↵ | Andrej Rode | 2016-02-10 | 2 | -4/+9 |
| |/ | | | | | | | fillout name in LICENSE file. | ||||
* | | Merge branch 'master' into next | Johnathan Corgan | 2016-01-17 | 1 | -1/+1 |
|\| | |||||
| * | gr-utils: Update error message | iohannez | 2016-01-17 | 1 | -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 next | Johnathan Corgan | 2015-12-29 | 5 | -340/+304 |
|\ \ | |/ |/| | |||||
| * | modtool: Switched over to mako template engine | Martin Braun | 2015-12-28 | 5 | -340/+304 |
| | | |||||
* | | Fix 64 bit OpenEmbedded builds. | Philip Balister | 2015-12-28 | 1 | -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 Corgan | 2015-09-20 | 1 | -0/+9 |
|\ | |||||
| * | modtool: Add hint regarding python blocks + makexml | Martin Braun | 2015-09-15 | 1 | -0/+9 |
| | | |||||
* | | modtool: change template to agree more with GR coding style | Felix Wunsch | 2015-08-28 | 1 | -74/+74 |
|/ | |||||
* | modtool: Fix bug where gr_modtool rm messes up the C++ QA section | Martin Braun | 2015-06-14 | 1 | -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 stripping | Martin Braun | 2015-05-20 | 1 | -3/+10 |
| | |||||
* | modtool: update manifest based on CGRAN meeting | Nathan West | 2015-03-31 | 1 | -3/+1 |
| | |||||
* | Merge remote-tracking branch 'mbr0wn/modtool/cgran' | Johnathan Corgan | 2015-03-22 | 1 | -0/+18 |
|\ | |||||
| * | modtool: Added sample manifest file | Martin Braun | 2015-03-20 | 1 | -0/+18 |
| | | |||||
* | | Merge branch 'maint' | Johnathan Corgan | 2015-03-22 | 1 | -1/+1 |
|\ \ | |/ |/| | |||||
| * | modtool: Bugfix for info command, would confuse in- and out-of-tree components | Martin Braun | 2015-03-19 | 1 | -1/+1 |
| | | |||||
* | | cmake: In Python files only, remove all shebanging (anywhere) then prepend ↵ | Michael Dickens | 2015-02-19 | 1 | -2/+1 |
| | | | | | | | | that used for GNU Radio. | ||||
* | | Added interactive language selection, renamed "code type" to "block | Tim Kuester | 2015-01-21 | 1 | -4/+13 |
| | | | | | | | | type" to be more descriptive. | ||||
* | | Merge remote-tracking branch 'jdemel/modtool/rename' | Johnathan Corgan | 2015-01-13 | 3 | -0/+202 |
|\ \ | |/ |/| | |||||
| * | modtool/rename: squashed commits for pull request. | Johannes Demel | 2015-01-13 | 3 | -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 grcc | Sebastian Koslowski | 2014-11-06 | 1 | -10/+19 |
| | |