Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-06-24 | gras: misc fixes from last commit | Josh Blum | |
2013-06-24 | gras: fun w/ swig module work | Josh Blum | |
2013-06-01 | props: code cleanup and tweaks | Josh Blum | |
2013-04-10 | gras: formalize the weak container api w/ docs | Josh 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-04 | gras: revisit container storage after yesterdays learning | Josh 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-31 | gras: more of that include vs import w/ swig | Josh Blum | |
2013-03-28 | gras: virtual destructors for all but Element #67 | Josh Blum | |
2013-03-26 | gras: rename stats to query | Josh Blum | |
2013-03-17 | gras: work on python hooks for props interface | Josh Blum | |
2013-03-03 | gras: renamed the api call for stats | Josh Blum | |
2013-02-24 | gras: tweaks to python status wrapper | Josh Blum | |
2013-02-24 | gras: wappers are in gnuradio, clean up this swig | Josh Blum | |
2013-02-23 | gras: use new set/get item size api | Josh Blum | |
2012-12-05 | moved tag iter into its own header | Josh Blum | |
2012-11-23 | backwards compatible silliness _hb | Josh Blum | |
2012-11-20 | kludge around for python reference counting | Josh Blum | |
2012-11-09 | switch to boost software license | Josh Blum | |
2012-11-09 | working on tags python support | Josh Blum | |
2012-11-08 | save thread state on destructor, which may call back into python | Josh Blum | |
2012-11-08 | lot of python locking hell... | Josh Blum | |
2012-11-03 | python hier/top block holds refs of connected blocks | Josh Blum | |
2012-11-02 | simplification for wrapper in HierBlock.i | Josh Blum | |
2012-11-02 | mostly python tweaks, mostly happy QA | Josh Blum | |
2012-10-31 | swig-ing and test for thread pool | Josh Blum | |