Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
See #70 for more details
|
|
|
|
|
|
|
|
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
|
|
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.
|
|
Conflicts:
grextras
include/gras/top_block.hpp
lib/block_handlers.cpp
lib/block_task.cpp
lib/element_impl.hpp
tests/CMakeLists.txt
|
|
also moved backwards compat interfaces out
the gnuradio commit is updated for this
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
due to the return 0 fix, interruptible threads are now optional, and by defualt off
added empty hooks for max/min buffer stuff so its compiling...
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
added consume flag to know if user called consume
fixes for mini history buff and flag when in use
|
|
|
|
|
|
|