Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-09-12 | gras: jit factory unit test is conditional | Josh Blum | |
2013-08-01 | gras: jit factory api + unit tests | Josh Blum | |
2013-07-27 | gras: dont need native path here, boost fs can handle it | Josh Blum | |
2013-07-27 | gras: work on module loading and python factory | Josh 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-17 | gras: module loading is recursive and takes files | Josh Blum | |
2013-07-14 | gras: fixed allocation override bug + unit test | Josh 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-09 | gras: rename props files to calls (for callable work) | Josh Blum | |
2013-07-07 | gras: a unit test for the factory | Josh Blum | |
2013-07-07 | gras: created element factory | Josh Blum | |
2013-07-05 | gras: save callable work compiling w/ minor unit test | Josh Blum | |
2013-06-21 | gras: added unit tests for time tags | Josh Blum | |
2013-06-11 | gras: added test for timer stuff | Josh Blum | |
2013-05-04 | gras: added serialization support for gras types | Josh Blum | |
sbuffer, streamtag, and packetmsg get registered into the polymorphic archive w/ unit tests resolves #65 | |||
2013-03-27 | gras: also rename and fix the stats test to query | Josh Blum | |
2013-03-18 | gras: tweaks to unit tests | Josh Blum | |
2013-03-17 | gras: move block set/get into common area | Josh Blum | |
2013-03-17 | gras: work on python hooks for props interface | Josh Blum | |
2013-03-17 | gras: property tweaks and c++ unit tests | Josh Blum | |
2013-02-24 | Merge 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-23 | gras: forgot a few things from last commit | Josh Blum | |
2013-02-17 | gras: work on stats messages and xml formatting | Josh Blum | |
2012-12-07 | tweaks to make it work on winderz | Josh Blum | |
2012-11-24 | size_t isnt swigging for me | Josh Blum | |
2012-11-20 | support for sbuffer in python | Josh Blum | |
2012-11-03 | begin work on python blocks | Josh Blum | |
2012-11-02 | mostly python tweaks, mostly happy QA | Josh Blum | |
2012-10-31 | swig-ing and test for thread pool | Josh Blum | |
2012-10-31 | work on swig and import unit test | Josh Blum | |