| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'master' into next | Johnathan Corgan | 2013-01-15 | 1 | -34/+32 |
|\ |
|
| * | wxgui: implement persistence without using glAccum | Sylvain Munaut | 2013-01-15 | 1 | -16/+19 |
| * | Merge branch 'maint' | Johnathan Corgan | 2013-01-15 | 1 | -36/+31 |
| |\ |
|
| | * | wxgui: dead code removal and formatting cleanup | Sylvain Munaut | 2013-01-15 | 1 | -36/+31 |
* | | | Merge branch 'master' into next | Johnathan Corgan | 2013-01-14 | 3 | -8/+2 |
|\| | |
|
| * | | Merge branch 'maint' | Johnathan Corgan | 2013-01-14 | 3 | -7/+2 |
| |\| |
|
| | * | core: removed redundant test settings | Josh Blum | 2013-01-14 | 1 | -7/+0 |
| | * | block: file_source_impl missing mutex include | Josh Blum | 2013-01-14 | 1 | -0/+1 |
| | * | core: gr_socket_pdu missing iostream | Josh Blum | 2013-01-14 | 1 | -0/+1 |
* | | | Merge branch 'master' into next | Johnathan Corgan | 2013-01-14 | 5 | -0/+213 |
|\| | |
|
| * | | core: adding gr_random_pdu message passing block | Tim O'Shea | 2013-01-14 | 5 | -0/+213 |
* | | | pager: converting to new API structure. | Tom Rondeau | 2013-01-13 | 43 | -1381/+1653 |
* | | | noaa: converting to new API structure. | Tom Rondeau | 2013-01-13 | 26 | -710/+857 |
* | | | comedi: converting to new API structure. | Tom Rondeau | 2013-01-13 | 21 | -865/+1005 |
* | | | pmt: fixing a few files with older pmt naming style. | Tom Rondeau | 2013-01-13 | 10 | -141/+138 |
* | | | Merge branch 'next' of gnuradio.org:gnuradio into next | Tom Rondeau | 2013-01-13 | 7 | -3/+167 |
|\ \ \ |
|
| * | | | Merge branch 'master' into next | Johnathan Corgan | 2013-01-11 | 7 | -3/+167 |
| |\| | |
|
| | * | | Merge branch 'atsc' | Johnathan Corgan | 2013-01-11 | 7 | -3/+167 |
| | |\ \ |
|
| | | * | | atsc: commented out debug code | Johnathan Corgan | 2013-01-11 | 1 | -1/+1 |
| | | * | | atsc: Make equililzer taps accessible in python. | Ben Reynwar | 2012-12-19 | 4 | -0/+14 |
| | | * | | atsc: Fixed bug I made in last commit. | Ben Reynwar | 2012-12-19 | 1 | -0/+2 |
| | | * | | atsc: Minor changes to atsc. | Ben Reynwar | 2012-12-19 | 3 | -3/+151 |
| * | | | | Merge branch 'master' into next | Johnathan Corgan | 2013-01-08 | 0 | -0/+0 |
| |\| | | |
|
| | * | | | cmake: updated revision to 3.6.4git post-releasev3.6.4git | Johnathan Corgan | 2013-01-08 | 1 | -2/+2 |
| | | |/
| | |/| |
|
| | * | | cmake: update revision to 3.6.3 for releasev3.6.3 | Johnathan Corgan | 2013-01-08 | 1 | -1/+1 |
* | | | | vocoder: updating QA test for vocoders. | Tom Rondeau | 2013-01-07 | 8 | -25/+104 |
* | | | | Merge branch 'next' of gnuradio.org:gnuradio into next | Tom Rondeau | 2013-01-07 | 86 | -849/+1015 |
|\| | | |
|
| * | | | merge of fix_build_dir_order, fix conflict | Michael L Dickens | 2013-01-07 | 1 | -4/+0 |
| |\| | |
|
| | * | | remove unnecessary build commands | Michael L Dickens | 2013-01-04 | 1 | -4/+0 |
| * | | | Merge branch 'next' into fix_build_dir_order_next | Michael L Dickens | 2013-01-07 | 30 | -690/+615 |
| |\ \ \ |
|
| | * | | | qtgui: fixing up rest of name changes in UI file (examples were tested this t... | Tom Rondeau | 2013-01-03 | 3 | -19/+19 |
| | * | | | qtgui: missed these updated slot names. | Tom Rondeau | 2013-01-03 | 1 | -5/+5 |
| | * | | | qtgui: function names updated so they are (or should be) consistent. | Tom Rondeau | 2013-01-03 | 23 | -500/+503 |
| | * | | | qtgui: fixed waterfall plots to handle center frequency changes. | Tom Rondeau | 2013-01-03 | 7 | -99/+59 |
| | * | | | squash me | Tom Rondeau | 2013-01-03 | 1 | -1/+1 |
| | * | | | qtgui: fix for frequency plot to handle change in center frequency. | Tom Rondeau | 2013-01-03 | 7 | -73/+35 |
| * | | | | Merge master/fix_build_dir_order into next, then fix conflicts and redo come ... | Michael L Dickens | 2013-01-04 | 56 | -158/+403 |
| |\ \ \ \
| | |/ / /
| |/| / /
| | |/ / |
|
| | * | | Reorder SWIG_INCLUDE_DIRS | Michael L Dickens | 2013-01-03 | 2 | -3/+7 |
| | * | | FFT_INCLUDE_DIRS -> GR_FFT_INCLUDE_DIRS, and reorder | Michael L Dickens | 2013-01-03 | 1 | -1/+1 |
| | * | | GrUseQt4 -> GrSetupQt4, since that's what it really does. | Michael L Dickens | 2013-01-03 | 2 | -1/+1 |
| | * | | Merge branch 'master' of http://gnuradio.org/git/gnuradio into fix_build_dir_... | Michael L Dickens | 2013-01-03 | 3 | -9/+15 |
| | |\ \ |
|
| | * | | | Tweak INCLUDE dirs such that INCLUDE_DIRECTORIES and LINK_DIRECTORIES are ord... | Michael L Dickens | 2013-01-01 | 44 | -116/+188 |
| | * | | | GNU Radio version of CMake's "UseQt4" script, which determines header (INCLUD... | Michael L Dickens | 2013-01-01 | 1 | -0/+156 |
| * | | | | Merge branch 'next' of gnuradio.org:gnuradio into next | Tom Rondeau | 2013-01-02 | 2 | -2/+2 |
| |\ \ \ \ |
|
| | * \ \ \ | Merge branch 'master' into next | Tom Rondeau | 2013-01-02 | 1 | -1/+1 |
| | |\ \ \ \
| | | | |/ /
| | | |/| | |
|
| | | * | | | Merge branch 'master' of gnuradio.org:gnuradio | Tom Rondeau | 2013-01-02 | 2 | -8/+14 |
| | | |\ \ \ |
|
| | | * | | | | docs: fixing typo. | Tom Rondeau | 2013-01-02 | 1 | -1/+1 |
| | | | |/ /
| | | |/| | |
|
| | * | | | | pmt: fixed where pmt's __init__.py script gets installed. | Tom Rondeau | 2013-01-02 | 1 | -1/+1 |
* | | | | | | vocoder: converting to private impl format. | Tom Rondeau | 2013-01-06 | 86 | -2658/+2912 |
* | | | | | | docs: fixing typo. | Tom Rondeau | 2013-01-06 | 1 | -1/+1 |