summaryrefslogtreecommitdiff
path: root/gr-atsc
Commit message (Collapse)AuthorAgeFilesLines
* blocks: converting references to vector source/sink, null source/sink, nop, ↵Tom Rondeau2013-03-171-3/+3
| | | | copy, head, skiphead, vector_map, and annotator blocks to use gr-blocks.
* 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
| | | | Not going to comply completely with the new structure; just wanted to get it so that it looked more consistent once installed.
* Merge branch 'master' into nextTom Rondeau2013-03-131-3/+3
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: gr-audio/lib/CMakeLists.txt gr-blocks/include/blocks/CMakeLists.txt gr-blocks/include/blocks/socket_pdu.h gr-blocks/lib/CMakeLists.txt gr-blocks/swig/blocks_swig.i gr-comedi/src/CMakeLists.txt gr-howto-write-a-block/lib/CMakeLists.txt gr-noaa/lib/CMakeLists.txt gr-qtgui/lib/CMakeLists.txt gr-uhd/lib/CMakeLists.txt gr-vocoder/lib/CMakeLists.txt gr-wavelet/lib/CMakeLists.txt
| * log: replacing log4cxx with log4cpp.Tom Rondeau2013-03-131-3/+3
| |
* | blocks: removing file_sink/source file_descriptor_sink/source form core and ↵Tom Rondeau2013-03-107-16/+19
| | | | | | | | moved all refs to gr-blocks.
* | blocks: removed all nco/vco and fxpt stuff from core; now in gr-blocks.Tom Rondeau2013-03-082-2/+4
| | | | | | | | Moved the nco/vco tests to gr-blocks/test and enabled them.
* | 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
|\| | | | | | | | | | | | | | | Conflicts: gr-atsc/src/lib/CMakeLists.txt gr-noaa/lib/CMakeLists.txt gr-trellis/src/lib/CMakeLists.txt gr-video-sdl/src/CMakeLists.txt
| * Added Windows DLL resource filesNicholas Corgan2013-03-052-1/+70
| |
* | atsc: rs.h include dir fixTim O'Shea2013-03-041-1/+1
| |
* | Merge branch 'master' into nextTom Rondeau2013-03-031-1/+5
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: gnuradio-core/CMakeLists.txt gnuradio-core/gnuradio-core.conf gnuradio-core/src/lib/filter/gr_fir_sysconfig_x86.cc gnuradio-core/src/lib/runtime/runtime.i gr-atsc/src/lib/CMakeLists.txt gr-audio/lib/CMakeLists.txt gr-comedi/src/CMakeLists.txt gr-digital/lib/CMakeLists.txt gr-howto-write-a-block/CMakeLists.txt gr-howto-write-a-block/lib/CMakeLists.txt gr-noaa/lib/CMakeLists.txt gr-qtgui/lib/CMakeLists.txt gr-trellis/src/lib/CMakeLists.txt gr-uhd/lib/CMakeLists.txt gr-video-sdl/src/CMakeLists.txt gr-vocoder/lib/CMakeLists.txt gr-wavelet/lib/CMakeLists.txt
| * Merge branch 'master' into gr_logTom Rondeau2013-03-0110-16/+181
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: cmake/Modules/GrMiscUtils.cmake docs/doxygen/other/main_page.dox gnuradio-core/gnuradio-core.conf.in gnuradio-core/src/lib/swig/CMakeLists.txt gr-digital/lib/CMakeLists.txt gr-howto-write-a-block/CMakeLists.txt gr-qtgui/lib/CMakeLists.txt gr-video-sdl/src/CMakeLists.txt
| * \ Merge branch 'master' into gr_logTom Rondeau2012-09-061-0/+2
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: CMakeLists.txt cmake/Modules/GrMiscUtils.cmake docs/doxygen/other/build_guide.dox gnuradio-core/CMakeLists.txt gr-digital/lib/CMakeLists.txt
| * | | Fixing up the gr-log capabilities.Tom Rondeau2012-06-081-0/+4
| | | | | | | | | | | | | | | | Better handling of enable/disable function, easier integration with all components if log4cxx is or is not there. All components have been updated to be able to use logging. Docs update, too.
* | | | Merge branch 'master' into nextJohnathan Corgan2013-01-117-3/+167
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge branch 'atsc'Johnathan Corgan2013-01-117-3/+167
| |\ \ \
| | * | | atsc: commented out debug codeJohnathan Corgan2013-01-111-1/+1
| | | | |
| | * | | atsc: Make equililzer taps accessible in python.Ben Reynwar2012-12-194-0/+14
| | | | |
| | * | | atsc: Fixed bug I made in last commit.Ben Reynwar2012-12-191-0/+2
| | | | |
| | * | | atsc: Minor changes to atsc.Ben Reynwar2012-12-193-3/+151
| | | | |
* | | | | Merge master/fix_build_dir_order into next, then fix conflicts and redo come ↵Michael L Dickens2013-01-041-4/+9
|\| | | | | | | | | | | | | | | | | | | of the INCLUDE_DIRS order
| * | | | Tweak INCLUDE dirs such that INCLUDE_DIRECTORIES and LINK_DIRECTORIES are ↵Michael L Dickens2013-01-011-3/+6
| |/ / / | | | | | | | | | | | | ordered as: internal build and source for this component, other components (internal build and source, or already installed), non-project non-system dependencies (e.g., Qt, Boost, Python), system dependencies (e.g., CoreAudio).
* | | | blocks: removes blocks moved to gr-blocks from gnuradio-core.Tom Rondeau2012-12-215-18/+26
| | | | | | | | | | | | | | | | Also fixes up some other missing moves.
* | | | Merge branch 'master' into nextTom Rondeau2012-12-121-2/+0
|\| | | | | | | | | | | | | | | | | | | Conflicts: gr-digital/swig/CMakeLists.txt
| * | | Merge branch 'maint'Tom Rondeau2012-12-121-2/+0
| |\ \ \
| | * | | build: removing core_swig from GR_SWIG_TARGET_DEPS. Seems to have been the ↵Tom Rondeau2012-12-121-2/+0
| | | | | | | | | | | | | | | | | | | | cause of the parallel build woes.
* | | | | Merge branch 'master' into nextTom Rondeau2012-12-031-1/+1
|\| | | |
| * | | | build: cleaned up some warnings.Tom Rondeau2012-12-031-1/+1
| |/ / /
* | | | gr: added missing dependencies for unit testsJosh Blum2012-11-142-2/+2
| | | |
* | | | gr: misc test dependencies for new componentsJosh Blum2012-11-141-1/+1
| | | |
* | | | Merge branch 'master' into nextJohnathan Corgan2012-11-142-7/+7
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: gr-atsc/src/lib/CMakeLists.txt gr-digital/python/CMakeLists.txt gr-trellis/src/python/CMakeLists.txt gr-vocoder/python/CMakeLists.txt gr-wavelet/python/CMakeLists.txt
| * | | gr: same change for common PYTHON test pathsJosh Blum2012-11-141-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: gr-analog/python/CMakeLists.txt gr-blocks/python/CMakeLists.txt
| * | | gr: set a common GR_TEST_TARGET_DEPS for all module unit testsJosh Blum2012-11-142-2/+2
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Each unit test shares common dependencies, but we have been neglecting to set these. In this changeset, we set one top level GR_TEST_TARGET_DEPS, and simply append module-specific dependencies for each test. This also helps to fix QA tests on windows which were missing the dependencies list. Conflicts: gr-analog/python/CMakeLists.txt gr-blocks/python/CMakeLists.txt
* | | fec: add new top-level component for FEC blocksJohnathan Corgan2012-11-122-2/+4
| | | | | | | | | | | | Removed viterbi and reed-solomon from gnuradio-core
* | | analog: removing PLL blocks. Also moved blks2impl files that used PLLs to ↵Tom Rondeau2012-11-013-6/+11
| | | | | | | | | | | | | | | | | | gr-analog. This probably impacts a lot of examples; once we've removed all files in gnuradio-core, we'll need to retest.
* | | Merge remote branch 'reynwar/comments_next' into nextJohnathan Corgan2012-08-282-3/+4
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: gr-digital/include/digital_constellation.h gr-digital/python/bpsk.py gr-digital/python/qpsk.py
| * | | docs: Changed arguments in python docstrings to new formatting style.Ben Reynwar2012-08-142-3/+4
| |/ /
* / / atsc: updating atsc component to work with gr-filter.Tom Rondeau2012-07-163-4/+8
|/ /
* / swig: added GR_SWIG_TARGET_DEPS core_swig to other swig buildsJohnathan Corgan2012-07-031-0/+2
|/ | | | | | | | | I have not encountered an issue, however this is the correct thing to do. Now individual components swig builds depend on the gr core swig target. Conflicts: gr-filter/swig/CMakeLists.txt
* Removed whitespace and added dtools/bin/remove-whitespace as a tool to do ↵Tom Rondeau2012-04-13188-1096/+1096
| | | | | | this in the future. The sed script was provided by Moritz Fischer.
* Merge branch 'master' into nextJohnathan Corgan2012-03-222-4/+4
|\
| * volk: added volk as depedency for various componentsJosh Blum2012-03-222-4/+4
| | | | | | | | | | | | Its important to list the dependent libraries for a test so the library path can be correctly set. This is necessary on platforms without dynamic re-linking.
* | Merge branch 'master' into nextTom Rondeau2012-01-061-2/+2
|\|
| * Remove some more warnings. I'm probably being a bit OCD about these ones, ↵Tom Rondeau2012-01-061-2/+2
| | | | | | | | but it makes the build output so much nicer...
* | Removed autotools, gr-waveform, some cleanupJohnathan Corgan2011-12-0812-575/+0
|/ | | | Nick Foster owes Nick Corgan a six-pack of beer!
* docs: fixes some warnings.Tom Rondeau2011-12-061-3/+3
| | | | There is way too much institutional knowledge in these makefiles now. Another reason I'm glad we're going to cmake, which is being kept more sane as all of the problems are already known.
* docs: more fixes for generated swig files. This worked before the merge, but ↵Tom Rondeau2011-12-051-0/+1
| | | | this forces the build system to generate these before processing the other swig files.
* docs: better install of swig docs .i files since we actually have a variable ↵Tom Rondeau2011-12-041-4/+6
| | | | to take care of it already.