Age | Commit message (Expand) | Author |
2012-10-28 | work on stand-alone library build | Josh Blum |
2012-10-14 | added input fail logic to conditionally accumulate | Josh Blum |
2012-10-14 | input_buffer_queues logic cleanup for accumulate implementation | Josh Blum |
2012-10-13 | simplfied input queues, WIP, but working | Josh Blum |
2012-10-13 | tweaks to forecast exit logic | 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-12 | working on qa passing, temp input accumulation logic | Josh Blum |
2012-10-06 | reimplement the output multiple items/work output items calculations | Josh Blum |
2012-10-05 | cleanup task conclusion logic | Josh Blum |
2012-10-04 | Merge branch 'master' into port_config | Josh Blum |
2012-10-04 | created any_inputs_done logic for done logic | 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-30 | created a bitset wrapper w/ all() routine | Josh Blum |
2012-09-29 | minor changes and updated submodule apology commit | Josh Blum |
2012-09-29 | create IO subscriber bitset for tracking done | Josh Blum |
2012-09-29 | gnuradio core mostly passing with apology fixes | Josh Blum |
2012-09-29 | ported block task and tag handlers to apology | Josh Blum |
2012-09-25 | still hate history, time dilation, this is better | Josh Blum |
2012-09-22 | threading related tweaks for happy qa code | Josh Blum |
2012-09-22 | work on consume/produce implementation | Josh Blum |
2012-09-21 | fix trim tags ordering vs production of samples | Josh Blum |
2012-09-20 | fun with inlines | Josh Blum |
2012-09-19 | cleanup input queues, and do /smart/ output flush logic | Josh Blum |
2012-09-19 | a few more forecast related tweaks | Josh Blum |
2012-09-17 | created write accessors for the work buffers | Josh Blum |
2012-09-15 | fix how we check IO done (must or, add was buggy) | Josh Blum |
2012-09-15 | use cerr for all of the debug prints | Josh Blum |
2012-09-13 | added set buffer affinity hook for blocks | Josh Blum |
2012-09-13 | work on debugger helpers/tools | Josh Blum |
2012-09-13 | input buffer history work and fixes | Josh Blum |
2012-09-12 | added inlining logic for input queue handling | Josh Blum |
2012-09-12 | remove buffinfo struct, use sbuffer directly | Josh Blum |
2012-09-12 | split up misc header into messages and token | Josh Blum |
2012-09-11 | simplify interruptible_thread use, give it a bound callable object | Josh Blum |
2012-09-11 | interruptible_thread working on tests including udp source | Josh Blum |
2012-09-11 | work on interruptible_thread | Josh Blum |
2012-09-10 | remove output bytes offset, can use sbuffer's length | Josh Blum |
2012-09-10 | remove output tags queue, block directly posts msg downstream | Josh Blum |
2012-09-10 | use sbuffer directly in the input queues now | Josh Blum |
2012-09-10 | switch to using sbuffer in gras impl | Josh Blum |
2012-09-10 | created gras.hpp header for common defs | Josh Blum |
2012-09-09 | simplify forecast and its fail logic | Josh Blum |
2012-09-09 | common code for dealing with end of task | Josh Blum |
2012-09-09 | work on implementing forecast logic and failure cases | Josh Blum |
2012-09-07 | added check topology hooks and overload | Josh Blum |
2012-09-07 | logix fixes on input consumption queues | Josh Blum |
2012-09-06 | debug prints, minor fixes, unfinished input queue work | Josh Blum |
2012-09-05 | qa_fft_filter no segfaults, still not passing though | Josh Blum |