Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
See #70 for more details
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
The default pool buffer was getting circ buffers
when they went out from the deref in this circumstance:
Basically, the circ buffs were created and deref'd
before the circ queue was set into the output queue.
This seems to fix the pfb clock sync issue,
but not others is #42
|
|
fixes #67
Now that we no longer need shared from this
|
|
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
|
|
|
|
|
|
|
|
|
|
Just put an API call into element so its always there,
and call it from swig.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|