summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2013-03-28gras: cleanup factory and init orderingJosh Blum
2013-03-28gras: work on passing only active blocks into the requestJosh Blum
2013-03-28gras: virtual destructors for all but Element #67Josh Blum
2013-03-28gras: pass query args into top block and blocks.jsonJosh Blum
2013-03-27gras: move cursor for draggable chartsJosh Blum
2013-03-27Merge branch 'query_work'Josh Blum
2013-03-27gras: also rename and fix the stats test to queryJosh Blum
2013-03-27gras: also release all tags and msgs on block stopJosh Blum
2013-03-27gras: workaround for google chart shrink on resize issueJosh Blum
2013-03-27gras: using jquery ui draggable and resizableJosh Blum
2013-03-26gras: various tweaks to the gui elementsJosh Blum
2013-03-26gras: use json for performanceJosh Blum
2013-03-26gras: use property tree to make xml - much smarterJosh Blum