| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'mergeme/fix/trellis/metrics_typo' | Tom Rondeau | 2011-06-07 | 1 | -1/+1 |
|\ |
|
| * | trellis: fix typo, had include config.h logic reversed | Josh Blum | 2011-05-25 | 1 | -1/+1 |
* | | Merge branch 'master' into turbo | Tom Rondeau | 2011-06-05 | 8 | -179/+147 |
|\| |
|
| * | Use load-extension-global instead of load-extension | Eric Blossom | 2010-12-10 | 1 | -1/+1 |
| * | trellis_generated.i has to be generated first, befofre we can generate anythi... | Rob Savoye | 2010-12-07 | 1 | -0/+1 |
| * | Merge branch 'next' into guile-next | Eric Blossom | 2010-12-06 | 2 | -5/+28 |
| |\ |
|
| * | | Regenerated Makefile.swig.gen's | Eric Blossom | 2010-12-03 | 1 | -5/+5 |
| * | | Rename libguile- to libguile-gnuradio- to match guile library naming convention. | Eric Blossom | 2010-12-03 | 1 | -1/+1 |
| * | | Update .gitignore's | Eric Blossom | 2010-11-24 | 1 | -0/+3 |
| * | | Update .gitignore's | Eric Blossom | 2010-11-24 | 1 | -0/+1 |
| * | | Major Makefile.am housecleaning. Passes distcheck. | Eric Blossom | 2010-11-24 | 3 | -12/+5 |
| * | | Consistently use TESTS += in conditionals | Eric Blossom | 2010-11-24 | 1 | -2/+1 |
| * | | Add disabled guile test to trellis | Eric Blossom | 2010-11-23 | 1 | -0/+14 |
| * | | Enable guile test for trellis | Eric Blossom | 2010-11-23 | 3 | -3/+65 |
| * | | regenerated | Rob Savoye | 2010-11-19 | 1 | -11/+23 |
| * | | regenerated | Eric Blossom | 2010-11-16 | 1 | -1/+1 |
| * | | regenerated | Eric Blossom | 2010-11-10 | 1 | -2/+2 |
| * | | regenerated | Rob Savoye | 2010-11-10 | 1 | -27/+10 |
| * | | regenerated | Rob Savoye | 2010-11-10 | 1 | -8/+7 |
| * | | Add $(GENERATED_CC) backing to _SOURCES | Eric Blossom | 2010-11-10 | 1 | -1/+2 |
| * | | Remove swig generated python code from C++-only libraries | Eric Blossom | 2010-11-10 | 1 | -2/+1 |
| * | | add load-extension support | Rob Savoye | 2010-11-10 | 1 | -0/+9 |
| * | | regenerated | Rob Savoye | 2010-11-10 | 1 | -2/+5 |
| * | | regenerate | Eric Blossom | 2010-11-10 | 1 | -6/+6 |
| * | | Rengenerate Makefile.swig.gen's | Eric Blossom | 2010-11-10 | 1 | -2/+3 |
| * | | add python/*.cc to SOURCES so dependencies work properly. | Rob Savoye | 2010-11-10 | 1 | -1/+1 |
| * | | regenerated | Rob Savoye | 2010-11-10 | 1 | -216/+25 |
| * | | regenerated | Rob Savoye | 2010-11-10 | 1 | -33/+33 |
| * | | regeneratd | Rob Savoye | 2010-11-10 | 1 | -1/+1 |
| * | | don't ifdef the target away. regenerate .gen files. | Rob Savoye | 2010-11-10 | 1 | -7/+44 |
| * | | regenerated | Rob Savoye | 2010-11-10 | 1 | -27/+27 |
| * | | regenerated | Rob Savoye | 2010-11-10 | 1 | -22/+31 |
| * | | regenerated after changes to the template | Rob Savoye | 2010-11-10 | 1 | -10/+26 |
| * | | regenerated from template | Rob Savoye | 2010-11-10 | 1 | -9/+26 |
* | | | trellis: fixed Makefile by removing non-existant file names. | Tom Rondeau | 2011-06-05 | 1 | -2/+0 |
* | | | Updated some of the examples in gr-trellis to use the options parser | Achilleas Anastasopoulos | 2011-06-02 | 6 | -177/+78 |
* | | | updated gr-trellis documentation | Achilleas Anastasopoulos | 2011-03-24 | 1 | -2/+12 |
* | | | Added Makefile.gen back to repo | Achilleas Anastasopoulos | 2011-02-22 | 2 | -1/+156 |
* | | | added pccc decoder + examples | Achilleas Anastasopoulos | 2011-02-21 | 9 | -56/+624 |
* | | | added pccc (parallel concatenated convlutional code) encoder | Achilleas Anastasopoulos | 2011-02-20 | 9 | -0/+249 |
* | | | updated documentation | Achilleas Anastasopoulos | 2011-02-20 | 2 | -6/+18 |
* | | | added sccc_decoder block (without the metrics part) | Achilleas Anastasopoulos | 2011-02-20 | 9 | -0/+543 |
* | | | added a scaling parameter in trellis_sccc_decoder, needed | Achilleas Anastasopoulos | 2011-02-20 | 6 | -11/+41 |
* | | | added sccc turbo decoder block + example test_sccc_turbo1.py | Achilleas Anastasopoulos | 2011-02-19 | 6 | -23/+265 |
* | | | templated siso_combined | Achilleas Anastasopoulos | 2011-02-18 | 5 | -433/+153 |
* | | | removed "audio" dependencies from test files in gr-trellis | Achilleas Anastasopoulos | 2011-02-18 | 12 | -12/+0 |
* | | | core algorithms such as viterbi/siso were refactored | Achilleas Anastasopoulos | 2011-02-18 | 22 | -19/+1524 |
* | | | inital commit of turbo stuff: | Achilleas Anastasopoulos | 2011-02-17 | 7 | -1/+246 |
| |/
|/| |
|
* | | Adding file operations result checking. | Tom Rondeau | 2010-11-09 | 2 | -5/+28 |
|/ |
|
* | Updating all of the QA code that I can actually test to work with the new XML... | Tom Rondeau | 2010-10-04 | 1 | -9/+3 |