summaryrefslogtreecommitdiff
path: root/lib/block_task.cpp
AgeCommit message (Expand)Author
2012-10-28work on stand-alone library buildJosh Blum
2012-10-14added input fail logic to conditionally accumulateJosh Blum
2012-10-14input_buffer_queues logic cleanup for accumulate implementationJosh Blum
2012-10-13simplfied input queues, WIP, but workingJosh Blum
2012-10-13tweaks to forecast exit logicJosh Blum
2012-10-13handle_update_inputs also performs resize, cleanup input fixed rate logicJosh Blum
2012-10-13lots of mini tweaks for QA passing, WIP...Josh Blum
2012-10-12working on qa passing, temp input accumulation logicJosh Blum
2012-10-06reimplement the output multiple items/work output items calculationsJosh Blum
2012-10-05cleanup task conclusion logicJosh Blum
2012-10-04Merge branch 'master' into port_configJosh Blum
2012-10-04created any_inputs_done logic for done logicJosh Blum
2012-10-04work on the set/get input/output per-port configJosh Blum
2012-10-02dammit... find and replace did it againJosh Blum
2012-09-30created a bitset wrapper w/ all() routineJosh Blum
2012-09-29minor changes and updated submodule apology commitJosh Blum
2012-09-29create IO subscriber bitset for tracking doneJosh Blum
2012-09-29gnuradio core mostly passing with apology fixesJosh Blum
2012-09-29ported block task and tag handlers to apologyJosh Blum
2012-09-25still hate history, time dilation, this is betterJosh Blum
2012-09-22threading related tweaks for happy qa codeJosh Blum
2012-09-22work on consume/produce implementationJosh Blum
2012-09-21fix trim tags ordering vs production of samplesJosh Blum
2012-09-20fun with inlinesJosh Blum
2012-09-19cleanup input queues, and do /smart/ output flush logicJosh Blum
2012-09-19a few more forecast related tweaksJosh Blum
2012-09-17created write accessors for the work buffersJosh Blum
2012-09-15fix how we check IO done (must or, add was buggy)Josh Blum
2012-09-15use cerr for all of the debug printsJosh Blum
2012-09-13added set buffer affinity hook for blocksJosh Blum
2012-09-13work on debugger helpers/toolsJosh Blum
2012-09-13input buffer history work and fixesJosh Blum
2012-09-12added inlining logic for input queue handlingJosh Blum
2012-09-12remove buffinfo struct, use sbuffer directlyJosh Blum
2012-09-12split up misc header into messages and tokenJosh Blum
2012-09-11simplify interruptible_thread use, give it a bound callable objectJosh Blum
2012-09-11interruptible_thread working on tests including udp sourceJosh Blum
2012-09-11work on interruptible_threadJosh Blum
2012-09-10remove output bytes offset, can use sbuffer's lengthJosh Blum
2012-09-10remove output tags queue, block directly posts msg downstreamJosh Blum
2012-09-10use sbuffer directly in the input queues nowJosh Blum
2012-09-10switch to using sbuffer in gras implJosh Blum
2012-09-10created gras.hpp header for common defsJosh Blum
2012-09-09simplify forecast and its fail logicJosh Blum
2012-09-09common code for dealing with end of taskJosh Blum
2012-09-09work on implementing forecast logic and failure casesJosh Blum
2012-09-07added check topology hooks and overloadJosh Blum
2012-09-07logix fixes on input consumption queuesJosh Blum
2012-09-06debug prints, minor fixes, unfinished input queue workJosh Blum
2012-09-05qa_fft_filter no segfaults, still not passing thoughJosh Blum