| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
| | * | | | analog: moving LFSR code into gr-analog. | Tom Rondeau | 2012-10-30 | 1 | -0/+162 |
| | * | | | analog: adding probe_avg_mag_sqrd blocks to gr-analog with QA and GRC. | Tom Rondeau | 2012-10-30 | 13 | -0/+774 |
| | * | | | analog: added PLL blocks to gr-analog with QA and GRC. | Tom Rondeau | 2012-10-30 | 21 | -6/+1745 |
| | * | | | analog: fixing noise source in GRC. | Tom Rondeau | 2012-10-30 | 2 | -8/+12 |
| | * | | | analog: adding phase_modulator_fc to gr-analog with QA and GRC. | Tom Rondeau | 2012-10-30 | 9 | -1/+282 |
| | * | | | analog: adding noise_source to gr-analog with GRC and QA. | Tom Rondeau | 2012-10-25 | 9 | -2/+423 |
| | * | | | core: update to build_utils to help with '_i_impl' blocks. | Tom Rondeau | 2012-10-25 | 1 | -1/+1 |
| | * | | | analog: adding frequency_modulator_fc to gr-analog, with QA and GRC. | Tom Rondeau | 2012-10-25 | 9 | -1/+276 |
| | * | | | analog: added fmdet block to gr-analog. | Tom Rondeau | 2012-10-23 | 7 | -0/+346 |