summaryrefslogtreecommitdiff
path: root/gruel/src/swig
Commit message (Expand)AuthorAgeFilesLines
* Reorder SWIG_INCLUDE_DIRSMichael L Dickens2013-01-031-1/+5
* gruel: adding a 'pmt_from_complex' call (more clear than pmt_make_rectangular).Tom Rondeau2012-12-201-0/+2
* gruel: pmt_Xvector_elements can be used in Python to return a Python tuple.Tom Rondeau2012-12-191-31/+17
* gruel: Enabling serialize/deserialize for PMT vectors.Tom Rondeau2012-12-141-4/+4
* gruel: allow us to use pmt_init_Xvector methods in python.Tom Rondeau2012-12-131-10/+32
* core: added gr_tuntap_pdu, gr_socket_pdu, and msg passing enhancementsTim O'Shea2012-12-071-0/+5
* core: adding msg_connect, updating msg interface, adding symbolic block namesTim O'Shea2012-11-291-0/+4
* build: set Boost_INCLUDE_DIRS for components (mostly for OSX and Windows).Tom Rondeau2012-11-281-1/+1
* Merge branch 'maint'Johnathan Corgan2012-07-031-0/+3
|\
| * swig: added additional swig dependencies gruel/coreJohnathan Corgan2012-07-031-1/+4
* | 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 thi...Tom Rondeau2012-04-133-14/+14
* Merge branch 'master' into nextTom Rondeau2012-04-071-1/+1
|\
| * Merge branch 'maint'Tom Rondeau2012-04-071-1/+1
| |\
| | * gruel and howto: install gruel .i files in gruel dest. Howto will use that di...maint-3.5.2Tom Rondeau2012-04-071-1/+1
* | | Removes all references to guile and scheme, which are no longer needed.Tom Rondeau2012-04-011-145/+0
* | | Merge branch 'master' into nextTom Rondeau2012-03-163-16/+69
|\| |
| * | gruel: created common swig include fileJosh Blum2012-03-164-16/+70
| |/
* / Removed autotools, gr-waveform, some cleanupJohnathan Corgan2011-12-082-70/+0
|/
* docs: install gruel swig docs and other swig files into include/gruel/swig in...Tom Rondeau2011-12-044-13/+8
* docs: adding Python docstrings to gruel/pmt in cmake; dummy file make for aut...Tom Rondeau2011-12-033-0/+26
* 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
|\ \ | |/ |/|
| * 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