summaryrefslogtreecommitdiff
path: root/gr-atsc
Commit message (Expand)AuthorAgeFilesLines
* Removed top-level component gr-atsc.Johnathan Corgan2015-03-22194-42397/+0
* cmake: follow-up to previous mergeTom Rondeau2014-08-081-1/+0
* Merge branch 'maint'Tom Rondeau2014-08-081-1/+0
|\
| * controlport: removing use of ice for a controlport rpc.Tom Rondeau2014-08-081-1/+0
* | 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
|/
* Merge branch 'maint'Tom Rondeau2014-07-072-4/+4
|\
| * Removing trailing/extra whitespaces before release.Tom Rondeau2014-07-072-4/+4
* | build: adds an ENABLE_STATIC_LIB option to cmake to build static (.a) version...Tom Rondeau2014-06-281-0/+13
|/
* Merge branch 'maint'Tom Rondeau2014-01-102-4/+4
|\
| * build: fixing various warning from clang.Julien Olivain2014-01-102-4/+4
* | Add a QA_PYTHON_EXECUTABLE variable so QA code knows what python to use when ...Philip Balister2013-12-051-1/+1
|/
* 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
* | Created atsc_rx.py and removed obsolete scriptsAndrew F. Davis2013-07-1410-563/+140
|/
* atsc: fix typo in moved fileJohnathan Corgan2013-07-081-1/+1
* 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 whi...Tom Rondeau2013-05-231-1/+1
* 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
* 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
* atsc: missing dep on gr-fec.Tom Rondeau2013-03-261-0/+1
* Revert "blocks: removed all nco/vco and fxpt stuff from core; now in gr-blocks."Tom Rondeau2013-03-182-4/+2
* some more cleanup from past modifications.Tom Rondeau2013-03-172-3/+3
* blocks: converting references to vector source/sink, null source/sink, nop, c...Tom Rondeau2013-03-171-3/+3
* atsc: installing all gr-atsc headers in gnuradio/atsc.Tom Rondeau2013-03-161-27/+50
* atsc: adjustments to atsc to start to conform to v3.7 structure.Tom Rondeau2013-03-15196-424/+481
* Merge branch 'master' into nextTom Rondeau2013-03-131-3/+3
|\
| * log: replacing log4cxx with log4cpp.Tom Rondeau2013-03-131-3/+3
* | blocks: removing file_sink/source file_descriptor_sink/source form core and m...Tom Rondeau2013-03-107-16/+19
* | blocks: removed all nco/vco and fxpt stuff from core; now in gr-blocks.Tom Rondeau2013-03-082-2/+4
* | core: cleaning up remez and firdes in gnuradio-core; now in gr-filter.Tom Rondeau2013-03-062-13/+14
* | core: removed all complex_to_<type> blocks from core; using gr-blocks.Tom Rondeau2013-03-062-23/+27
* | Merge branch 'master' into nextTom Rondeau2013-03-052-1/+70
|\|