summaryrefslogtreecommitdiff
path: root/python/gras/GRAS_Block.i
AgeCommit message (Collapse)Author
2013-06-24gras: misc fixes from last commitJosh Blum
2013-06-24gras: fun w/ swig module workJosh Blum
2013-06-01props: added query functionality to enumerate propertiesJosh Blum
2013-04-06gras: split register property into two callsJosh 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-04-03gras: code cleanup and comments from last commitJosh Blum
2013-04-03gras: figured out how to do the python referenceJosh Blum
2013-03-31gras: more of that include vs import w/ swigJosh Blum
2013-03-28gras: virtual destructors for all but Element #67Josh Blum
2013-03-17gras: move block set/get into common areaJosh Blum
2013-03-17gras: work on python hooks for props interfaceJosh Blum
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-23gras: use new set/get item size apiJosh Blum
2013-02-22gras: rename start/stop to notify interfacesJosh Blum
also moved backwards compat interfaces out the gnuradio commit is updated for this
2012-12-05tag is just an offset and object, created stream tag and pkt messageJosh Blum
2012-11-30messing w/ pop_input_msg callJosh Blum
2012-11-26various tweaks for submodule building and msvcJosh Blum
2012-11-25python block gets same signature extend logicJosh Blum
2012-11-25make use of PMC/Registry.i in SBuffer bindingJosh Blum
2012-11-24change the type to unsigned to make swig happyJosh 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-23swig import to avoid PMC symbol duplicationJosh Blum
2012-11-20support for sbuffer in pythonJosh Blum
2012-11-20kludge around for python reference countingJosh Blum
2012-11-18propagate_tags director for pythonJosh Blum
2012-11-18convenience produce/consume + propagate_tags defaultJosh Blum
2012-11-17checkin misc changes from horrible swig adventureJosh Blum
2012-11-12simplified the tags iterator stuffJosh Blum
2012-11-12create a proper python iterator from TagIterJosh Blum
2012-11-11consistency for naming conventions, param ordersJosh Blum
2012-11-09python tags source/sink looperJosh Blum
2012-11-09swig template std::vector<gras::Tag>Josh Blum
2012-11-09created get_input_tags pythonic wrapperJosh Blum
2012-11-09switch to boost software licenseJosh Blum
2012-11-09working on tags python supportJosh Blum
2012-11-08add try/except w/ prints to python blockJosh Blum
2012-11-08lot of python locking hell...Josh Blum
2012-11-06work on python blocks and unit testJosh 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 Python Blocks overloads/directorsJosh Blum
2012-11-04work on SWIG director block...Josh Blum
2012-11-03work on python block classJosh Blum
2012-11-03begin work on python blocksJosh Blum