summaryrefslogtreecommitdiff
path: root/gr-utils/python/modtool
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'mbr0wn/modtool/mako' into nextJohnathan Corgan2015-12-295-340/+304
|\
| * modtool: Switched over to mako template engineMartin Braun2015-12-285-340/+304
| |
* | Fix 64 bit OpenEmbedded builds.Philip Balister2015-12-281-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 Corgan2015-09-201-0/+9
|\
| * modtool: Add hint regarding python blocks + makexmlMartin Braun2015-09-151-0/+9
| |
* | modtool: change template to agree more with GR coding styleFelix Wunsch2015-08-281-74/+74
|/
* modtool: Fix bug where gr_modtool rm messes up the C++ QA sectionMartin Braun2015-06-141-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 strippingMartin Braun2015-05-201-3/+10
|
* modtool: update manifest based on CGRAN meetingNathan West2015-03-311-3/+1
|
* Merge remote-tracking branch 'mbr0wn/modtool/cgran'Johnathan Corgan2015-03-221-0/+18
|\
| * modtool: Added sample manifest fileMartin Braun2015-03-201-0/+18
| |
* | Merge branch 'maint'Johnathan Corgan2015-03-221-1/+1
|\ \ | |/ |/|
| * modtool: Bugfix for info command, would confuse in- and out-of-tree componentsMartin Braun2015-03-191-1/+1
| |
* | cmake: In Python files only, remove all shebanging (anywhere) then prepend ↵Michael Dickens2015-02-191-2/+1
| | | | | | | | that used for GNU Radio.
* | Added interactive language selection, renamed "code type" to "blockTim Kuester2015-01-211-4/+13
| | | | | | | | type" to be more descriptive.
* | Merge remote-tracking branch 'jdemel/modtool/rename'Johnathan Corgan2015-01-133-0/+202
|\ \ | |/ |/|
| * modtool/rename: squashed commits for pull request.Johannes Demel2015-01-133-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 masterMichael Dickens2014-10-136-29/+402
| |
* | cmake: modtool: update copyright date.Michael Dickens2014-10-131-2/+1
| |
* | cmake: modtool: make sure our local CMake Modules path comes first.Michael Dickens2014-10-131-1/+2
| |
* | cmake: modtool: On Apple only, set install name and use rpath correctly.Michael Dickens2014-10-131-0/+20
| |
* | cmake: modtool: allow the use of a MODULES_DIR to specify where cmake ↵Michael Dickens2014-10-131-1/+5
|/ | | | modules are installed.
* 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-072-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).
* 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
| |
* | modtool: Added git supportMartin Braun2013-11-278-23/+300
| |
* | modtool: no more exit() in modtool packageSebastian Koslowski2013-11-2710-106/+95
| | | | | | | | | | 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
|