summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2013-09-15Merge branch 'config_work' into gr_updateJosh Blum
2013-09-12gras: jit factory unit test is conditionalJosh Blum
2013-09-12gras: added thread pool to global configJosh Blum
2013-09-05gras: move sbuffer inlines into libJosh Blum
This avoids inline ASM to be LLVM JIT friendly. This commit includes a unit test for jit factory + sbuffer.
2013-08-01gras: jit factory api + unit testsJosh Blum
2013-07-30gras: rename some factory functionsJosh Blum
2013-07-29gras: use common test utils for allJosh Blum
2013-07-29gras: simplfy factory w/ macros and namespaceJosh 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-15gras: make all start/commit messages high-prioJosh Blum
This makes doing live topology changes w/ commit instant, even if much buffering is backed up.
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: %newobject for factory gives python ownershipJosh Blum
2013-07-07gras: a unit test for the factoryJosh Blum
2013-07-07gras: created element factoryJosh Blum
2013-07-07gras: restore property access w/ jsonJosh Blum
2013-07-06gras: getattr makes python so smartJosh Blum
2013-07-06gras: locate_element since now elements have callsJosh Blum
2013-07-05gras: pythonic work on callable interfaceJosh Blum
2013-07-05gras: begin replacing set/get with callableJosh Blum
2013-07-05gras: renaming call to x for super seriousJosh Blum
2013-07-05gras: serious template insanityJosh Blum
2013-07-05gras: save callable work compiling w/ minor unit testJosh Blum
2013-07-05gras: revert block changes, test w/ callable nowJosh Blum
2013-07-05gras: save callable work before we tear up moreJosh Blum
2013-07-04gras: function registry is more flexibleJosh Blum
2013-07-04gras: update properties test for PMC convert supportJosh Blum
2013-06-22gras: various fixes for new time tag classJosh Blum
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