Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | |||||
* | | | 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 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 | ||||
* | | cmake: modtool: update Modules to GR master | Michael Dickens | 2014-10-13 | 6 | -29/+402 |
| | | |||||
* | | cmake: modtool: update copyright date. | Michael Dickens | 2014-10-13 | 1 | -2/+1 |
| | | |||||
* | | cmake: modtool: make sure our local CMake Modules path comes first. | Michael Dickens | 2014-10-13 | 1 | -1/+2 |
| | | |||||
* | | cmake: modtool: On Apple only, set install name and use rpath correctly. | Michael Dickens | 2014-10-13 | 1 | -0/+20 |
| | | |||||
* | | cmake: modtool: allow the use of a MODULES_DIR to specify where cmake ↵ | Michael Dickens | 2014-10-13 | 1 | -1/+5 |
|/ | | | | modules are installed. | ||||
* | cmake: add parallel build fix to gr_modtool template | Johnathan Corgan | 2014-08-21 | 1 | -0/+304 |
| | |||||
* | Merge remote-tracking branch 'martin/modtool/bugfix' into maint | Johnathan Corgan | 2014-08-17 | 1 | -1/+1 |
|\ | |||||
| * | modtool: Fixed a bug in makexml for int-type io signatures | Martin Braun | 2014-08-13 | 1 | -1/+1 |
| | | |||||
* | | modtool: removing RTLD_GLOBAL hack for swig in gr-modtool. | Tom Rondeau | 2014-08-11 | 1 | -24/+0 |
|/ | | | | This was removed from GNU Radio a while ago due to newer issues. Looks like it's affecting OOT modules as well. | ||||
* | build: adding fstream include files for pedantic compilers. | Tom Rondeau | 2014-07-25 | 1 | -0/+1 |
| | |||||
* | Removing trailing/extra whitespaces before release. | Tom Rondeau | 2014-07-07 | 2 | -2/+2 |
| | | | | We should be more careful about letting these into the code in the future. In emacs, we can use (add-hook 'before-save-hook 'delete-trailing-whitespace). |