Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-06-23 | gras: update grextras submodule for fix | Josh Blum | |
2013-06-23 | gras: PMC and serialization hooks for Tag type | Josh Blum | |
2013-06-22 | gras: various fixes for new time tag class | Josh Blum | |
2013-06-22 | gras: use inline queue for post output buffer | Josh Blum | |
* simplifies logic * fixes bug #103 An assertion fires if multiple post output buffers are used per work(). This could be fixed in the future if its truely needed. | |||
2013-06-21 | gras: update submodules for type over isinstance registry | Josh Blum | |
2013-06-20 | gras: work on goddamn done logic | Josh Blum | |
How blocks mark themselves done has been one of the most annoying things in this development. This done logic is only valuable for QA tests, it doesnt even exist in the practical use case. How it works now: * blocks mark done when sync inputs are done or all inputs are done * removed the force_done input config, its no longer needed * the wait() implementation gives blocks a grace period between an input becoming done and the block itself becoming done. After the grace period, the block is forced done. | |||
2013-06-17 | gras: pythonic improvements to sbuffer | Josh Blum | |
2013-06-16 | gras: update submodule for fixes + pkt work | Josh Blum | |
2013-06-16 | gras: update grextras submodule for fix | Josh Blum | |
2013-06-16 | gras: also set num_output_items_read in post_output_buffer | Josh Blum | |
2013-06-15 | gras: update submodules | Josh Blum | |
2013-06-13 | gras: update submodule for volk include dir ordering | Josh Blum | |
2013-06-05 | gras: created duck typed API for posting msgs | Josh Blum | |
Uses templates and template overloads in c++ User python duck typing in the python case. Cleans up post for #84 | |||
2013-06-01 | grextras: updated submodule for clang work | Josh Blum | |
2013-05-28 | gras: update grextras submodule for grc xml | Josh Blum | |
2013-05-27 | gras: update the pop_input_msg documentation | Josh Blum | |
2013-05-27 | gras: update grextras submodule for clang support | Josh Blum | |
2013-05-27 | gras: update submodules | Josh Blum | |
2013-05-26 | gras: updated submodules | Josh Blum | |
2013-05-21 | gras: use new PMC serialization API | Josh Blum | |
2013-05-16 | gras: update submodules for awesome work | Josh Blum | |
2013-05-09 | gras: updated submodules | Josh Blum | |
2013-05-07 | gras: create common gras/exception.i header | Josh Blum | |
fix other misc swig warnings | |||
2013-05-06 | gras: update submodules commit foo | Josh Blum | |
2013-05-05 | gras: update grextras submodule for fixes and serialization work | Josh Blum | |
2013-05-04 | gras: update submodules for windows fixes | Josh Blum | |
2013-05-04 | gras: implement force done input port option | Josh Blum | |
fixes #28 | |||
2013-05-02 | gras: inline the sbuffer deref code | Josh Blum | |
2013-05-02 | gras: update grextras for opencl fixes | Josh Blum | |
2013-05-01 | gras: update submodules for fixes | Josh Blum | |
2013-04-30 | gras: update grextras submodule for tuntap fix | Josh Blum | |
2013-04-29 | gras: update submodules for little fixes | Josh Blum | |
2013-04-28 | gras: simplify PMC registration with new macro | Josh Blum | |
2013-04-27 | gras: update extras submodule for opencl | Josh Blum | |
2013-04-14 | gras: updated grextras submodules for fix | Josh Blum | |
2013-04-10 | gras: update grextras submodule for fixes | Josh Blum | |
2013-04-07 | gras: updated submodules for PMC_DECL_FALSE_EQUALITY | Josh Blum | |
2013-04-06 | gras: split register property into two calls | Josh Blum | |
2013-04-06 | gras: updated submodules for framer sink move | Josh Blum | |
2013-04-03 | gras: update grextras submodule | Josh Blum | |
2013-03-31 | gras: updated submodules | Josh Blum | |
2013-03-29 | gras: reuse inputs_available for done logic | Josh Blum | |
2013-03-26 | gras: rename stats to query | Josh Blum | |
2013-03-18 | gras: msg port reserve tweak convenience | Josh Blum | |
2013-03-18 | gras: tweaks to unit tests | Josh Blum | |
2013-03-01 | gras: update submodules | Josh Blum | |
2013-03-01 | gras: added 404 stats and pass top block | Josh Blum | |
2013-03-01 | gras: more debug assers to aid sanity | 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. |