Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | |||||
* | | 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 | 4 | -4/+4 |
| | | | | 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). | ||||
* | Merge branch 'maint' | Johnathan Corgan | 2014-05-16 | 1 | -1/+5 |
|\ | | | | | | | | | Conflicts: gr-filter/python/filter/qa_pfb_channelizer.py | ||||
| * | utils: Added try: clause for SWIG import, fixing python-only OOT modules | Marcus Müller | 2014-05-16 | 1 | -1/+5 |
| | | | | | | | | | | __init__.py used to throw an ImportError when trying to load a python-only OOT module. | ||||
* | | modtool: Updates to OOT docs, enables doxygen, removes some doxygen warnings | Martin Braun | 2014-03-13 | 3 | -306/+1110 |
|/ | |||||
* | Merge branch 'maint' | Tom Rondeau | 2014-02-16 | 2 | -0/+14 |
|\ | |||||
| * | modtool: added skipping of lib/ and swig/ if sources list is empty | Marcus Müller | 2014-02-12 | 2 | -0/+14 |
| | | |||||
* | | modtool: linkage info for OSX | Martin Braun | 2014-01-15 | 1 | -0/+6 |
| | | |||||
* | | Merge branch 'maint' | Tom Rondeau | 2013-12-09 | 1 | -1/+1 |
|\| | |||||
| * | gr-modtool: fix typo in howtoConfig.cmake | Tim O'Shea | 2013-12-09 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'maint' | Johnathan Corgan | 2013-12-06 | 1 | -1/+1 |
|\| | |||||
| * | utils: fix typo in gr_plot_const | Johnathan Corgan | 2013-12-06 | 1 | -1/+1 |
| | | |||||
* | | modtool: Added git support | Martin Braun | 2013-11-27 | 8 | -23/+300 |
| | | |||||
* | | modtool: no more exit() in modtool package | Sebastian Koslowski | 2013-11-27 | 11 | -110/+105 |
| | | | | | | | | | | Conflicts: gr-utils/python/modtool/modtool_newmod.py | ||||
* | | Merge branch 'modtool-dashes' into modtool-git | Martin Braun | 2013-11-27 | 1 | -1/+1 |
|\| | |||||
| * | modtool: dashes no longer allowed in modnames at all (fixes #619) | Martin Braun | 2013-11-27 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'maint' | Johnathan Corgan | 2013-11-21 | 3 | -10/+36 |
|\| | |||||
| * | modtool: bugfixes for in-tree operation (include paths, license, cmake editing) | Martin Braun | 2013-11-19 | 3 | -10/+36 |
| | | |||||
* | | modtool: relax the OOT module detection regex | Martin Braun | 2013-11-13 | 1 | -2/+1 |
| | | |||||
* | | modtool: start defaulting to GnuradioConfig when searching for GR. | Tom Rondeau | 2013-11-13 | 2 | -13/+8 |
|/ | | | | This also defaults to using GNURADIO_ALL_INCLUDE_DIRS and GNURADIO_ALL_LIBRARIES to make it even easier to link against GR components. | ||||
* | modtool: Since blocks is needed in 99% of the QA codes, it goes into the ↵ | Martin Braun | 2013-10-29 | 1 | -0/+1 |
| | | | | template |