Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
sbuffer, streamtag, and packetmsg get registered
into the polymorphic archive w/ unit tests
resolves #65
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
Conflicts:
grextras
include/gras/top_block.hpp
lib/block_handlers.cpp
lib/block_task.cpp
lib/element_impl.hpp
tests/CMakeLists.txt
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
need to create conversions still...
|
|
Moved tags API stuff into gr block,
specifically the get tags filters.
The block class now has a simplified interface
for dealing with input and output tags.
Dummy typedefs for PMCs
Tag class now uses PMCs
|
|
|
|
We only needed numanuma for allocation, so replace it with this header
hopefully theron will have this in the future
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|