| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'master' into next | Johnathan Corgan | 2010-06-24 | 2 | -35/+41 |
|\ |
|
| * | grc: expanded nports ability to have multiple port duplicators per side | Josh Blum | 2010-06-24 | 2 | -35/+41 |
* | | Merge branch 'master' of http://gnuradio.org/git/gnuradio into uhd | Josh Blum | 2010-04-15 | 1 | -12/+20 |
|\| |
|
| * | work on the string representations for parameters (large vectors could be too... | Josh Blum | 2010-03-23 | 1 | -12/+20 |
* | | added to uhd grc files, also removed warning for grc generator with uhd blocks | Josh Blum | 2010-04-14 | 1 | -1/+1 |
|/ |
|
* | Fixed bug in checking if path is writable. | Josh Blum | 2010-03-03 | 1 | -1/+1 |
* | If the directory is read-only, use the systems tmp directory for generated py... | Josh Blum | 2010-03-03 | 1 | -1/+6 |
* | updated wiki url | Josh Blum | 2010-02-24 | 1 | -2/+2 |
* | grc bug fix from Dimitris Symeonidis | Josh Blum | 2010-01-23 | 1 | -1/+1 |
* | Merge branch 'wip/grc/cleanup' of http://gnuradio.org/git/jblum | Johnathan Corgan | 2009-12-07 | 3 | -4/+0 |
|\ |
|
| * | removed unused import statements, thanks pyflakes | Josh Blum | 2009-12-06 | 3 | -4/+0 |
* | | Allow for multiple io pads per hier flow graph. | Josh Blum | 2009-12-03 | 3 | -33/+33 |
|/ |
|
* | renamed msgq to msgq_in and msgq_out, block wrappers changed accordingly | Josh Blum | 2009-10-28 | 1 | -1/+1 |
* | Created a grc_blockdir in makefile.common. | Josh Blum | 2009-10-28 | 1 | -3/+3 |
* | Merge commit '25a8' from git@gnuradio.org:jblum | Johnathan Corgan | 2009-10-15 | 1 | -11/+17 |
|\ |
|
| * | Added window size param to all wxgui wrappers. | Josh Blum | 2009-10-09 | 1 | -11/+17 |
* | | added noaa to extract doc matcher | Josh Blum | 2009-10-07 | 1 | -1/+1 |
|/ |
|
* | Added a run options to the "no gui" generate options. | Josh Blum | 2009-10-03 | 1 | -0/+5 |
* | Revert "Merge branch 'grc' of http://gnuradio.org/git/jblum" | Johnathan Corgan | 2009-09-25 | 1 | -5/+0 |
* | Added a run options to the "no gui" generate options. | Josh Blum | 2009-09-25 | 1 | -0/+5 |
* | Re/evaluate the notebook blocks label because we dont garuntee the evaluation... | Josh Blum | 2009-09-18 | 1 | -1/+1 |
* | added errors dialog to show all error messages in flow graph | Josh Blum | 2009-09-18 | 1 | -1/+1 |
* | use show signal to perform initial gui update | Josh Blum | 2009-09-08 | 1 | -1/+1 |
* | Fixed the usrp and usrp2 probe scripts to work with the new gui param api. | Josh Blum | 2009-09-06 | 1 | -1/+1 |
* | propsdialog tweaks | Josh Blum | 2009-09-06 | 1 | -3/+3 |
* | better error msg for empty statements | Josh Blum | 2009-09-05 | 1 | -0/+1 |
* | Evaluation fix in param.to_code(). | Josh Blum | 2009-09-02 | 1 | -3/+4 |
* | Removed the flagging api and usage from the base classes. | Josh Blum | 2009-09-02 | 1 | -3/+10 |
* | Switched the python classes to inherit from the base and gui classes. | Josh Blum | 2009-08-30 | 6 | -14/+30 |
* | port and param types from an overloaded method | Josh Blum | 2009-08-30 | 2 | -22/+17 |
* | Replaced TYPES in Port and Param with types parameter. | Josh Blum | 2009-08-29 | 3 | -16/+26 |
* | made is_virtual_xxx a block level function, used by port and param classes | Josh Blum | 2009-08-28 | 3 | -12/+13 |
* | added stream id type and checking in evaluate | Josh Blum | 2009-08-28 | 1 | -4/+21 |
* | avoid loops | Josh Blum | 2009-08-28 | 1 | -4/+13 |
* | Recursive resolution of virtual sources. | Josh Blum | 2009-08-28 | 3 | -16/+38 |
* | added virtual source and added stream ids, logic to clone in port | Josh Blum | 2009-08-28 | 1 | -5/+15 |
* | added rewrite methods to element to separate from validation logic | Josh Blum | 2009-08-26 | 2 | -7/+14 |
* | Added virtual sink and logic to clone port. | Josh Blum | 2009-08-26 | 1 | -0/+14 |
* | removed repurposing of pads | Josh Blum | 2009-08-25 | 1 | -28/+8 |
* | Work on command line options for generated code. | Josh Blum | 2009-08-25 | 1 | -6/+16 |
* | added continuation mode for pad source and sinks | Josh Blum | 2009-08-20 | 1 | -0/+17 |
* | Removed Source and Sink classes as Port subclasses. | Josh Blum | 2009-08-17 | 2 | -25/+14 |
* | Merged branch 'msgq' from http://gnuradio.org/git/jblum.git | Johnathan Corgan | 2009-08-15 | 7 | -34/+59 |
|\ |
|
| * | added validation check for msg type ports, added copy method for ports to cle... | Josh Blum | 2009-08-15 | 2 | -18/+23 |
| * | params, sources, and sinks now stored internally as lists. The keys for said ... | Josh Blum | 2009-08-14 | 2 | -15/+11 |
| * | this time commit the file changes | Josh Blum | 2009-08-13 | 7 | -11/+32 |
| * | apply diff from previous commits | Josh Blum | 2009-08-10 | 4 | -19/+22 |
* | | Added git ignore files auto created from svn:ignore properties. | git | 2009-08-14 | 1 | -0/+2 |
|/ |
|
* | make use of gr.version() | jblum | 2009-07-11 | 1 | -2/+2 |
* | short id fix | jblum | 2009-07-08 | 2 | -8/+5 |