Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
* | Merge branch 'maint' | Johnathan Corgan | 2013-10-28 | 4 | -11/+25 |
|\ | |||||
| * | modtool: Fixes for in-tree adds, argument parsing (&-bug) | Martin Braun | 2013-10-28 | 4 | -11/+25 |
| | | |||||
* | | gr_modtool: install a howtoConfig.cmake when creating new out of tree ↵ | Tim O'Shea | 2013-10-12 | 4 | -0/+39 |
| | | | | | | | | modules, this will allow other cmake modules to be able to easily find and link against it in a clean way | ||||
* | | modtool: Added example dir to encourage people to add examples | Martin Braun | 2013-10-09 | 1 | -0/+4 |
|/ | |||||
* | modtool: fix broken commit d09f1c3d | Johnathan Corgan | 2013-09-07 | 1 | -0/+1 |
| | |||||
* | modtool: fix GRC XML file creation when no args | Johnathan Corgan | 2013-09-07 | 1 | -2/+4 |
| | | | | Fixes bug where no args produces ($) in make clause | ||||
* | Merge branch 'maint' | Tom Rondeau | 2013-08-27 | 1 | -1/+30 |
|\ | |||||
| * | modtool: forces another check for include dirs and libraries when looking ↵ | Tom Rondeau | 2013-08-27 | 1 | -1/+30 |
| | | | | | | | | for gnuradio-runtime. Similar to how GnuradioConfig.cmake looks for components. | ||||
* | | Merge branch 'maint' | Tom Rondeau | 2013-08-26 | 1 | -1/+8 |
|\| | |||||
| * | utils: Fixes grcc to exit with an error code in case of a compilation error. | Julien Olivain | 2013-08-26 | 1 | -1/+8 |
| | | |||||
* | | Merge remote-tracking branch 'pinkavaj/gr_modtool_mod_detection_00' | Johnathan Corgan | 2013-08-16 | 1 | -1/+2 |
|\ \ | |||||
| * | | modtool: fix detection of GNU Radio module directory | Jiri Pinkava | 2013-07-20 | 1 | -1/+2 |
| | | | |||||
* | | | Merge remote-tracking branch 'pinkavaj/gr_modtool_cmake_01' | Johnathan Corgan | 2013-08-16 | 1 | -1/+2 |
|\ \ \ | |||||
| * | | | modtool: fix finding gnuradio-runtime | Jiri Pinkava | 2013-07-20 | 1 | -1/+2 |
| |/ / | | | | | | | | | | | | | pkg-config does not set variables when falls to default values, particulary include dirs, thus we need check only if libs are set | ||||
* | / | removed *out from sinks, *in from sources | Marcus Müller | 2013-07-26 | 1 | -0/+8 |
| |/ |/| | |||||
* | | modtool: fixes problem of using templates in OOT projects created with modtool. | Tom Rondeau | 2013-07-24 | 3 | -0/+281 |
| | | |||||
* | | build: require Python v2 for build configuration | Jiri Pinkava | 2013-07-20 | 3 | -4/+4 |
| | | |||||
* | | Merge remote-tracking branch 'mmueller/modtool_py_utf8' into maint | Johnathan Corgan | 2013-07-20 | 1 | -0/+2 |
|\ \ | |/ |/| | |||||
| * | added utf8 encoding line to python templates | Marcus Müller | 2013-05-31 | 1 | -0/+2 |
| | | | | | | | | | | | | | | python breaks if it encounters special characters in files without specified encoding. Which is especially funny if you've got umlauts in your name. | ||||
* | | grc: fix to allow grcc to execute in headless mode | Roy Thompson | 2013-07-03 | 1 | -0/+3 |
| | | |||||
* | | Merge branch 'maint' | Johnathan Corgan | 2013-06-13 | 1 | -0/+1 |
| | | |||||
* | | utils: add missing CMake include | Johnathan Corgan | 2013-06-04 | 1 | -0/+2 |
| | | |||||
* | | uninstalled import: Updatings blocks, fec, uhd, and filter so that ↵ | Ben Reynwar | 2013-06-04 | 25 | -2/+0 |
|/ | | | | uninstalled import works with recent changes. | ||||
* | modtool: Fixes for intial templates of a block. | Tom Rondeau | 2013-05-24 | 3 | -18/+27 |
| | | | | | 1. adds '$' to args in the GRC xml <make> tag. 2. sets <+ITYPE+> and <+OTYPE+> for all I/O data types in io_signature and in work functions to be more clear what needs modification. | ||||
* | build: move from using runtime_swig.i to gnuradio.i to reduce memory load ↵ | Tom Rondeau | 2013-05-23 | 1 | -1/+1 |
| | | | | | | while building. py_feval destructor issue needs fixing. |