summaryrefslogtreecommitdiff
path: root/gr-trellis/src/python
Commit message (Collapse)AuthorAgeFilesLines
* trellis: converted gr-trellis to new style.Tom Rondeau2012-12-293-195/+0
|
* gr: misc test dependencies for new componentsJosh Blum2012-11-141-1/+1
|
* Merge branch 'master' into nextJohnathan Corgan2012-11-141-9/+8
|\ | | | | | | | | | | | | | | | | 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-7/+7
| | | | | | | | | | | | | | 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-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | analog: removed noise and sig sources from core.Tom Rondeau2012-11-102-3/+5
| | | | | | | | Fixed QA code for components that do not use gr-analog.
* | fixing up various QA issues with new components.Tom Rondeau2012-11-101-1/+2
| |
* | Merge branch 'master' into nextJohnathan Corgan2012-11-041-1/+2
|\|
| * gr: added python -B everywhere for clean source treeJosh Blum2012-11-041-1/+2
| |
* | trellis: updating gr-trellis to handle changes with gr-digital.Tom Rondeau2012-08-201-5/+5
| | | | | | | | (mostly namespace issues in C++).
* | core: removed gr_chunks_to_symbols_XX after move to gr-digitalJohnathan Corgan2012-06-061-1/+1
|/
* Removed whitespace and added dtools/bin/remove-whitespace as a tool to do ↵Tom Rondeau2012-04-132-14/+14
| | | | | | this in the future. The sed script was provided by Moritz Fischer.
* Merge branch 'master' into nextJohnathan Corgan2012-03-221-2/+2
|\
| * volk: added volk as depedency for various componentsJosh Blum2012-03-221-2/+2
| | | | | | | | | | | | 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.
* | Removed autotools, gr-waveform, some cleanupJohnathan Corgan2011-12-083-53/+0
|/ | | | Nick Foster owes Nick Corgan a six-pack of beer!
* gr: the CMakeLists.txt took a chill pillJosh Blum2011-10-081-9/+9
|
* vocoder: updated cmake build for new blocks (also fixed some tests)Josh Blum2011-07-231-1/+1
|
* digital: added cmake support for gr-digital (unix only)Josh Blum2011-07-201-0/+1
|
* gr: squashed cmakelists.txt into one commitJosh Blum2011-07-201-0/+36
|
* trellis: fixing trellis build and qa structure. run_tests.in adds gr-digital ↵Tom Rondeau2011-07-122-5/+12
| | | | to the PYTHONPATH so that the QA code can import digital_swig.
* Added tests to qa_trellis.py.Ben Reynwar2011-02-061-28/+91
|
* Major Makefile.am housecleaning. Passes distcheck.Eric Blossom2010-11-241-1/+1
| | | | | | | | | Move all occurrences of swig_built_sources out of Makefile.am's. Move all SWIG related use of BUILT_SOURCES out of Makefile.am's. Clean up 'if PYTHON' conditionalization in gr-* Still left to do: fix Makefile.swig CLEANFILES and no_dist_files such that they remove exactly the generated files.
* Consistently use TESTS += in conditionalsEric Blossom2010-11-241-2/+1
|
* Updating all of the QA code that I can actually test to work with the new ↵Tom Rondeau2010-10-041-9/+3
| | | | XML output runners.
* Added git ignore files auto created from svn:ignore properties.git2009-08-141-0/+9
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11592 221aa14e-8319-0410-a670-987f0aec2ac5
* Merged r10554:10595 from michaelld/am_swig_4 into trunk. Major overhaul of ↵jcorgan2009-03-141-3/+1
| | | | | | SWIG usage in build system, also fixes ticket:130. Trunk passes distcheck. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10596 221aa14e-8319-0410-a670-987f0aec2ac5
* Implements ticket:207jcorgan2007-11-271-2/+2
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7042 221aa14e-8319-0410-a670-987f0aec2ac5
* Updated license from GPL version 2 or later to GPL version 3 or later.eb2007-07-212-2/+2
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6044 221aa14e-8319-0410-a670-987f0aec2ac5
* Updated FSF address in all files. Fixes ticket:51eb2006-09-132-4/+4
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3534 221aa14e-8319-0410-a670-987f0aec2ac5
* Implements ticket:3 and fixes ticket:42. The common functionality of jcorgan2006-08-271-49/+8
| | | | | | | | | | run_tests.in for Python QA has been extracted into run_tests.sh in the top-level and the individual run_tests just invoke that with the right path parameters. Also fixed Cygwin 'make check' bug by adding fix by Don Ward. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3440 221aa14e-8319-0410-a670-987f0aec2ac5
* Fixes ticket:26, ticket:27, and ticket:32.jcorgan2006-08-121-0/+4
| | | | | | | Merged -r3250:3255 from jcorgan/ticket-26. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3259 221aa14e-8319-0410-a670-987f0aec2ac5
* Temporary fix to qa_trellis.py so that make distcheck succeedsanastas2006-08-111-2/+4
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3245 221aa14e-8319-0410-a670-987f0aec2ac5
* Fixed gnuradio-examples/python/channel-coding/Makefile.am so that make ↵anastas2006-08-111-1/+4
| | | | | | distcheck passes git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3237 221aa14e-8319-0410-a670-987f0aec2ac5
* Added support for concatenated codesanastas2006-08-111-0/+14
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3234 221aa14e-8319-0410-a670-987f0aec2ac5
* First 3 tests added for fsm classanastas2006-08-092-0/+42
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3229 221aa14e-8319-0410-a670-987f0aec2ac5
* VPATH update for gr-trelliseb2006-08-071-1/+3
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3220 221aa14e-8319-0410-a670-987f0aec2ac5
* Merged anastas/wip changes r3156:3218 into trunk.eb2006-08-073-0/+112
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3219 221aa14e-8319-0410-a670-987f0aec2ac5