index
:
gnuradio/.git
master
GNU Radio fork v3.6
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
grc
/
base
Age
Commit message (
Expand
)
Author
2009-09-25
hash the tuple of hashes to id the current params
Josh Blum
2009-09-18
xor that hash
Josh Blum
2009-09-18
bug fix for handling loading of dynamic params
Josh Blum
2009-09-17
bugfix: exclude disabled children from consideration in valid condition
Josh Blum
2009-09-05
Implement a recursive validation api in the base Element class.
Josh Blum
2009-09-03
we dont use test() -> remove it
Josh Blum
2009-09-02
Removed the flagging api and usage from the base classes.
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-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-20
added continuation mode for pad source and sinks
Josh Blum
2009-08-17
Removed Source and Sink classes as Port subclasses.
Josh Blum
2009-08-15
Merged branch 'msgq' from http://gnuradio.org/git/jblum.git
Johnathan Corgan
2009-08-14
params, sources, and sinks now stored internally as lists. The keys for said ...
Josh Blum
2009-08-14
Added git ignore files auto created from svn:ignore properties.
git
2009-08-10
apply diff from previous commits
Josh Blum
2009-07-06
Merged r11309:11357 from grc branch.
jblum
2009-06-29
Added ability to extract category names from doxygen.
jblum
2009-06-23
Merging r11186:11273 from grc branch.
jblum