Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-05-01 | gras: update submodules for fixes | Josh Blum | |
2013-04-15 | gras: added vec call to work buffer | Josh Blum | |
2013-04-15 | gras: assign a few more missing UNLIKELYs | Josh Blum | |
2013-04-14 | benchmarks: use duration based runs for results | Josh Blum | |
2013-04-07 | gras: updated gnuradio submodule fixes #68 | Josh Blum | |
2013-04-06 | gras: updated submodules for framer sink move | Josh Blum | |
2013-04-04 | gras: revisit container storage after yesterdays learning | Josh 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-31 | gras: updated submodules | Josh Blum | |
2013-03-21 | gras: removed deprecated lock/unlock calls | Josh Blum | |
2013-03-18 | gras: updated submodules | Josh Blum | |
2013-03-06 | gras: top block gets same config style as block | Josh Blum | |
2013-03-01 | gras: use new flag for marking produce | Josh 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-25 | gras: work on new port config API | Josh 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-24 | gras: wappers are in gnuradio, clean up this swig | Josh Blum | |
2013-02-23 | gras: forgot a few things from last commit | Josh Blum | |
2013-02-23 | gras: use new set/get item size api | Josh Blum | |
2013-02-22 | gras: update submodules from osx fixes | Josh Blum | |
2013-02-22 | gras: rename start/stop to notify interfaces | Josh Blum | |
also moved backwards compat interfaces out the gnuradio commit is updated for this | |||
2013-02-17 | gras: submodule update | Josh Blum | |
2013-01-31 | gr: update submodule commit | Josh Blum | |
2013-01-13 | updated submodules, resquash gras support on 3.6.4 | Josh Blum | |
2012-12-26 | updated gnuradio submodule after merge | Josh Blum | |
2012-12-23 | create a new token for the downsteam message | Josh Blum | |
2012-12-05 | tag is just an offset and object, created stream tag and pkt message | Josh Blum | |
2012-12-01 | changed lookahead to preload, thats all it is | Josh Blum | |
2012-11-29 | changes for PMC update + submodules | Josh Blum | |
2012-11-25 | tweaks for io sig extend logic | Josh Blum | |
2012-11-22 | extra asserts for sign on consume/produce | Josh Blum | |
2012-11-20 | kludge around for python reference counting | Josh Blum | |
2012-11-17 | checkin misc changes from horrible swig adventure | Josh Blum | |
2012-11-15 | set system wide test directories | Josh Blum | |
2012-11-15 | swig work and created a block.i | Josh Blum | |
2012-11-13 | created API for passive work-flow | Josh Blum | |
2012-11-12 | more get methods for all | Josh Blum | |
2012-11-11 | consistency for naming conventions, param orders | Josh Blum | |
2012-11-11 | fixed input fail logic w/ input_queues.is_front_maximal | Josh Blum | |
2012-11-09 | common typedef for item count | Josh Blum | |
2012-11-06 | moved consume each convenience routine | Josh Blum | |
2012-11-05 | polish up work and notify api | Josh 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-04 | work on SWIG director block... | Josh Blum | |
2012-11-03 | moved around the shared ptr logic in Element | Josh Blum | |
2012-11-02 | swig tweaks to element.i for %ignores | Josh Blum | |
2012-11-02 | mostly python tweaks, mostly happy QA | Josh Blum | |
2012-11-01 | moved out a bunch of work, rate, fcast logic | Josh Blum | |
2012-11-01 | building gnuradio, some workarounds | Josh Blum | |
2012-11-01 | added gnuradio as git submodule | Josh Blum | |
2012-10-28 | work on stand-alone library build | Josh Blum | |
2012-10-04 | updated to latest subprojects, got compiling | Josh 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-25 | still hate history, time dilation, this is better | Josh Blum | |
2012-09-23 | disconnect_all will commit the topology (more qa happy) | Josh Blum | |