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.
|
|
|
|
|
|
|
|
Both stats and inactive use the atomic count to tell the actor
that there is a high prio message in the queue.
This is intended to be a workaround;
Hopefully Theron will gain API support for message priority stuff.
See issue #56
|
|
Conflicts:
grextras
include/gras/top_block.hpp
lib/block_handlers.cpp
lib/block_task.cpp
lib/element_impl.hpp
tests/CMakeLists.txt
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
moved tags stuff into header thats called
within the existing work input for loops
|
|
|
|
|
|
|
|
|
|
added consume flag to know if user called consume
fixes for mini history buff and flag when in use
|
|
to be included by swig and bring in hpp files
and to provide gr_<stdint> typedefs
This is for backwards compat since really old blocks use these typedefs
(should totally sed these out)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* still a bit to clean up
* commented out case of consume zero and 0 reserve for input queues
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|