| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
This functionality has been migrated to the new gr-dtv top-level
component.
|
|
|
|
| |
We should be more careful about letting these into the code in the future. In emacs, we can use (add-hook 'before-save-hook 'delete-trailing-whitespace).
|
|
|
|
|
|
|
|
|
|
|
|
| |
cross compiling.
With this (and the prior) patch, you can mount the compile directory on the target and run
the QA code (as long as the paths are the same). The qtgui tests fail if there is no X
server. Volk seems to fail for hard float builds.
We'll need to look at adding thes changes to gr_modtool.
Signed-off-by: Philip Balister <philip@balister.org>
|
|
|
|
|
|
|
|
| |
Several bug fixes and speedups rolled into one ATSC
decoder script. The old method included separately
launched scripts linked with named pipes, this was
tedious and slowed down decoding, so I have moved
their functionality into one flowgraph.
|
|
|
|
| |
This fixes Debian bug tracker #714987
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
copy, head, skiphead, vector_map, and annotator blocks to use gr-blocks.
|
|
Not going to comply completely with the new structure; just wanted to get it so that it looked more consistent once installed.
|