Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-07-04 | gras: function registry is more flexible | Josh Blum | |
2013-07-04 | gras: update properties test for PMC convert support | Josh Blum | |
2013-07-03 | gras: use safe as in the property interface | Josh Blum | |
2013-07-03 | gras: use the base class settings calls to cleanup code | Josh Blum | |
2013-06-27 | gras: found this nifty little package argument | Josh Blum | |
2013-06-27 | gras: revert cmake change, the corgon says its broken | Josh Blum | |
2013-06-26 | gras: messing with imports | Josh Blum | |
2013-06-25 | If Git submodules not found, CMake automatically initializes them before ↵ | Nicholas Corgan | |
preparing build | |||
2013-06-25 | gras: do path fix for imports in init.py | Josh Blum | |
2013-06-25 | gras: fix from last nights swig fun | Josh Blum | |
2013-06-24 | gras: update submodules for swig fun | Josh Blum | |
2013-06-24 | gras: misc fixes from last commit | Josh Blum | |
2013-06-24 | gras: fun w/ swig module work | Josh Blum | |
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 | Merge branch 'time_tag_work' | Josh Blum | |
2013-06-21 | gras: update submodules for type over isinstance registry | Josh Blum | |
2013-06-21 | gras: added unit tests for time tags | Josh Blum | |
2013-06-21 | gras: adding pythonic interface to time tag | Josh Blum | |
2013-06-21 | gras: first cut at time tag class | 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-20 | gras: moved all done logic end of task main | Josh Blum | |
2013-06-19 | gras: add retries for make_circular_buffer ipc exceptions | Josh Blum | |
This commit addresses #104 | |||
2013-06-19 | gras: query_topology visualize done ports | Josh Blum | |
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-15 | gras: dont update item counts until after work | Josh Blum | |
This lets API calls like get_consumed/produced keep their values until after work is called. The propagate tags overload need this to work. | |||
2013-06-15 | Merge branch 'query_flow' | Josh Blum | |
2013-06-15 | gras: misc tweaks to dot related stuff | Josh Blum | |
2013-06-14 | gras: tweaks to dot code + dead lock dot print | Josh Blum | |
2013-06-14 | Merge branch 'master' into query_flow | Josh Blum | |
2013-06-14 | gras: convert macros handle complex as well | Josh Blum | |
2013-06-13 | gras: update submodule for volk include dir ordering | Josh Blum | |
2013-06-13 | gras: change submodule to http for firewall issues | Josh Blum | |
2013-06-13 | gras: added missing vector conversions and PMC update | Josh Blum | |
this fixes #98 | |||
2013-06-13 | gras: update gr submodule for qa fix | Josh Blum | |
2013-06-12 | gras: moved debug prints to element base class | Josh Blum | |
2013-06-11 | gras: reverted chrono changes w/ 32-bit math fix | Josh Blum | |
The seconds * ticks per second math was 32 bit, because UL follows the system width, we needed long long. * for loop for heartier unit testing * use get_tps rather than duplicate const number | |||
2013-06-11 | gras: update gnuradio submodule for 3.6.4.2 | Josh Blum | |
2013-06-11 | gras: added backup for failing clock_gettime | Josh Blum | |
2013-06-11 | gras: added test for timer stuff | Josh Blum | |
2013-06-11 | flow: continued tweaks to dot stuff | Josh Blum | |
2013-06-11 | gras: mess with default uid formatting | Josh Blum | |
2013-06-11 | flow: added query flat flow dot format | Josh Blum | |
2013-06-09 | gras: squashed the actor table from threads work | Josh Blum | |
(not used yet, but code is ok for mainline) |