Age | Commit message (Collapse) | Author |
|
|
|
|
|
Wait on a single packet to become ready, then receive available packets without timeout.
|
|
Its important for multi-channel continuous,
but not wanted in single-channel non-continuous.
|
|
Replace pthread mutex usage with gruel thread mutex
to make the code portable on systems without pthreads.
|
|
Removed get_new_timeout from thread.h (usrp2_vrt carryover) Basically it was created because of a misunderstanding of the time types; and its only ever called once. This also removes thread.cc
Call posix_time::milliseconds in usrp2 control.cc. Notice that it passes a time_duration rather than a ptime (aka system time).
Added #include <deque> to gr_buffer.h. It turns out that boost posix_time.hpp implicitly included the deque header which was missing from gr_buffer.h
Replaced the include for thread.hpp with only the includes for the boost thread types mentioned in gruel/thread.h. Also, making use of the scoped_lock typedef that comes with boost thread locks. boost 3.5 safe.
|
|
Added explicit include of <iterator>,
which was implicitly included by <vector>.
Affects platforms where vector does not automatically pull in iterator.
|
|
this provides a round implementation on platforms w/o c99 standard
|
|
this replaces the need for a conditional trunc implementation in config.h
|
|
in stddef.h.
|
|
|
|
|
|
|
|
GUILE block.
|
|
making it's own howto module not under gnuradio.
|
|
distcheck.
|
|
imported from gnuradio.
|
|
|
|
|
|
|
|
again be built without Guile.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
master-only commits.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Conflicts:
volk/include/volk/Makefile.am
volk/lib/Makefile.am
volk/lib/qa_volk.cc
|
|
Distcheck passes for me if liborc is installed or not.
|
|
|
|
|
|
|
|
|
|
breakage when adding new volk kernels.
|
|
|
|
Note: need to convert this to new naming standard.
|
|
|
|
|
|
|
|
|
|
|