Age | Commit message (Collapse) | Author |
|
|
|
This fixes a potential issue where swig sees old installed headers,
where it should be seeing in-tree headers.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Conflicts:
gr-analog/python/CMakeLists.txt
gr-blocks/python/CMakeLists.txt
|
|
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
|
|
|
|
|
|
|
|
|
|
(commit chunk for gr-blocks added back in)
|
|
|
|
|
|
(This was introduced by d9a292ac)
|
|
|
|
seed for noise source, matching the documentation update in 0d6871b3.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Adds QA test in C++ for sincos and the structure for running CppUnit tests in gr-analog.
|
|
This reverts commit 4c2330d08927e6436652c1cd3f651633b6b9e2d1.
Instead, using stdint.i in analog_swig.i for the data type.
|
|
This reverts commit 4c2330d08927e6436652c1cd3f651633b6b9e2d1.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- AGC
- AGC2
- Feedforward AGC
- CPFSK
- CTCSS squelch
- DPLL
|
|
|