Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gr: squashed cmakelists.txt into one commit | Josh Blum | 2011-07-20 | 1 | -0/+42 |
| | |||||
* | grc: replaced asserts in base subdirectory | Josh Blum | 2011-04-14 | 7 | -45/+54 |
| | |||||
* | grc: replaced asserts in python subdirectory | Josh Blum | 2011-04-14 | 1 | -1/+1 |
| | |||||
* | grc: remove integrity checks, we wont need them when I'm done | Josh Blum | 2011-04-14 | 1 | -10/+0 |
| | |||||
* | grc: added python checks for weird python interpreters | Josh Blum | 2011-04-07 | 1 | -1/+11 |
| | |||||
* | uhd: added ref clock option to single usrp blocks, minor grc fix on empty ↵ | Josh Blum | 2010-10-28 | 1 | -1/+1 |
| | | | | option keys | ||||
* | removed unused import statements, thanks pyflakes | Josh Blum | 2009-12-06 | 2 | -4/+0 |
| | |||||
* | Created a grc_blockdir in makefile.common. | Josh Blum | 2009-10-28 | 1 | -3/+3 |
| | | | | | Switched the grc src prefix in grc makefiles. Removed grc/Makefile.inc as it was no longer neededed. | ||||
* | hash the tuple of hashes to id the current params | Josh Blum | 2009-09-25 | 1 | -1/+1 |
| | |||||
* | xor that hash | Josh Blum | 2009-09-18 | 1 | -1/+1 |
| | |||||
* | bug fix for handling loading of dynamic params | Josh Blum | 2009-09-18 | 2 | -8/+17 |
| | |||||
* | bugfix: exclude disabled children from consideration in valid condition | Josh Blum | 2009-09-17 | 1 | -1/+2 |
| | |||||
* | Implement a recursive validation api in the base Element class. | Josh Blum | 2009-09-05 | 3 | -47/+45 |
| | | | | | | | The rewrite and validate methods will invoke themselves on the child elements. The error messages are now a super-list of element and child error messages. As a side-effect, this cleans up code in base Block and Flowgraph class. | ||||
* | we dont use test() -> remove it | Josh Blum | 2009-09-03 | 3 | -23/+0 |
| | |||||
* | Removed the flagging api and usage from the base classes. | Josh Blum | 2009-09-02 | 3 | -18/+1 |
| | | | | Far better to flag the namespace for renewing once in the flowgraph.py | ||||
* | Switched the python classes to inherit from the base and gui classes. | Josh Blum | 2009-08-30 | 4 | -86/+6 |
| | | | | | Use only **kwargs so all contructor parameters must be passed with keys. Moved gui input forms classes from base to gui param module. | ||||
* | port and param types from an overloaded method | Josh Blum | 2009-08-30 | 2 | -8/+18 |
| | |||||
* | Replaced TYPES in Port and Param with types parameter. | Josh Blum | 2009-08-29 | 3 | -27/+29 |
| | | | | | Replaced odict in options for storing options with a list. Fix virtual port check in flow graph template. | ||||
* | added rewrite methods to element to separate from validation logic | Josh Blum | 2009-08-26 | 3 | -2/+21 |
| | |||||
* | Added virtual sink and logic to clone port. | Josh Blum | 2009-08-26 | 2 | -10/+9 |
| | | | | | Tweaks to the base validation routines. Validate twice in the update until rewrite functions are implemented. | ||||
* | added continuation mode for pad source and sinks | Josh Blum | 2009-08-20 | 1 | -1/+3 |
| | |||||
* | Removed Source and Sink classes as Port subclasses. | Josh Blum | 2009-08-17 | 3 | -15/+12 |
| | | | | A port can be a source or a sink based on the dir parameter. | ||||
* | Merged branch 'msgq' from http://gnuradio.org/git/jblum.git | Johnathan Corgan | 2009-08-15 | 2 | -19/+24 |
|\ | | | | | | | | | | | This adds the ability to GRC to gave blocks with message ports. Signed-off-by: Johnathan Corgan <jcorgan@corganenterprises.com> | ||||
| * | params, sources, and sinks now stored internally as lists. The keys for said ↵ | Josh Blum | 2009-08-14 | 1 | -19/+22 |
| | | | | | | | | objects are now only stored in one place (in the object). | ||||
| * | apply diff from previous commits | Josh Blum | 2009-08-10 | 1 | -0/+2 |
| | | |||||
* | | Added git ignore files auto created from svn:ignore properties. | git | 2009-08-14 | 1 | -0/+2 |
|/ | | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11592 221aa14e-8319-0410-a670-987f0aec2ac5 | ||||
* | Merged r11309:11357 from grc branch. | jblum | 2009-07-06 | 1 | -1/+3 |
| | | | | | | | | Adds notebook cabability to grc and its wxgui windows/controls. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11358 221aa14e-8319-0410-a670-987f0aec2ac5 | ||||
* | Added ability to extract category names from doxygen. | jblum | 2009-06-29 | 1 | -4/+4 |
| | | | | | | | | For now, this is commented out until the current block tree is overhauled. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11304 221aa14e-8319-0410-a670-987f0aec2ac5 | ||||
* | Merging r11186:11273 from grc branch. | jblum | 2009-06-23 | 14 | -0/+1509 |
Fixes, features, and reorganization for grc. Minor fixes and features for wxgui forms. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11274 221aa14e-8319-0410-a670-987f0aec2ac5 |