summaryrefslogtreecommitdiff
path: root/gruel/src/swig
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'maint'Johnathan Corgan2012-07-031-0/+3
|\ | | | | | | | | Conflicts: gruel/src/swig/CMakeLists.txt
| * swig: added additional swig dependencies gruel/coreJohnathan Corgan2012-07-031-1/+4
| | | | | | | | | | | | | | | | | | | | pmt swig gen depends upon the generated header core depends upon pmt swig custom target Conflicts: gruel/src/swig/CMakeLists.txt
* | gruel: got rid of inet.h and adjusted only file that depended on itNicholas Corgan2012-06-221-2/+2
|/
* Removed whitespace and added dtools/bin/remove-whitespace as a tool to do ↵Tom Rondeau2012-04-133-14/+14
| | | | | | this in the future. The sed script was provided by Moritz Fischer.
* Merge branch 'master' into nextTom Rondeau2012-04-071-1/+1
|\ | | | | | | | | | | Conflicts: gr-howto-write-a-block/Makefile.common gr-howto-write-a-block/config/gr_standalone.m4
| * Merge branch 'maint'Tom Rondeau2012-04-071-1/+1
| |\
| | * gruel and howto: install gruel .i files in gruel dest. Howto will use that ↵maint-3.5.2Tom Rondeau2012-04-071-1/+1
| | | | | | | | | | | | | | | | | | dir during build. howto under both cmake and autotools can be built off cmake or autotools gnuradio builds.
* | | Removes all references to guile and scheme, which are no longer needed.Tom Rondeau2012-04-011-145/+0
| | | | | | | | | | | | The remaining pmt_serial_tags.scm is parsed by Python already. Future modifications could change this format to not confuse the point.
* | | Merge branch 'master' into nextTom Rondeau2012-03-163-16/+69
|\| | | | | | | | | | | | | | Conflicts: gruel/src/swig/Makefile.am
| * | gruel: created common swig include fileJosh Blum2012-03-164-16/+70
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | This work taken from gruel_work_squashed Common swig file includes: * Language independent exception handler * Wrapper for python calls that may block Benefits: * More common swig code, less copy pasta * Wrapper for blocking python calls handles the case where the call throws, python is not left in a bad state
* / Removed autotools, gr-waveform, some cleanupJohnathan Corgan2011-12-082-70/+0
|/ | | | Nick Foster owes Nick Corgan a six-pack of beer!
* docs: install gruel swig docs and other swig files into include/gruel/swig ↵Tom Rondeau2011-12-044-13/+8
| | | | instead of include/gnuradio/swig.
* docs: adding Python docstrings to gruel/pmt in cmake; dummy file make for ↵Tom Rondeau2011-12-033-0/+26
| | | | autotools to build.
* pmt: fix #446 by putting pmt swig into namespaceJosh Blum2011-10-201-4/+8
|
* gr: the CMakeLists.txt took a chill pillJosh Blum2011-10-081-5/+5
|
* Merge branch 'next' of http://gnuradio.org/git/gnuradio into nextJosh Blum2011-09-281-0/+18
|\
| * Merge branch 'master' into nextJohnathan Corgan2011-09-271-0/+18
| |\
| | * swig: language independent exception handlerJosh Blum2011-09-271-0/+18
| | |
* | | gruel: added missing pmt swig install ruleJosh Blum2011-09-241-1/+1
| | |
* | | gr: squashed cmakelists.txt into one commitJosh Blum2011-07-201-0/+41
|/ /
* | Merge branch '8psk' into nextTom Rondeau2011-07-171-6/+36
|\ \ | |/ |/| | | | | Conflicts: gr-msdd6000/src/Makefile.swig.gen
| * build: committing updated Makefile.swig.gen files.Tom Rondeau2011-05-081-6/+36
| |
* | gr: added to the .gitignores to various components for in-tree buildsJosh Blum2011-07-031-0/+2
|/
* gruel: using a copy of swig's intrusive_ptr.i to support the PMT wrapping.Tom Rondeau2011-03-263-6/+106
|
* gruel: added missing ignoresJohnathan Corgan2011-03-151-0/+2
|
* gruel: fixed swig interface file to dereference pmt_t.Tom Rondeau2011-03-151-0/+5
|
* gruel: fixing structure. Passes make check.Tom Rondeau2011-03-143-70/+50
|
* gruel: SWIGing Gruel into Python to access PMTs.Tom Rondeau2011-03-144-0/+945