Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-06-01 | props: added query functionality to enumerate properties | Josh Blum | |
2013-04-06 | gras: split register property into two calls | 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-04-03 | gras: code cleanup and comments from last commit | Josh Blum | |
2013-04-03 | gras: figured out how to do the python reference | Josh Blum | |
2013-03-31 | gras: more of that include vs import w/ swig | Josh Blum | |
2013-03-28 | gras: virtual destructors for all but Element #67 | Josh Blum | |
2013-03-17 | gras: move block set/get into common area | Josh Blum | |
2013-03-17 | gras: work on python hooks for props interface | Josh Blum | |
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-23 | gras: use new set/get item size api | 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 | |||
2012-12-05 | tag is just an offset and object, created stream tag and pkt message | Josh Blum | |
2012-11-30 | messing w/ pop_input_msg call | Josh Blum | |
2012-11-26 | various tweaks for submodule building and msvc | Josh Blum | |
2012-11-25 | python block gets same signature extend logic | Josh Blum | |
2012-11-25 | make use of PMC/Registry.i in SBuffer binding | Josh Blum | |
2012-11-24 | change the type to unsigned to make swig happy | Josh Blum | |
this is a little evil, changing a public header for swig but it works just as well and we can save this for another day | |||
2012-11-23 | swig import to avoid PMC symbol duplication | Josh Blum | |
2012-11-20 | support for sbuffer in python | Josh Blum | |
2012-11-20 | kludge around for python reference counting | Josh Blum | |
2012-11-18 | propagate_tags director for python | Josh Blum | |
2012-11-18 | convenience produce/consume + propagate_tags default | Josh Blum | |
2012-11-17 | checkin misc changes from horrible swig adventure | Josh Blum | |
2012-11-12 | simplified the tags iterator stuff | Josh Blum | |
2012-11-12 | create a proper python iterator from TagIter | Josh Blum | |
2012-11-11 | consistency for naming conventions, param orders | Josh Blum | |
2012-11-09 | python tags source/sink looper | Josh Blum | |
2012-11-09 | swig template std::vector<gras::Tag> | Josh Blum | |
2012-11-09 | created get_input_tags pythonic wrapper | Josh Blum | |
2012-11-09 | switch to boost software license | Josh Blum | |
2012-11-09 | working on tags python support | Josh Blum | |
2012-11-08 | add try/except w/ prints to python block | Josh Blum | |
2012-11-08 | lot of python locking hell... | Josh Blum | |
2012-11-06 | work on python blocks and unit test | 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 Python Blocks overloads/directors | Josh Blum | |
2012-11-04 | work on SWIG director block... | Josh Blum | |
2012-11-03 | work on python block class | Josh Blum | |
2012-11-03 | begin work on python blocks | Josh Blum | |