summaryrefslogtreecommitdiff
path: root/gnuradio
AgeCommit message (Collapse)Author
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
2012-11-01added gnuradio as git submoduleJosh Blum
2012-10-28work on stand-alone library buildJosh 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-25still hate history, time dilation, this is betterJosh Blum
2012-09-23disconnect_all will commit the topology (more qa happy)Josh Blum
2012-09-22threading related tweaks for happy qa codeJosh Blum
2012-09-19a few more forecast related tweaksJosh Blum
2012-09-17created write accessors for the work buffersJosh Blum
2012-09-15use cerr for all of the debug printsJosh Blum
2012-09-13added a static print when debug asserts are enabledJosh Blum
2012-09-13redo gr type compat header, it has 2 purposesJosh Blum
to be included by swig and bring in hpp files and to provide gr_<stdint> typedefs This is for backwards compat since really old blocks use these typedefs (should totally sed these out)
2012-09-06debug prints, minor fixes, unfinished input queue workJosh Blum
2012-09-05updated the submodule version (removed include dir)Josh Blum