summaryrefslogtreecommitdiff
path: root/gruel/src/swig/pmt_swig.i
AgeCommit message (Collapse)Author
2012-04-13Removed whitespace and added dtools/bin/remove-whitespace as a tool to do ↵Tom Rondeau
this in the future. The sed script was provided by Moritz Fischer.
2012-03-16gruel: created common swig include fileJosh Blum
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
2011-12-04docs: install gruel swig docs and other swig files into include/gruel/swig ↵Tom Rondeau
instead of include/gnuradio/swig.
2011-12-03docs: adding Python docstrings to gruel/pmt in cmake; dummy file make for ↵Tom Rondeau
autotools to build.
2011-10-20pmt: fix #446 by putting pmt swig into namespaceJosh Blum
2011-09-27swig: language independent exception handlerJosh Blum
2011-03-26gruel: using a copy of swig's intrusive_ptr.i to support the PMT wrapping.Tom Rondeau
2011-03-15gruel: fixed swig interface file to dereference pmt_t.Tom Rondeau
2011-03-14gruel: fixing structure. Passes make check.Tom Rondeau