summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2013-03-06gras: top block gets same config style as blockJosh Blum
2013-03-04gras: move timer accumulate into public headerJosh Blum
2013-03-04stats: sweet pie charts for per block statsJosh Blum
2013-03-03stats: hooks for chart gui elementsJosh Blum
2013-03-03gras: renamed the api call for statsJosh Blum
2013-03-03gras: slightly more fun with likleyJosh Blum
2013-03-02gras: copy name into queues for debug purposesJosh Blum
2013-03-01gras: more debug assers to aid sanityJosh Blum
2013-03-01gras: use new flag for marking produceJosh Blum
This way we dont produce stuff when the user gets access to the internal buffer, but only when the user is calling produce.
2013-02-28gras: fix buffer stitch edge case issue #51Josh Blum
2013-02-28gras: added asserts to circ buffer queueJosh Blum
2013-02-27gras: revert that, gonna need to file a bugJosh Blum
2013-02-25gras: work on new port config APIJosh Blum
combined item size config into port config removed set/get, its just a set by reference, this simplified a lot of client code Commit call will apply the changes at runtime.
2013-02-24Merge branch 'stats'Josh Blum
Conflicts: grextras include/gras/top_block.hpp lib/block_handlers.cpp lib/block_task.cpp lib/element_impl.hpp tests/CMakeLists.txt
2013-02-23gras: put custom allocator first into the sources list to guarantee precedenceJosh Blum
2013-02-23gras: use new set/get item size apiJosh Blum
2013-02-22gras: rename start/stop to notify interfacesJosh Blum
also moved backwards compat interfaces out the gnuradio commit is updated for this
2013-02-21gras: inline shared to element so client libs dont need this symbolJosh Blum
2013-02-19gras: fix flush_all input queues so config is savedJosh Blum
2013-02-19gras: fix flush_all input queues so config is savedJosh Blum
2013-02-19gras: tweaks to stats xmlJosh Blum
2013-02-18gras: another var for id string - ez to change laterJosh Blum
2013-02-17gras: added stats for produced/consumedJosh Blum
2013-02-17gras: fixed another change from rebaseJosh Blum
2013-02-17gras: commit this to play on another branchJosh Blum
2013-02-17gras: work on stats messages and xml formattingJosh Blum
2013-02-17gras: working on block statsJosh Blum
2013-02-17gras: ifdef'd chrono for timing purposesJosh Blum
2013-02-15gras: more fun with branch hints in allocatorJosh Blum
2013-02-13gras: fun with gcc branch hintsJosh Blum
2013-02-10gras: auto increase queue size to fix #44Josh Blum
2013-02-10gras: ifdef buffer stitching (test purposes)Josh Blum
2013-02-10gras: should be set capacity for this queueJosh Blum
2013-02-02gras: update submodules, dont use tailsend hereJosh Blum
2013-01-31gras: why/how did this link on the other machineJosh Blum
2013-02-01gras: task kicker work seems to have fixed #40Josh Blum
2013-01-31gras: simplify task kicker into a reusable callJosh Blum
2013-01-31gras: misc tweaks to alloc sizesJosh Blum
2013-01-18address that pop vs get output buffer issueJosh Blum
2013-01-14dont need the run w/ disconnect_all, tests passJosh Blum
2012-12-29misc changes on the benchmark branchJosh Blum
2012-12-25added debug print for work and handler countJosh Blum
2012-12-25todo comment + tweak for block handlerJosh Blum
2012-12-25todo comment for block's pop output bufferJosh Blum
2012-12-25added self test to circ buff allocateJosh Blum
2012-12-23create a new token for the downsteam messageJosh Blum
2012-12-23making use of last and fixing up the buffer stitchingJosh Blum
2012-12-23added user driven last ptr for sbuffer stitchingJosh Blum
2012-12-22use sbuffer config for alloc apiJosh Blum
2012-12-22cleanup for circular_buffer allocJosh Blum