index
:
gnuradio/.git
master
GNU Radio fork v3.6
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
grc
/
python
/
Port.py
Age
Commit message (
Expand
)
Author
2013-03-31
Merge branch 'maint' into v3.6.4git_gras_support
Josh Blum
2013-03-26
grc: fixes problem with order of defining message ports vs. data ports.
Tom Rondeau
2013-01-13
gras: support changeset for 3.6.4
Josh Blum
2012-11-30
core: gr_blocks can now have only message ports with no general_work()
Tim O'Shea
2012-05-31
grc: restore virtual ports in grc
Justin R. Cutler
2012-03-25
grc: resolve down and up stream for empty types
Josh Blum
2011-10-19
grc: tweaks for colors, added 64 int, vector darken
Josh Blum
2011-10-12
grc: added new IO types
Josh Blum
2011-04-14
grc: replaced asserts in python subdirectory
Josh Blum
2010-06-24
grc: expanded nports ability to have multiple port duplicators per side
Josh Blum
2009-09-08
use show signal to perform initial gui update
Josh Blum
2009-08-30
Switched the python classes to inherit from the base and gui classes.
Josh Blum
2009-08-30
port and param types from an overloaded method
Josh Blum
2009-08-29
Replaced TYPES in Port and Param with types parameter.
Josh Blum
2009-08-28
made is_virtual_xxx a block level function, used by port and param classes
Josh Blum
2009-08-28
avoid loops
Josh Blum
2009-08-28
Recursive resolution of virtual sources.
Josh Blum
2009-08-28
added virtual source and added stream ids, logic to clone in port
Josh Blum
2009-08-26
added rewrite methods to element to separate from validation logic
Josh Blum
2009-08-26
Added virtual sink and logic to clone port.
Josh Blum
2009-08-17
Removed Source and Sink classes as Port subclasses.
Josh Blum
2009-08-15
added validation check for msg type ports, added copy method for ports to cle...
Josh Blum
2009-08-14
params, sources, and sinks now stored internally as lists. The keys for said ...
Josh Blum
2009-08-13
this time commit the file changes
Josh Blum
2009-08-10
apply diff from previous commits
Josh Blum
2009-06-23
Merging r11186:11273 from grc branch.
jblum