| Commit message (Expand) | Author | Age | Files | Lines |
* | analog: removing rotator from gr-analog. | Tom Rondeau | 2012-11-10 | 6 | -66/+0 |
* | analog: fixed a few build issues against gr-analog. | Tom Rondeau | 2012-11-09 | 7 | -25/+27 |
* | analog: removing frequency mod, phase mod, quad demod, and rail from gnuradio... | Tom Rondeau | 2012-11-06 | 37 | -1289/+430 |
* | analog: removing cpfsk and cpm from gnurdio-core. | Tom Rondeau | 2012-11-06 | 18 | -956/+1 |
* | analog: removing gr-analog as a required dependency when not actually necessary. | Tom Rondeau | 2012-11-06 | 29 | -32/+142 |
* | analog: Removing reference to gr.sig_source_X and gr.noise_source_X where pos... | Tom Rondeau | 2012-11-06 | 74 | -511/+661 |
* | all: Python, GRC, and examples to properly pull blocks from filter and analog. | Tom Rondeau | 2012-11-06 | 25 | -705/+535 |
* | analog: Removing all squelch blocks from gnuradio-core. | Tom Rondeau | 2012-11-06 | 34 | -1385/+241 |
* | analog: removing probe_avg_mag_sqrd from gnuradio-core. | Tom Rondeau | 2012-11-06 | 17 | -657/+4 |
* | analog: fixing Python files to install and be usable as part of gr-analog. | Tom Rondeau | 2012-11-06 | 7 | -12/+44 |
* | Merge branch 'next' into next_analog | Tom Rondeau | 2012-11-05 | 31 | -73/+132 |
|\ |
|
| * | Merge branch 'master' into next | Tom Rondeau | 2012-11-05 | 2 | -0/+54 |
| |\ |
|
| | * | analog: adding probe_avg_mag_sqrd GRC block. | Tom Rondeau | 2012-11-05 | 2 | -0/+54 |
| * | | qtgui: adding a save and exit menu to qtgui-based static plotting tools. | Tom Rondeau | 2012-11-04 | 1 | -3/+48 |
| * | | qtgui: fixed static plot tools for new set_line_label name change. | Tom Rondeau | 2012-11-04 | 11 | -12/+12 |
| * | | Merge branch 'master' into next | Johnathan Corgan | 2012-11-04 | 9 | -9/+10 |
| |\| |
|
| | * | Merge branch 'maint' | Johnathan Corgan | 2012-11-04 | 9 | -9/+10 |
| | |\ |
|
| | | * | gr: added python -B everywhere for clean source tree | Josh Blum | 2012-11-04 | 8 | -8/+9 |
| * | | | Merge branch 'master' into next | Johnathan Corgan | 2012-11-03 | 2 | -2/+2 |
| |\| | |
|
| | * | | analog: not all classes export symbols | Nicholas Corgan | 2012-11-02 | 2 | -2/+2 |
| * | | | Merge branch 'master' into next | Johnathan Corgan | 2012-11-02 | 1 | -1/+1 |
| |\| | |
|
| | * | | Fix infinite recursion/loop when sincos is present | Johnathan Corgan | 2012-11-02 | 1 | -1/+1 |
| * | | | Merge branch 'master' into next | Johnathan Corgan | 2012-11-02 | 3 | -3/+5 |
| |\| | |
|
| | * | | Merge branch 'maint' | Johnathan Corgan | 2012-11-02 | 5 | -5/+5 |
| | |\| |
|
| | | * | Fixes other uses of channel model to always have negative or zero | Alick Zhao | 2012-11-02 | 5 | -5/+5 |
| * | | | Merge branch 'master' into next | Tom Rondeau | 2012-11-01 | 2 | -43/+0 |
| |\| | |
|
| | * | | Merge branch 'rtld_ticket181_undo' | Tom Rondeau | 2012-11-01 | 2 | -43/+0 |
| | |\ \ |
|
| | | * | | Removes some swig workaround code put in for ticket 181. | Tom Rondeau | 2012-10-19 | 2 | -43/+0 |
* | | | | | Merge branch 'next' into next_analog | Tom Rondeau | 2012-11-01 | 3 | -8/+12 |
|\| | | | |
|
| * | | | | Merge branch 'master' into next | Johnathan Corgan | 2012-11-01 | 3 | -8/+12 |
| |\| | | |
|
| | * | | | fix gr-analog to detect and compile 'sincos(f)' correctly | Michael L Dickens | 2012-11-01 | 3 | -8/+12 |
| | * | | | fix gr-analog to detect and compile 'sincos(f)' correctly | Michael L Dickens | 2012-11-01 | 1 | -0/+0 |
* | | | | | analog: removing PLL blocks. Also moved blks2impl files that used PLLs to gr-... | Tom Rondeau | 2012-11-01 | 43 | -1653/+266 |
* | | | | | analog: removed lfsr from gnuradio-core. | Tom Rondeau | 2012-10-31 | 2 | -153/+0 |
* | | | | | analog: removed all AGC blocks from gnuradio-core. | Tom Rondeau | 2012-10-31 | 36 | -1871/+13 |
|/ / / / |
|
* | | | | Merge branch 'master' into next | Tom Rondeau | 2012-10-31 | 141 | -18/+10586 |
|\| | | |
|
| * | | | Merge branch 'analog' | Tom Rondeau | 2012-10-31 | 141 | -18/+10584 |
| |\ \ \ |
|
| | * | | | analog: adding quadrature_demod_cf to gr-analog with QA and GRC. | Tom Rondeau | 2012-10-31 | 9 | -0/+272 |
| | * | | | analog: adding rail_ff block to gr-analog with QA and GRC. | Tom Rondeau | 2012-10-31 | 9 | -0/+341 |
| | * | | | analog: adding pwr_squelch blocks to gr-analog with QA and GRC. | Tom Rondeau | 2012-10-31 | 15 | -5/+660 |
| | * | | | analog: adding simple_squelch block to gr-analog with QA and GRC. | Tom Rondeau | 2012-10-31 | 9 | -0/+335 |
| | * | | | analog: adding sig_source to gr-analog with QA and GRC. | Tom Rondeau | 2012-10-31 | 10 | -0/+721 |
| | * | | | analog: adding rotator to gr-analog with QA. | Tom Rondeau | 2012-10-30 | 6 | -0/+193 |
| | * | | | analog: adding sincos functions to gr-analog. | Tom Rondeau | 2012-10-30 | 8 | -0/+405 |
| | * | | | Revert "core: adding int32_t and uint32_t types to swig." | Tom Rondeau | 2012-10-30 | 1 | -0/+3 |
| | * | | | Revert "core: adding int32_t and uint32_t types to swig." | Tom Rondeau | 2012-10-30 | 1 | -2/+0 |
| | * | | | digital: switched digital components over to using LFSR class now in gr-analog. | Tom Rondeau | 2012-10-30 | 6 | -7/+10 |
| | * | | | analog: executable flag for python QA codes. | Tom Rondeau | 2012-10-30 | 6 | -0/+0 |
| | * | | | analog: export lfsr class to Python and adding QA code for it. | Tom Rondeau | 2012-10-30 | 2 | -0/+51 |
| | * | | | core: adding int32_t and uint32_t types to swig. | Tom Rondeau | 2012-10-30 | 1 | -0/+2 |