summaryrefslogtreecommitdiff
path: root/grc/base
Commit message (Expand)AuthorAgeFilesLines
* added the ability to open custom GRC hier block definitions from graphs using...Tim O'Shea2012-09-281-0/+1
* adding GRC Reload Block XML actionTim O'Shea2012-09-281-0/+4
* Removed whitespace and added dtools/bin/remove-whitespace as a tool to do thi...Tom Rondeau2012-04-134-11/+11
* Removed autotools, gr-waveform, some cleanupJohnathan Corgan2011-12-082-43/+0
* gr: the CMakeLists.txt took a chill pillJosh Blum2011-10-081-1/+1
* gr: squashed cmakelists.txt into one commitJosh Blum2011-07-201-0/+42
* grc: replaced asserts in base subdirectoryJosh Blum2011-04-147-45/+54
* grc: replaced asserts in python subdirectoryJosh Blum2011-04-141-1/+1
* grc: remove integrity checks, we wont need them when I'm doneJosh Blum2011-04-141-10/+0
* grc: added python checks for weird python interpretersJosh Blum2011-04-071-1/+11
* uhd: added ref clock option to single usrp blocks, minor grc fix on empty opt...Josh Blum2010-10-281-1/+1
* removed unused import statements, thanks pyflakesJosh Blum2009-12-062-4/+0
* Created a grc_blockdir in makefile.common.Josh Blum2009-10-281-3/+3
* hash the tuple of hashes to id the current paramsJosh Blum2009-09-251-1/+1
* xor that hashJosh Blum2009-09-181-1/+1
* bug fix for handling loading of dynamic paramsJosh Blum2009-09-182-8/+17
* bugfix: exclude disabled children from consideration in valid conditionJosh Blum2009-09-171-1/+2
* Implement a recursive validation api in the base Element class.Josh Blum2009-09-053-47/+45
* we dont use test() -> remove itJosh Blum2009-09-033-23/+0
* Removed the flagging api and usage from the base classes.Josh Blum2009-09-023-18/+1
* Switched the python classes to inherit from the base and gui classes.Josh Blum2009-08-304-86/+6
* port and param types from an overloaded methodJosh Blum2009-08-302-8/+18
* Replaced TYPES in Port and Param with types parameter.Josh Blum2009-08-293-27/+29
* added rewrite methods to element to separate from validation logicJosh Blum2009-08-263-2/+21
* Added virtual sink and logic to clone port.Josh Blum2009-08-262-10/+9
* added continuation mode for pad source and sinksJosh Blum2009-08-201-1/+3
* Removed Source and Sink classes as Port subclasses.Josh Blum2009-08-173-15/+12
* Merged branch 'msgq' from http://gnuradio.org/git/jblum.gitJohnathan Corgan2009-08-152-19/+24
|\
| * params, sources, and sinks now stored internally as lists. The keys for said ...Josh Blum2009-08-141-19/+22
| * apply diff from previous commitsJosh Blum2009-08-101-0/+2
* | Added git ignore files auto created from svn:ignore properties.git2009-08-141-0/+2
|/
* Merged r11309:11357 from grc branch.jblum2009-07-061-1/+3
* Added ability to extract category names from doxygen.jblum2009-06-291-4/+4
* Merging r11186:11273 from grc branch.jblum2009-06-2314-0/+1509