summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
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
2012-09-06debug prints, minor fixes, unfinished input queue workJosh Blum
2012-09-05updated the submodule version (removed include dir)Josh Blum
2012-09-05dont need extra copies of these files, use them from gnuradioJosh Blum
2012-09-05qa_fft_filter no segfaults, still not passing thoughJosh Blum
2012-09-05work on input buffer reserve logic for satisfying output multipleJosh Blum
2012-09-03work on input queues and history logicJosh Blum
2012-09-03create default works for gr sync and blockJosh Blum
2012-09-03copied over the old msg swig stuff for the sake of completenessJosh Blum
2012-09-03swig build speedup with empty block classesJosh Blum
2012-09-03created shared_to_element and use shared_from_thisJosh Blum
2012-09-03added output buff flush for mark doneJosh Blum
2012-09-03switch numanuma submodule to https accessJosh Blum
2012-09-03update gnuradio submodule for swig workJosh Blum
2012-09-03top and hier block brought into pythonJosh Blum
2012-09-02history: output offset and holds for input consumptionJosh Blum
2012-09-02deeper thoughts about history in the input queuesJosh Blum
2012-09-02implement logic for work_noutput_itemsJosh Blum
2012-09-02moved lib/impl headers for cleanupJosh Blum
2012-09-02created history implementation (untested)Josh Blum
2012-09-02pulled in numanuma as submodule, will integrateJosh Blum
2012-09-02checking in TODO and minor changesJosh Blum
2012-08-31added comments and some cleanup codeJosh Blum
2012-08-31inspired to handle the is_unaligned routineJosh Blum