summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2013-03-27gras: also rename and fix the stats test to queryJosh Blum
2013-03-22gras: rename lookup to locateJosh Blum
2013-03-22gras: we now have the element tree interfaceJosh Blum
2013-03-22gras: quick prop tree unit test + fixesJosh Blum
2013-03-18gras: tweaks to unit testsJosh 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: property tweaks and c++ unit testsJosh Blum
2013-03-03gras: renamed the api call for statsJosh 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: forgot a few things from last commitJosh Blum
2013-02-17gras: work on stats messages and xml formattingJosh Blum
2012-12-07tweaks to make it work on winderzJosh Blum
2012-12-05using new PMC convenience functionsJosh Blum
2012-12-05tag is just an offset and object, created stream tag and pkt messageJosh Blum
2012-11-24change the type to unsigned to make swig happyJosh Blum
this is a little evil, changing a public header for swig but it works just as well and we can save this for another day
2012-11-24size_t isnt swigging for meJosh Blum
2012-11-21added another test for PMC w/ SBufferJosh Blum
2012-11-20support for sbuffer in pythonJosh Blum
2012-11-20kludge around for python reference countingJosh Blum
2012-11-12more get methods for allJosh Blum
2012-11-11consistency for naming conventions, param ordersJosh Blum
2012-11-11python unit test for readonly buffersJosh Blum
2012-11-09python tags source/sink looperJosh Blum
2012-11-09switch to boost software licenseJosh Blum
2012-11-09working on tags python supportJosh Blum
2012-11-08save thread state on destructor, which may call back into pythonJosh Blum
2012-11-08lot of python locking hell...Josh Blum
2012-11-06consume and produce calls do it in-placeJosh Blum
2012-11-06work on python blocks and unit testJosh Blum
2012-11-05polish up work and notify apiJosh Blum
There is a formal api to mark done, and IO failures. Notify topology was created for consistency. So far, there output fail is unimplemented, and input fail requires an additional check.
2012-11-04work on Python Blocks overloads/directorsJosh Blum
2012-11-04work on SWIG director block...Josh Blum
2012-11-03work on python block classJosh Blum
2012-11-03begin work on python blocksJosh Blum
2012-11-02mostly python tweaks, mostly happy QAJosh Blum
2012-10-31swig-ing and test for thread poolJosh Blum
2012-10-31work on swig and import unit testJosh Blum
2012-09-05dont need extra copies of these files, use them from gnuradioJosh Blum
2012-08-26runtime: work on allocator handlerJosh Blum
2012-08-26runtime: work on unit testsJosh Blum