Age | Commit message (Collapse) | Author |
|
|
|
|
|
set and work function access to variables.
This is used in gr-analog's noise_source and gr-filter's fir_filter_XXX since these two cause particular problems (in next's channel model). This shows the use of the mutex for general protection when needed.
|
|
|
|
|
|
|
|
ordered as: internal build and source for this component, other components (internal build and source, or already installed), non-project non-system dependencies (e.g., Qt, Boost, Python), system dependencies (e.g., CoreAudio).
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
seed for noise source, matching the documentation update in 0d6871b3.
|
|
|
|
|
|
|
|
could be improperly set.
This fixed issues with qa_fir_filter_with_buffer.
|
|
This should fix some problems with gr-filter QA tests. Also removes some warnings.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Setting various parameters in the channel model should already be checked by the QA code of the respective components since this is a hier_block2.
|
|
|
|
Dummy QA test needs work.
More documentation.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
alignment is properly handled.
|
|
|