summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-04-23gras: use framework send, prepare for theron v6Josh Blum
2013-04-22gras: added missing python paths for extras qaJosh Blum
2013-04-16gras: enable half consumed metric on pool buffersJosh Blum
2013-04-16gras: isolate this callback to only the source fileJosh Blum
2013-04-15gras: added vec call to work bufferJosh Blum
2013-04-15gras: forgotten change from last commitJosh Blum
2013-04-15gras: assign a few more missing UNLIKELYsJosh Blum
2013-04-14benchmarks: use duration based runs for resultsJosh Blum
2013-04-14gras: updated grextras submodules for fixJosh Blum
2013-04-14gras: warning prints for block implementations that hangJosh Blum
2013-04-14Merge branch 'benchmark_work'Josh Blum
2013-04-14gras: move code into component filesJosh Blum
2013-04-14gras: updated PMC submoduleJosh Blum
2013-04-14gras: increase chunk size for fair benchmarksJosh Blum
2013-04-14gras: yield policy env, and throw on bad valueJosh Blum
2013-04-14gras: added more GRAS_UNLIKELY in handlersJosh Blum
2013-04-13gras: minor tweaks while benchmarkingJosh Blum
2013-04-13gras: make the benchmarks time themselvesJosh Blum
2013-04-12gras: added suffix for benchmark resultsJosh Blum
2013-04-10gras: update grextras submodule for fixesJosh Blum
2013-04-10gras: switched to using token for prio messagesJosh Blum
See #70 for more details
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-07gras: updated submodules for PMC_DECL_FALSE_EQUALITYJosh Blum
2013-04-07gras: updated gnuradio submodule fixes #68Josh Blum
2013-04-06gras: cleaner way for msgs to override item reserveJosh Blum
2013-04-06gras: split register property into two callsJosh Blum
2013-04-06gras: updated submodules for framer sink moveJosh Blum
2013-04-06gras: fixed a bug in swapping out buffer queuesJosh Blum
The default pool buffer was getting circ buffers when they went out from the deref in this circumstance: Basically, the circ buffs were created and deref'd before the circ queue was set into the output queue. This seems to fix the pfb clock sync issue, but not others is #42
2013-04-04gras: Element can have virtual destructor nowJosh Blum
fixes #67 Now that we no longer need shared from this
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-03Merge branch 'ownership_work'Josh Blum
2013-04-03gras: update grextras submoduleJosh Blum
2013-04-03gras: code cleanup and comments from last commitJosh Blum
2013-04-03gras: figured out how to do the python referenceJosh Blum
2013-04-01gras: fix from previous commit: swig element equalsJosh Blum
Just put an API call into element so its always there, and call it from swig.
2013-03-31Merge branch 'query_work'Josh Blum
2013-03-31gras: updated submodulesJosh Blum
2013-03-31gras: more of that include vs import w/ swigJosh Blum
2013-03-31gras: fix #60 by checking done logic after handlerJosh Blum
2013-03-31gras: fix compile register issue - use dynamic castJosh Blum
2013-03-30query: autohide for close boxJosh Blum
2013-03-30query: more jquery ui tweaksJosh Blum
2013-03-30query: filter query_stats to only blocks requestedJosh Blum
2013-03-30query: rework init logic + save other gui settingsJosh Blum
2013-03-29query: hide log messages to stdout by defaultJosh Blum
2013-03-29gras: reuse inputs_available for done logicJosh Blum
2013-03-29gras: fixed query unit test, added json checkJosh Blum
2013-03-29Merge branch 'master' into query_workJosh Blum
2013-03-29gras: fix #66 with less lazy flush_all for input queueJosh Blum
2013-03-29gras: added hooks to query instantaneous stateJosh Blum