Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
Conflicts:
gnuradio-core/src/lib/runtime/gr_block.cc
gnuradio-core/src/lib/runtime/gr_block.h
|
|
int> for affinity mask vector.
This is wrong as the mask should be unsigned, but necessary for SWIG to work cleanly on both 32-bit and 64-bit platforms.
|
|
|
|
|
|
processor affinity.
|
|
|
|
|
|
|
|
wxgui: add some noise to the fftsink_nongl test case.
|
|
|
|
|
|
|
|
|
|
are not displayed for every block.
|
|
|
|
|
|
|
|
|
|
|
|
v3.6.4git_gras_support
Conflicts:
gnuradio-core/src/lib/runtime/gr_block.cc
gnuradio-core/src/lib/runtime/gr_block.h
gnuradio-core/src/lib/runtime/gr_types.h
|
|
|
|
|
|
|
|
|
|
This mostly solves a problem with threads being launched in random
order, so a handler might not be established yet, even if there is a
message waiting. Fixes Issue #514.
|
|
|
|
made a string into a tuple (and C++ angry).
|
|
This will let the GrExtras PacketDeframer use messages delivered by the scheduler,
as opposed to the god-awful blocking on a message queue in the work routine.
|
|
|
|
|
|
Use merge strategy -s ours to skip release commits.
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This also addresses a holdover bug from the last commit
|
|
|
|
|