summaryrefslogtreecommitdiff
path: root/gr-utils/python
Commit message (Collapse)AuthorAgeFilesLines
* cmake: add parallel build fix to gr_modtool templateJohnathan Corgan2014-08-211-0/+304
|
* Merge remote-tracking branch 'martin/modtool/bugfix' into maintJohnathan Corgan2014-08-171-1/+1
|\
| * modtool: Fixed a bug in makexml for int-type io signaturesMartin Braun2014-08-131-1/+1
| |
* | modtool: removing RTLD_GLOBAL hack for swig in gr-modtool.Tom Rondeau2014-08-111-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 Rondeau2014-07-251-0/+1
|
* Removing trailing/extra whitespaces before release.Tom Rondeau2014-07-074-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 Corgan2014-05-161-1/+5
|\ | | | | | | | | Conflicts: gr-filter/python/filter/qa_pfb_channelizer.py
| * utils: Added try: clause for SWIG import, fixing python-only OOT modulesMarcus Müller2014-05-161-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 warningsMartin Braun2014-03-133-306/+1110
|/
* Merge branch 'maint'Tom Rondeau2014-02-162-0/+14
|\
| * modtool: added skipping of lib/ and swig/ if sources list is emptyMarcus Müller2014-02-122-0/+14
| |
* | modtool: linkage info for OSXMartin Braun2014-01-151-0/+6
| |
* | Merge branch 'maint'Tom Rondeau2013-12-091-1/+1
|\|
| * gr-modtool: fix typo in howtoConfig.cmakeTim O'Shea2013-12-091-1/+1
| |
* | Merge branch 'maint'Johnathan Corgan2013-12-061-1/+1
|\|
| * utils: fix typo in gr_plot_constJohnathan Corgan2013-12-061-1/+1
| |
* | modtool: Added git supportMartin Braun2013-11-278-23/+300
| |
* | modtool: no more exit() in modtool packageSebastian Koslowski2013-11-2711-110/+105
| | | | | | | | | | Conflicts: gr-utils/python/modtool/modtool_newmod.py
* | Merge branch 'modtool-dashes' into modtool-gitMartin Braun2013-11-271-1/+1
|\|
| * modtool: dashes no longer allowed in modnames at all (fixes #619)Martin Braun2013-11-271-1/+1
| |
* | Merge branch 'maint'Johnathan Corgan2013-11-213-10/+36
|\|
| * modtool: bugfixes for in-tree operation (include paths, license, cmake editing)Martin Braun2013-11-193-10/+36
| |
* | modtool: relax the OOT module detection regexMartin Braun2013-11-131-2/+1
| |
* | modtool: start defaulting to GnuradioConfig when searching for GR.Tom Rondeau2013-11-132-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 Braun2013-10-291-0/+1
| | | | template
* Merge branch 'maint'Johnathan Corgan2013-10-284-11/+25
|\
| * modtool: Fixes for in-tree adds, argument parsing (&-bug)Martin Braun2013-10-284-11/+25
| |
* | gr_modtool: install a howtoConfig.cmake when creating new out of tree ↵Tim O'Shea2013-10-124-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 examplesMartin Braun2013-10-091-0/+4
|/
* modtool: fix broken commit d09f1c3dJohnathan Corgan2013-09-071-0/+1
|
* modtool: fix GRC XML file creation when no argsJohnathan Corgan2013-09-071-2/+4
| | | | Fixes bug where no args produces ($) in make clause
* Merge branch 'maint'Tom Rondeau2013-08-271-1/+30
|\
| * modtool: forces another check for include dirs and libraries when looking ↵Tom Rondeau2013-08-271-1/+30
| | | | | | | | for gnuradio-runtime. Similar to how GnuradioConfig.cmake looks for components.
* | Merge branch 'maint'Tom Rondeau2013-08-261-1/+8
|\|
| * utils: Fixes grcc to exit with an error code in case of a compilation error.Julien Olivain2013-08-261-1/+8
| |
* | Merge remote-tracking branch 'pinkavaj/gr_modtool_mod_detection_00'Johnathan Corgan2013-08-161-1/+2
|\ \
| * | modtool: fix detection of GNU Radio module directoryJiri Pinkava2013-07-201-1/+2
| | |
* | | Merge remote-tracking branch 'pinkavaj/gr_modtool_cmake_01'Johnathan Corgan2013-08-161-1/+2
|\ \ \
| * | | modtool: fix finding gnuradio-runtimeJiri Pinkava2013-07-201-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 sourcesMarcus Müller2013-07-261-0/+8
| |/ |/|
* | modtool: fixes problem of using templates in OOT projects created with modtool.Tom Rondeau2013-07-243-0/+281
| |
* | build: require Python v2 for build configurationJiri Pinkava2013-07-203-4/+4
| |
* | Merge remote-tracking branch 'mmueller/modtool_py_utf8' into maintJohnathan Corgan2013-07-201-0/+2
|\ \ | |/ |/|
| * added utf8 encoding line to python templatesMarcus Müller2013-05-311-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 modeRoy Thompson2013-07-031-0/+3
| |
* | Merge branch 'maint'Johnathan Corgan2013-06-131-0/+1
| |
* | utils: add missing CMake includeJohnathan Corgan2013-06-041-0/+2
| |
* | uninstalled import: Updatings blocks, fec, uhd, and filter so that ↵Ben Reynwar2013-06-0425-2/+0
|/ | | | uninstalled import works with recent changes.
* modtool: Fixes for intial templates of a block.Tom Rondeau2013-05-243-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 Rondeau2013-05-231-1/+1
| | | | | | while building. py_feval destructor issue needs fixing.