summaryrefslogtreecommitdiff
path: root/lib/hier_block.cpp
AgeCommit message (Collapse)Author
2013-09-12gras: added thread pool to global configJosh Blum
2013-09-09gras: work on global config that works on hierJosh Blum
2013-06-06gras: changes for actor in worker Apology commitJosh Blum
2013-04-10gras: formalize the weak container api w/ docsJosh Blum
address issue #69, we now have a set_container call, which is now formally part of the api. Anyone can call set_container for custom container types. GRAS supports shared ptr and pyobject out of the box.
2013-04-04gras: revisit container storage after yesterdays learningJosh Blum
The mechanisms of connect are now resonsible for grabbing the container ref. When the object is a shared ptr, the element contructor overload sets weakself. When the object is in python, the python reference is held, even if its shared ptr underneath that. * removed the need for shared_from_this * removed the ref stuff in python Block
2013-04-03gras: figured out how to do the python referenceJosh Blum
2013-03-28gras: virtual destructors for all but Element #67Josh Blum
2013-03-22gras: we now have the element tree interfaceJosh Blum
2013-03-22gras: quick prop tree unit test + fixesJosh Blum
2013-03-22gras: added hier block register subelementJosh Blum
2012-11-09switch to boost software licenseJosh Blum
2012-11-06add back in this best effort ref containerJosh Blum
2012-11-03python hier/top block holds refs of connected blocksJosh Blum
2012-11-02store a reference to the element, even when its not in a sptrJosh Blum
2012-10-28work on stand-alone library buildJosh Blum
2012-10-21moved commit and deprecated lock/unlock into hier blockJosh Blum
it can now be called from within a hier block once the design has been committed
2012-10-02dammit... find and replace did it againJosh Blum
2012-09-29delete vector utils header, this is only for topology_handler nowJosh Blum
2012-09-29apology support compiling w/o message handlersJosh Blum
2012-09-23store the container sptr in tsbe topologyJosh Blum
2012-09-23disconnect_all will commit the topology (more qa happy)Josh Blum
2012-09-17added missing cleanup calls to deconstructor and disconnect allJosh Blum
2012-09-16added disconnect all to hier blockJosh Blum
2012-09-02moved lib/impl headers for cleanupJosh Blum
2012-08-31added comments and some cleanup codeJosh Blum
2012-08-29using port messages and implement buffer queues in houseJosh Blum
2012-08-28token work w/ messages to implement finite runsJosh Blum
2012-08-26runtime: io signature looks like a shared ptrJosh Blum
2012-08-26runtime: work on unit testsJosh Blum
2012-08-26runtime: a lot more is compiling/linkingJosh Blum
2012-08-26runtime: work on api wrapper blocksJosh Blum