Age | Commit message (Expand) | Author |
2012-09-15 | use cerr for all of the debug prints | Josh Blum |
2012-09-14 | moved sbuffer deref logic into the cpp | Josh Blum |
2012-09-13 | added set buffer affinity hook for blocks | Josh Blum |
2012-09-13 | added a static print when debug asserts are enabled | Josh Blum |
2012-09-13 | Merge branch 'filter_work' | Josh Blum |
2012-09-13 | make input history calls and history compat for off by 1 issue | Josh Blum |
2012-09-13 | work on debugger helpers/tools | Josh Blum |
2012-09-13 | some more history tweaks and asserts | Josh Blum |
2012-09-13 | input buffer history work and fixes | Josh Blum |
2012-09-13 | redo gr type compat header, it has 2 purposes | 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 | added hooks for input buffer inlining | Josh Blum |
2012-09-12 | buffer size tweaks and ifdef for disabling asserts | Josh Blum |
2012-09-12 | communicate downstream buffer reqs to upstream output allocator | Josh Blum |
2012-09-12 | split up misc header into messages and token | Josh Blum |
2012-09-11 | added wait w/ timeout to top block/executor | 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 | moved around/tweaking sbuffer code | 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 | copied tsbe buffer to sbuffer in this project | 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-08 | fixed reserve calculation, did post bytes optimization | Josh Blum |
2012-09-07 | added check topology hooks and overload | Josh Blum |
2012-09-07 | call start/stop hooks on block state change | Josh Blum |
2012-09-07 | logix fixes on input consumption queues | Josh Blum |
2012-09-07 | simplify consume to re-use __prepare logic | Josh Blum |
2012-09-07 | filling in the prepare method (almost working) | Josh Blum |
2012-09-06 | work on simplifying buffer queue logic | Josh Blum |
2012-09-06 | debug prints, minor fixes, unfinished input queue work | Josh Blum |
2012-09-05 | dont need extra copies of these files, use them from gnuradio | Josh Blum |
2012-09-05 | qa_fft_filter no segfaults, still not passing though | Josh Blum |
2012-09-05 | work on input buffer reserve logic for satisfying output multiple | Josh Blum |
2012-09-03 | work on input queues and history logic | Josh Blum |
2012-09-03 | create default works for gr sync and block | Josh Blum |
2012-09-03 | copied over the old msg swig stuff for the sake of completeness | Josh Blum |
2012-09-03 | created shared_to_element and use shared_from_this | Josh Blum |
2012-09-03 | added output buff flush for mark done | Josh Blum |
2012-09-03 | top and hier block brought into python | Josh Blum |
2012-09-02 | history: output offset and holds for input consumption | Josh Blum |
2012-09-02 | deeper thoughts about history in the input queues | Josh Blum |
2012-09-02 | implement logic for work_noutput_items | Josh Blum |