summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-09-18added hook for custom output buffer allocatorJosh Blum
2012-09-17created write accessors for the work buffersJosh Blum
2012-09-17use the reserve calculation for round down caseJosh Blum
2012-09-17added missing cleanup calls to deconstructor and disconnect allJosh Blum
2012-09-16added disconnect all to hier blockJosh 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-14moved sbuffer deref logic into the cppJosh Blum
2012-09-14cleanup and adding to TODO.txtJosh Blum
2012-09-13added set buffer affinity hook for blocksJosh Blum
2012-09-13added a static print when debug asserts are enabledJosh Blum
2012-09-13Merge branch 'filter_work'Josh 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-13added more stuff to the TODO.txtJosh Blum
2012-09-13some more history tweaks and assertsJosh Blum
2012-09-13swig fix for hier to access name/unique_idJosh Blum
2012-09-13use gnuradio even for gr_ prefixed headersJosh Blum
this allows someone to include the old headers without gnuradio being also in the include path
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-13redo gr type compat header, it has 2 purposesJosh Blum
to be included by swig and bring in hpp files and to provide gr_<stdint> typedefs This is for backwards compat since really old blocks use these typedefs (should totally sed these out)
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-12added hier block backwards compat _hb memberJosh 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-11added wait w/ timeout to top block/executorJosh Blum
2012-09-11mark off thread work on the TODO.txtJosh 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-10moved around/tweaking sbuffer codeJosh Blum
2012-09-10use sbuffer directly in the input queues nowJosh Blum
2012-09-10switch to using sbuffer in gras implJosh Blum
2012-09-10copied tsbe buffer to sbuffer in this projectJosh 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
* 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
2012-09-07added a few missing swig thingsJosh Blum
2012-09-07added check topology hooks and overloadJosh Blum
2012-09-07call start/stop hooks on block state changeJosh Blum
2012-09-07logix fixes on input consumption queuesJosh Blum
2012-09-07simplify consume to re-use __prepare logicJosh Blum
2012-09-07filling in the prepare method (almost working)Josh Blum
2012-09-06work on simplifying buffer queue logicJosh Blum