summaryrefslogtreecommitdiff
path: root/gnuradio
AgeCommit message (Collapse)Author
2013-06-13gras: update gr submodule for qa fixJosh Blum
2013-06-11gras: update gnuradio submodule for 3.6.4.2Josh Blum
2013-06-01gras: created uid API - replaces name and unique_idJosh Blum
2013-05-11gras: created new test_thread_priority api callJosh Blum
2013-05-11gras: added thread prio support hooksJosh Blum
2013-05-01gras: update submodules for fixesJosh Blum
2013-04-15gras: added vec call to work bufferJosh Blum
2013-04-15gras: assign a few more missing UNLIKELYsJosh Blum
2013-04-14benchmarks: use duration based runs for resultsJosh Blum
2013-04-07gras: updated gnuradio submodule fixes #68Josh Blum
2013-04-06gras: updated submodules for framer sink moveJosh Blum
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-03-31gras: updated submodulesJosh Blum
2013-03-21gras: removed deprecated lock/unlock callsJosh Blum
2013-03-18gras: updated submodulesJosh Blum
2013-03-06gras: top block gets same config style as blockJosh Blum
2013-03-01gras: use new flag for marking produceJosh Blum
This way we dont produce stuff when the user gets access to the internal buffer, but only when the user is calling produce.
2013-02-25gras: work on new port config APIJosh Blum
combined item size config into port config removed set/get, its just a set by reference, this simplified a lot of client code Commit call will apply the changes at runtime.
2013-02-24gras: wappers are in gnuradio, clean up this swigJosh Blum
2013-02-23gras: forgot a few things from last commitJosh Blum
2013-02-23gras: use new set/get item size apiJosh Blum
2013-02-22gras: update submodules from osx fixesJosh Blum
2013-02-22gras: rename start/stop to notify interfacesJosh Blum
also moved backwards compat interfaces out the gnuradio commit is updated for this
2013-02-17gras: submodule updateJosh Blum
2013-01-31gr: update submodule commitJosh Blum
2013-01-13updated submodules, resquash gras support on 3.6.4Josh Blum
2012-12-26updated gnuradio submodule after mergeJosh Blum
2012-12-23create a new token for the downsteam messageJosh Blum
2012-12-05tag is just an offset and object, created stream tag and pkt messageJosh Blum
2012-12-01changed lookahead to preload, thats all it isJosh Blum
2012-11-29changes for PMC update + submodulesJosh Blum
2012-11-25tweaks for io sig extend logicJosh Blum
2012-11-22extra asserts for sign on consume/produceJosh Blum
2012-11-20kludge around for python reference countingJosh Blum
2012-11-17checkin misc changes from horrible swig adventureJosh Blum
2012-11-15set system wide test directoriesJosh Blum
2012-11-15swig work and created a block.iJosh Blum
2012-11-13created API for passive work-flowJosh Blum
2012-11-12more get methods for allJosh Blum
2012-11-11consistency for naming conventions, param ordersJosh Blum
2012-11-11fixed input fail logic w/ input_queues.is_front_maximalJosh Blum
2012-11-09common typedef for item countJosh Blum
2012-11-06moved consume each convenience routineJosh Blum
2012-11-05polish up work and notify apiJosh Blum
There is a formal api to mark done, and IO failures. Notify topology was created for consistency. So far, there output fail is unimplemented, and input fail requires an additional check.
2012-11-04work on SWIG director block...Josh Blum
2012-11-03moved around the shared ptr logic in ElementJosh Blum
2012-11-02swig tweaks to element.i for %ignoresJosh Blum
2012-11-02mostly python tweaks, mostly happy QAJosh Blum
2012-11-01moved out a bunch of work, rate, fcast logicJosh Blum
2012-11-01building gnuradio, some workaroundsJosh Blum