summaryrefslogtreecommitdiff
path: root/lib/gras_impl
AgeCommit message (Collapse)Author
2012-10-04updated to latest subprojects, got compilingJosh Blum
due to the return 0 fix, interruptible threads are now optional, and by defualt off added empty hooks for max/min buffer stuff so its compiling...
2012-10-04created any_inputs_done logic for done logicJosh Blum
2012-10-04replace multiple w/ reserve, dont do multiple calcJosh 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-10-02ifdef'able hooks for allocation debuggingJosh Blum
2012-10-01revert buffer queue changes, unknown issueJosh Blum
2012-10-01switch to fixed size queue to avoid runtime allocsJosh Blum
2012-09-30created a bitset wrapper w/ all() routineJosh Blum
as it turns out ~ was making a new bitset and a malloc just make some common code to avoid the reuse
2012-09-29delete vector utils header, this is only for topology_handler nowJosh 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-29some tweaks, split block handlers into two filesJosh Blum
2012-09-29ported block task and tag handlers to apologyJosh Blum
2012-09-29ported input and output port handlers to apologyJosh Blum
2012-09-29ported allocator and block handler to apologyJosh Blum
2012-09-29apology support compiling w/o message handlersJosh Blum
2012-09-25still hate history, time dilation, this is betterJosh Blum
2012-09-24smaller buffers seems to make qa tests fasterJosh Blum
2012-09-24restore history residual code to escape mini buffsJosh Blum
2012-09-23disconnect_all will commit the topology (more qa happy)Josh Blum
2012-09-22threading related tweaks for happy qa codeJosh 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-19nop for default forecast, always callJosh Blum
2012-09-19work on look-forward history implementationJosh Blum
2012-09-18created hooks for input buffer allocatorJosh Blum
2012-09-18added update hook for changing history/output multipleJosh Blum
2012-09-17use the reserve calculation for round down caseJosh Blum
2012-09-13added a static print when debug asserts are enabledJosh Blum
2012-09-13make input history calls and history compat for off by 1 issueJosh Blum
2012-09-13work on debugger helpers/toolsJosh Blum
2012-09-13some more history tweaks and assertsJosh Blum
2012-09-13input buffer history work and fixesJosh Blum
added consume flag to know if user called consume fixes for mini history buff and flag when in use
2012-09-12added inlining logic for input queue handlingJosh Blum
2012-09-12remove buffinfo struct, use sbuffer directlyJosh Blum
2012-09-12added hooks for input buffer inliningJosh Blum
2012-09-12buffer size tweaks and ifdef for disabling assertsJosh Blum
2012-09-12communicate downstream buffer reqs to upstream output allocatorJosh 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-10use sbuffer directly in the input queues nowJosh Blum
2012-09-10switch to using sbuffer in gras implJosh Blum
2012-09-09work on implementing forecast logic and failure casesJosh Blum
* still a bit to clean up * commented out case of consume zero and 0 reserve for input queues
2012-09-08fixed reserve calculation, did post bytes optimizationJosh Blum