summaryrefslogtreecommitdiff
path: root/Apology
AgeCommit message (Collapse)Author
2013-09-09gras: work on global config that works on hierJosh Blum
2013-06-11gras: added backup for failing clock_gettimeJosh Blum
2013-06-06gras: update Apology submodule for tweaksJosh Blum
2013-06-06gras: changes for actor in worker Apology commitJosh Blum
2013-04-23gras: use framework send, prepare for theron v6Josh Blum
2013-03-15gras: address high prio message issue with atomic countJosh Blum
Both stats and inactive use the atomic count to tell the actor that there is a high prio message in the queue. This is intended to be a workaround; Hopefully Theron will gain API support for message priority stuff. See issue #56
2013-02-17gras: submodule updateJosh Blum
2013-01-31gras: submodule update - misc fixesJosh Blum
2012-12-01submodule commit, parallel setupJosh Blum
2012-11-08updated the subprojects for Theron 5.01.00Josh Blum
2012-10-28Merge branch 'rc0_work'Josh Blum
Conflicts: Apology
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-11make use of new message registration macrosJosh Blum
2012-10-04updated to latest subprojects, got compilingJosh Blum
due to the return 0 fix, interruptible threads are now optional, and by defualt off added empty hooks for max/min buffer stuff so its compiling...
2012-09-30created a bitset wrapper w/ all() routineJosh Blum
as it turns out ~ was making a new bitset and a malloc just make some common code to avoid the reuse
2012-09-29minor changes and updated submodule apology commitJosh Blum
2012-09-29gnuradio core mostly passing with apology fixesJosh Blum
2012-09-28started apology integration, removed tsbeJosh Blum