Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-06-05 | gras: compiles now with separate data struct | Josh Blum | |
2013-03-18 | gras: msg port reserve tweak convenience | Josh Blum | |
2013-03-16 | gras: added num_read count for pop msg to fix #53 | Josh Blum | |
2013-03-11 | gras: separate queue for messages - #54 | Josh Blum | |
2013-03-02 | gras: copy name into queues for debug purposes | Josh Blum | |
2013-03-01 | gras: use new flag for marking produce | Josh Blum | |
This way we dont produce stuff when the user gets access to the internal buffer, but only when the user is calling produce. | |||
2013-02-25 | gras: work on new port config API | Josh Blum | |
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. | |||
2013-02-24 | Merge branch 'stats' | Josh Blum | |
Conflicts: grextras include/gras/top_block.hpp lib/block_handlers.cpp lib/block_task.cpp lib/element_impl.hpp tests/CMakeLists.txt | |||
2013-02-23 | gras: use new set/get item size api | Josh Blum | |
2013-02-17 | gras: added stats for produced/consumed | Josh Blum | |
2012-12-16 | no need for topology_init state var | Josh Blum | |
2012-12-15 | created input and output update per index | Josh Blum | |
2012-12-01 | changed lookahead to preload, thats all it is | Josh Blum | |
2012-11-25 | tweaks for io sig extend logic | Josh Blum | |
2012-11-25 | front buffer accumulate on reserve fail | Josh Blum | |
2012-11-24 | created common function is_work_allowed and input check | Josh Blum | |
at least one port needs a tag or an item, this helps the reserve items == 0 case | |||
2012-11-09 | switch to boost software license | Josh Blum | |
2012-11-08 | lot of python locking hell... | Josh Blum | |
2012-11-07 | io fails and io config work | Josh Blum | |
2012-11-06 | consume and produce calls do it in-place | Josh Blum | |
2012-11-05 | polish up work and notify api | Josh Blum | |
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. | |||
2012-11-01 | moved out a bunch of work, rate, fcast logic | Josh Blum | |
2012-10-28 | work on stand-alone library build | Josh Blum | |
2012-10-13 | simplfied input queues, WIP, but working | Josh Blum | |
2012-10-13 | handle_update_inputs also performs resize, cleanup input fixed rate logic | Josh Blum | |
2012-10-13 | lots of mini tweaks for QA passing, WIP... | Josh Blum | |
2012-10-06 | reimplement the output multiple items/work output items calculations | Josh Blum | |
2012-10-04 | work on the set/get input/output per-port config | Josh Blum | |
2012-10-02 | dammit... find and replace did it again | Josh Blum | |
2012-09-29 | delete vector utils header, this is only for topology_handler now | Josh Blum | |
2012-09-29 | create IO subscriber bitset for tracking done | Josh Blum | |
2012-09-29 | some tweaks, split block handlers into two files | Josh Blum | |