summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2013-06-21gras: added unit tests for time tagsJosh Blum
2013-06-17gras: pythonic improvements to sbufferJosh Blum
2013-06-11gras: reverted chrono changes w/ 32-bit math fixJosh Blum
The seconds * ticks per second math was 32 bit, because UL follows the system width, we needed long long. * for loop for heartier unit testing * use get_tps rather than duplicate const number
2013-06-11gras: added test for timer stuffJosh Blum
2013-06-05gras: separate actor data to struct to aid migrationJosh Blum
2013-06-03props: imply set from value presenceJosh Blum
2013-06-03props: added complex and vector convertersJosh Blum
2013-06-03props: began work on vector convertersJosh Blum
2013-06-02props: began filling in pmc to/from ptreeJosh Blum
2013-06-01gras: mutex fixes for uid API callsJosh Blum
2013-06-01props: code cleanup and tweaksJosh Blum
2013-06-01props: switched input args over to JSONJosh Blum
2013-06-01props: added prop query to blocks + qa testJosh Blum
2013-06-01props: added query functionality to enumerate propertiesJosh Blum
2013-05-21gras: use new PMC serialization APIJosh Blum
2013-05-11gras: created new test_thread_priority api callJosh Blum
2013-05-09gras: added topology feedback unit testJosh Blum
2013-05-04gras: added serialization support for gras typesJosh Blum
sbuffer, streamtag, and packetmsg get registered into the polymorphic archive w/ unit tests resolves #65
2013-04-06gras: split register property into two callsJosh Blum
2013-03-29gras: fixed query unit test, added json checkJosh Blum
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