summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-03-19gras: regular inline for template implementationsJosh Blum
2013-03-18gras: msg port reserve tweak convenienceJosh Blum
2013-03-18gras: tweaks to unit testsJosh Blum
2013-03-18gras: updated submodulesJosh Blum
2013-03-18gras: added pragmas for msvc warningsJosh Blum
2013-03-17gras: move block set/get into common areaJosh Blum
2013-03-17gras: tweaks to the python unit testJosh Blum
2013-03-17gras: work on python hooks for props interfaceJosh Blum
2013-03-17gras: make dispatcher into static helperJosh Blum
2013-03-17gras: property tweaks and c++ unit testsJosh Blum
2013-03-17Merge branch 'master' into property_interfaceJosh Blum
2013-03-17gras: helper function for high prio hackJosh Blum
2013-03-17gras: property implementation in libJosh Blum
2013-03-17gras: work on C++ API for properties interfaceJosh Blum
2013-03-16gras: added num_read count for pop msg to fix #53Josh Blum
2013-03-16gras: fixed typo from the msg queue changeJosh Blum
2013-03-15gras: high prio message may have deferred handle taskJosh Blum
2013-03-15gras: address high prio message issue with atomic countJosh Blum
Both stats and inactive use the atomic count to tell the actor that there is a high prio message in the queue. This is intended to be a workaround; Hopefully Theron will gain API support for message priority stuff. See issue #56
2013-03-11gras: separate queue for messages - #54Josh Blum
2013-03-06gras: top block gets same config style as blockJosh Blum
2013-03-05stats: added comparison chartJosh Blum
2013-03-05stats: default hiding for elementsJosh 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-03stats: enables for the individual blocksJosh Blum
2013-03-03stats: work on config controlsJosh Blum
2013-03-03stats: split files, cleanup for expansionJosh Blum
2013-03-03stats: save css + misc workJosh Blum
2013-03-03gras: renamed the api call for statsJosh Blum
2013-03-03gras: slightly more fun with likleyJosh Blum
2013-03-03gras: not much, check in stats workJosh Blum
2013-03-02gras: copy name into queues for debug purposesJosh Blum
2013-03-01gras: update submodulesJosh Blum
2013-03-01gras: added 404 stats and pass top blockJosh 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-24gras: tweaks to python status wrapperJosh Blum
2013-02-24gras: wappers are in gnuradio, clean up this swigJosh Blum
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: forgot a few things from last commitJosh Blum
2013-02-23gras: use new set/get item size apiJosh Blum
2013-02-22gras: update submodules from osx fixesJosh 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: added stylesheet, some tweaksJosh Blum