summaryrefslogtreecommitdiff
path: root/gr-atsc
Commit message (Collapse)AuthorAgeFilesLines
* cmake: delete indirect GSL dependenciesBastian Bloessl2017-03-222-4/+1
|
* gr-atsc/dtv: Adds missing find_package for GSLgnieboer2017-01-191-0/+3
|
* fix GSL link problem with gr-dtv and gr-atscPeter Horvath2016-10-232-1/+2
|
* build: clean up header installation across treeA. Maitland Bottoms2016-06-2327-1533/+0
| | | | | | | | | * Remove unused, uncompilable headers in gr-atsc or gr-vocoder * Don't install build-time only header in gr-qtgui * Install missing headers in gr-fec
* Spelling fixes throughout the tree.A. Maitland Bottoms2016-06-202-4/+3
|
* Merge branch 'maint'Johnathan Corgan2015-12-111-0/+28
|\
| * Revert "Fixes for ABI compliance checker"Johnathan Corgan2015-12-111-0/+28
| | | | | | | | This reverts commit 578fcb99217bdbc4501e620ade7665242f793c71.
* | Merge branch 'maint'Johnathan Corgan2015-12-111-28/+0
|\|
| * Fixes for ABI compliance checkerA. Maitland Bottoms2015-12-111-28/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | do not install obsolete headers Some header files in atsc and qtgui are installed, but have references to obsolete paths and are therefore uncompilable. These files should probably be removed from the checked-out source trees to complete the refactoring, but this patch merely omits them from the install step. This allows the abi-compliance-checker to run over the installed header files. codec2 embedding fixups Only use and install the embedded copy of codec2.h when using an embedded copy of the codec2 library. Use cmake to propagate conditional paths from lib directory to swig directory. make acc happy The abi-compliance-checker operates in installed headers. So sys_pri.h needs to look for gnuradio/realtime.h and be explicit about structure definitions. py_feval.h needs to explicitly include Python.h.
* | remove deprecated RANDOM_MAX global and adjust test-casesStefan2015-09-023-3/+8
| |
* | Merge remote-tracking branch 'pinkavaj/clean-00'Johnathan Corgan2015-08-301-3/+0
|\ \ | |/ |/|
| * atsc: remove unused usingsJiří Pinkava2015-08-011-3/+0
| |
* | Fixes Coverity Defect 1229872: Memory leak in `atsci_equalizer_lms2` DTORBen Hilburn2015-08-281-0/+1
|/ | | | Simple issue of a missing `fclose` on an open file handle causing a memory leak.
* do not use deprecated gr_int* typesJiří Pinkava2015-03-291-2/+2
|
* cmake: follow-up to previous mergeTom Rondeau2014-08-081-1/+0
|
* Merge branch 'maint'Tom Rondeau2014-08-081-1/+0
|\ | | | | | | | | | | Conflicts: gnuradio-runtime/CMakeLists.txt gnuradio-runtime/lib/controlport/CMakeLists.txt
| * controlport: removing use of ice for a controlport rpc.Tom Rondeau2014-08-081-1/+0
| | | | | | | | This effectively disables the use of ControlPort for now until we build in a new middleware layer. The ControlPort API and interfaces exist but will function as nops for now.
* | Merge branch 'maint'Tom Rondeau2014-07-251-0/+1
|\|
| * build: adding fstream include files for pedantic compilers.Tom Rondeau2014-07-251-0/+1
| |
* | build: better support for static libs.Tom Rondeau2014-07-181-0/+12
|/ | | | | | Now builds shared libraries with ControlPort (if ControlPort is enableed). Static libs still without ControlPort. Added proper Option and output message in cmake for Static Libs on/off.
* Merge branch 'maint'Tom Rondeau2014-07-072-4/+4
|\
| * Removing trailing/extra whitespaces before release.Tom Rondeau2014-07-072-4/+4
| | | | | | | | 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).
* | build: adds an ENABLE_STATIC_LIB option to cmake to build static (.a) ↵Tom Rondeau2014-06-281-0/+13
|/ | | | versions of the libraries.
* Merge branch 'maint'Tom Rondeau2014-01-102-4/+4
|\ | | | | | | | | Conflicts: volk/apps/volk_profile.cc
| * build: fixing various warning from clang.Julien Olivain2014-01-102-4/+4
| | | | | | | | Addresses iss #586; adapted for current set of warnings after patches since this issue was posted.
* | Add a QA_PYTHON_EXECUTABLE variable so QA code knows what python to use when ↵Philip Balister2013-12-051-1/+1
|/ | | | | | | | | | | | 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>
* Fixing issue CID 1046354.Moritz Fischer2013-10-051-0/+1
|
* Merge remote-tracking branch 'argilo/atscfixes2'Johnathan Corgan2013-07-222-12/+17
|\
| * Fix bugs in atsc_field_sync_mux.Clayton Smith2013-07-172-12/+17
| | | | | | | | | | | | | | | | | | | | Since this block inserts field syncs into the data stream, clearly it needs to be a gr_block rather than a gr_sync_block. Also, the d_already_output_field_sync variable needs to be initialized and the d_current_index variable is unusued and thus can be deleted. With these fixes in place, I've successfully transmitted an MPEG transport stream with a USRP N210 and received it on my television.
* | Created atsc_rx.py and removed obsolete scriptsAndrew F. Davis2013-07-1410-563/+140
|/ | | | | | | | 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.
* atsc: fix typo in moved fileJohnathan Corgan2013-07-081-1/+1
| | | | This fixes Debian bug tracker #714987
* Removing gruel from QA python paths.Ben Reynwar2013-06-061-1/+0
|
* atsc: Fix QA to work with uninstalled imports.Ben Reynwar2013-06-042-7/+8
|
* uninstalled imports: Fixed gr-audio and gr-atsc.Ben Reynwar2013-06-0313-13/+18
|
* build: move from using runtime_swig.i to gnuradio.i to reduce memory load ↵Tom Rondeau2013-05-231-1/+1
| | | | | | while building. py_feval destructor issue needs fixing.
* atsc: fixed bug in swig to new gr namespace for blocks.Tom Rondeau2013-04-301-21/+17
|
* atsc: moved include dir to gnuradio/atscJohnathan Corgan2013-04-30160-277/+277
|
* filter: moved include dir to gnuradio/filterJohnathan Corgan2013-04-298-11/+11
|
* fec: moved include dir to gnuradio/fecJohnathan Corgan2013-04-291-1/+1
|
* analog: update include dir to gnuradio/analogJohnathan Corgan2013-04-292-2/+2
|
* runtime: converting runtime core to gr namespace, gnuradio include dir.Tom Rondeau2013-04-2946-131/+135
|
* atsc: Updating atsc python folder to new style. Was missing __init__.pyBen Reynwar2013-04-062-0/+35
|
* build: uniform handling of controlport vars in swig.Tom Rondeau2013-04-051-0/+5
|
* cmake: fix packaging categories to use runtime vs. coreJohnathan Corgan2013-04-031-4/+4
|
* docs: updated CMakeLists files to point to include dirs for docstrings.Tom Rondeau2013-04-011-1/+1
|
* build: parallel build handling of runtime swig and swig docs.Tom Rondeau2013-04-011-0/+1
|
* gruel: moved gruel into subdirs of gnuradio-runtime.Tom Rondeau2013-04-013-3/+1
| | | | PMTs are handled slightly different and are installed into their own module and include dir.
* build: remove config.h from any header files; only use it in source files.Tom Rondeau2013-03-271-0/+4
|
* build: setting .pc files to require new gnuradio-runtime.Tom Rondeau2013-03-271-1/+1
|
* runtime: migrate remaining gnuradio-core contents into gnuradio-runtimeJohnathan Corgan2013-03-264-6/+6
|