summaryrefslogtreecommitdiff
path: root/tests/CMakeLists.txt
AgeCommit message (Collapse)Author
2013-09-12gras: jit factory unit test is conditionalJosh Blum
2013-08-01gras: jit factory api + unit testsJosh Blum
2013-07-27gras: dont need native path here, boost fs can handle itJosh Blum
2013-07-27gras: work on module loading and python factoryJosh Blum
naming convention, path convention, env var convention, And, make a python factory -- but its a little halfassed. You see, we didnt do the swig director thing yet, so C++ cant yet create python blocks from the factory.
2013-07-17gras: module loading is recursive and takes filesJosh Blum
2013-07-14gras: fixed allocation override bug + unit testJosh Blum
When multiple consumers all choose to override the buffer, they were doing so with the same token, this lead to some buffer allocation confusion and nasty errors. Its ok for one to win out, but each allocator needs a unique token. There is also a unit test to check for this behaviour.
2013-07-09gras: rename props files to calls (for callable work)Josh Blum
2013-07-07gras: a unit test for the factoryJosh Blum
2013-07-07gras: created element factoryJosh Blum
2013-07-05gras: save callable work compiling w/ minor unit testJosh Blum
2013-06-21gras: added unit tests for time tagsJosh Blum
2013-06-11gras: added test for timer stuffJosh 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-03-27gras: also rename and fix the stats test to queryJosh Blum
2013-03-18gras: tweaks to unit testsJosh Blum
2013-03-17gras: move block set/get into common areaJosh Blum
2013-03-17gras: work on python hooks for props interfaceJosh Blum
2013-03-17gras: property tweaks and c++ unit testsJosh 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-11-24size_t isnt swigging for meJosh Blum
2012-11-20support for sbuffer in pythonJosh 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