Age | Commit message (Collapse) | Author |
|
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.
|
|
|
|
This also addresses a holdover bug from the last commit
|
|
|
|
|
|
|
|
|
|
Conflicts:
volk/apps/volk_profile.cc
|
|
Removed a bunch of GRAS_LIBRARIES,
we do this in a common place to avoid extra changes.
Added virtual destructors for many classes.
|
|
Basically there were some issues on OSX linking,
because gras wasnt explicitly specified,
and was technically exposed by the gr wrappers.
As part of this commit, some symbols were moved into the wrappers,
and some of the interfaces which were in gras for backwards compat purposes,
The compile is still going, but this already addresses a few issues.
Now, I don't want to go copying every symbol over,
the real solution is to link in gras into whatever library.
Probably another commit to come...
|
|
|
|
|
|
|
|
|
|
modules.
|
|
documentation.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Use -DENABLE_BAD_BOOST=True to use one of these Boost versions.
|
|
|
|
|
|
|
|
|
|
gr_file_source
gr::blocks::file_source
|
|
boost::mutex::scoped_lock is going away someday
boost::unique_lock<boost::mutex> is a drop-in replacement
|
|
Creates a new list of version to test against. If any version matches the list of bad versions, set Boost to Not Found.
|
|
non-standard locations
|
|
|
|
|
|
|
|
|
|
|
|
Changed 'notebook' SetSelection (deprecated) to ChangeSelection.
|
|
FlowGraph canvas.
This is always true on Windows with latest PyGTK and so blocks would never move with mouse movement.
Disabling the check appears to have no adverse effects.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|