Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-11-14 | gr: same change for common PYTHON test paths | Josh Blum | |
Conflicts: gr-analog/python/CMakeLists.txt gr-blocks/python/CMakeLists.txt | |||
2012-11-14 | gr: set a common GR_TEST_TARGET_DEPS for all module unit tests | Josh Blum | |
Each unit test shares common dependencies, but we have been neglecting to set these. In this changeset, we set one top level GR_TEST_TARGET_DEPS, and simply append module-specific dependencies for each test. This also helps to fix QA tests on windows which were missing the dependencies list. Conflicts: gr-analog/python/CMakeLists.txt gr-blocks/python/CMakeLists.txt | |||
2012-11-12 | analog: fixed include guard typo | Nicholas Corgan | |
2012-11-10 | Merge branch 'maint' | Tom Rondeau | |
2012-11-10 | fft: fixing float-in, complex-out fft block to use the right io sig. | Tom Rondeau | |
2012-11-05 | analog: adding probe_avg_mag_sqrd GRC block. | Tom Rondeau | |
2012-11-05 | filter: removing '.version' lines in ASM code for compat with CLANG. | Tom Rondeau | |
2012-11-04 | Merge branch 'maint' | Johnathan Corgan | |
(commit chunk for gr-blocks added back in) | |||
2012-11-04 | gr: added python -B everywhere for clean source tree | Josh Blum | |
2012-11-02 | analog: not all classes export symbols | Nicholas Corgan | |
2012-11-02 | Fix infinite recursion/loop when sincos is present | Johnathan Corgan | |
(This was introduced by d9a292ac) | |||
2012-11-02 | Merge branch 'maint' | Johnathan Corgan | |
2012-11-02 | Fixes other uses of channel model to always have negative or zero | Alick Zhao | |
seed for noise source, matching the documentation update in 0d6871b3. | |||
2012-11-01 | Merge branch 'rtld_ticket181_undo' | Tom Rondeau | |
2012-11-01 | fix gr-analog to detect and compile 'sincos(f)' correctly | Michael L Dickens | |
2012-11-01 | fix gr-analog to detect and compile 'sincos(f)' correctly | Michael L Dickens | |
2012-10-31 | Merge branch 'analog' | Tom Rondeau | |
2012-10-31 | analog: adding quadrature_demod_cf to gr-analog with QA and GRC. | Tom Rondeau | |
2012-10-31 | analog: adding rail_ff block to gr-analog with QA and GRC. | Tom Rondeau | |
2012-10-31 | analog: adding pwr_squelch blocks to gr-analog with QA and GRC. | Tom Rondeau | |
2012-10-31 | analog: adding simple_squelch block to gr-analog with QA and GRC. | Tom Rondeau | |
2012-10-31 | analog: adding sig_source to gr-analog with QA and GRC. | Tom Rondeau | |
2012-10-30 | analog: adding rotator to gr-analog with QA. | Tom Rondeau | |
2012-10-30 | analog: adding sincos functions to gr-analog. | Tom Rondeau | |
Adds QA test in C++ for sincos and the structure for running CppUnit tests in gr-analog. | |||
2012-10-30 | Revert "core: adding int32_t and uint32_t types to swig." | Tom Rondeau | |
This reverts commit 4c2330d08927e6436652c1cd3f651633b6b9e2d1. Instead, using stdint.i in analog_swig.i for the data type. | |||
2012-10-30 | Revert "core: adding int32_t and uint32_t types to swig." | Tom Rondeau | |
This reverts commit 4c2330d08927e6436652c1cd3f651633b6b9e2d1. | |||
2012-10-30 | digital: switched digital components over to using LFSR class now in gr-analog. | Tom Rondeau | |
2012-10-30 | analog: executable flag for python QA codes. | Tom Rondeau | |
2012-10-30 | analog: export lfsr class to Python and adding QA code for it. | Tom Rondeau | |
2012-10-30 | core: adding int32_t and uint32_t types to swig. | Tom Rondeau | |
2012-10-30 | analog: moving LFSR code into gr-analog. | Tom Rondeau | |
2012-10-30 | analog: adding probe_avg_mag_sqrd blocks to gr-analog with QA and GRC. | Tom Rondeau | |
2012-10-30 | analog: added PLL blocks to gr-analog with QA and GRC. | Tom Rondeau | |
2012-10-30 | analog: fixing noise source in GRC. | Tom Rondeau | |
2012-10-30 | analog: adding phase_modulator_fc to gr-analog with QA and GRC. | Tom Rondeau | |
2012-10-25 | analog: adding noise_source to gr-analog with GRC and QA. | Tom Rondeau | |
2012-10-25 | core: update to build_utils to help with '_i_impl' blocks. | Tom Rondeau | |
2012-10-25 | analog: adding frequency_modulator_fc to gr-analog, with QA and GRC. | Tom Rondeau | |
2012-10-23 | analog: added fmdet block to gr-analog. | Tom Rondeau | |
2012-10-22 | analog: adding GRC blocks for: | Tom Rondeau | |
- AGC - AGC2 - Feedforward AGC - CPFSK - CTCSS squelch - DPLL | |||
2012-10-22 | analog: adding dpll_bb to gr-analog. | Tom Rondeau | |
2012-10-22 | analog: added cpfsk to gr-analog. | Tom Rondeau | |
2012-10-21 | analog: implemented all AGC classes in gr-analog with QA code. | Tom Rondeau | |
2012-10-21 | analog: adding complex squelch base class. | Tom Rondeau | |
2012-10-20 | analog: adding squelch_base_ff and ctcss_squelch_ff to analog. | Tom Rondeau | |
This addresses the issues of inheriting from both gr_block and another block (squelch_base_ff, in this case). | |||
2012-10-19 | Removes some swig workaround code put in for ticket 181. | Tom Rondeau | |
This seems to fix the import problems recently seen on 12.10 for loading gnuradio-companion (due to 'from lxml import etree' which was actually due to 'import os' causing a segfault). | |||
2012-10-19 | Merge branch 'maint' | Johnathan Corgan | |
2012-10-19 | cmake: Ubuntu 12.10 package support | Nicholas Corgan | |
2012-10-15 | digital: Add symbol output to constellation_receiver block for debugging. | Ben Reynwar | |
Cherry-picked from a commit on 'next.' Reworked for master style. Conflicts: gr-digital/lib/constellation_receiver_cb_impl.cc | |||
2012-10-15 | Merge remote-tracking branch 'benreynwar/master_constellation_scale' | Tom Rondeau | |