summaryrefslogtreecommitdiff
path: root/python/gras/GRAS_HierBlock.i
AgeCommit message (Collapse)Author
2013-06-01props: code cleanup and tweaksJosh Blum
2013-04-10gras: formalize the weak container api w/ docsJosh Blum
address issue #69, we now have a set_container call, which is now formally part of the api. Anyone can call set_container for custom container types. GRAS supports shared ptr and pyobject out of the box.
2013-04-04gras: revisit container storage after yesterdays learningJosh Blum
The mechanisms of connect are now resonsible for grabbing the container ref. When the object is a shared ptr, the element contructor overload sets weakself. When the object is in python, the python reference is held, even if its shared ptr underneath that. * removed the need for shared_from_this * removed the ref stuff in python Block
2013-03-31gras: more of that include vs import w/ swigJosh Blum
2013-03-28gras: virtual destructors for all but Element #67Josh Blum
2013-03-26gras: rename stats to queryJosh Blum
2013-03-17gras: work on python hooks for props interfaceJosh Blum
2013-03-03gras: renamed the api call for statsJosh Blum
2013-02-24gras: tweaks to python status wrapperJosh Blum
2013-02-24gras: wappers are in gnuradio, clean up this swigJosh Blum
2013-02-23gras: use new set/get item size apiJosh Blum
2012-12-05moved tag iter into its own headerJosh Blum
2012-11-23backwards compatible silliness _hbJosh Blum
2012-11-20kludge around for python reference countingJosh Blum
2012-11-09switch to boost software licenseJosh Blum
2012-11-09working on tags python supportJosh Blum
2012-11-08save thread state on destructor, which may call back into pythonJosh Blum
2012-11-08lot of python locking hell...Josh Blum
2012-11-03python hier/top block holds refs of connected blocksJosh Blum
2012-11-02simplification for wrapper in HierBlock.iJosh Blum
2012-11-02mostly python tweaks, mostly happy QAJosh Blum
2012-10-31swig-ing and test for thread poolJosh Blum