Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
This way we dont produce stuff when the user gets access to the internal buffer,
but only when the user is calling produce.
|
|
combined item size config into port config
removed set/get, its just a set by reference,
this simplified a lot of client code
Commit call will apply the changes at runtime.
|
|
|
|
|
|
|
|
|
|
also moved backwards compat interfaces out
the gnuradio commit is updated for this
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
There is a formal api to mark done, and IO failures.
Notify topology was created for consistency.
So far, there output fail is unimplemented,
and input fail requires an additional check.
|
|
|