Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
This reverts commit 3a142bebafdc018bccc80cf124a375b53db03581.
Since updating __init__.py for ticket 181, we should have fixed the same bug that was being seen here.
Conflicts:
gnuradio-core/src/python/gnuradio/gr/CMakeLists.txt
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
cmake -DGR_PYTHON_DIR=<install path>
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|