summaryrefslogtreecommitdiff
path: root/gr-trellis/src
Commit message (Expand)AuthorAgeFilesLines
* Tweaks for gcc 4.3 based on patch from Marek Mahut <mmahut@fedoraproject.org>.eb2008-04-303-0/+3
* Minor tweak that avoids intermittent build failureeb2008-03-191-2/+1
* Merged eb/reverted-7899 -r7928:7930 into trunk. This effectivelyeb2008-03-051-6/+10
* Fix for ticket:236, parallel makes are indeterminate.eb2008-03-031-3/+28
* Merged r7866:7887 from michaelld/discheck_fix into trunk. Allows running 'ma...jcorgan2008-02-291-2/+3
* Merged build_config branch into trunk:michaelld2008-02-211-1/+1
* Merged r7478:7608 from michaelld/t186 into trunk. Adds ability to compile GN...jcorgan2008-02-082-4/+5
* Implements ticket:207jcorgan2007-11-2714-152/+152
* Merged r6271:6278 from jcorgan/t182 into trunk. Implements ticket:182.jcorgan2007-09-0433-1/+2525
* Updated license from GPL version 2 or later to GPL version 3 or later.eb2007-07-2141-41/+41
* Merged r4632:4645 on jcorgan/linking into trunk. Cleans up linking issues wi...jcorgan2007-02-261-1/+1
* gr-trellis/src/lib/Makefile.gen added back to repoanastas2007-02-131-0/+84
* Removed generated files from repository.jcorgan2007-02-132-140/+0
* files are not required anymoreanastas2007-02-131-58/+0
* files are not required anymoreanastas2007-02-131-185/+0
* files are not required anymoreanastas2007-02-131-93/+0
* trellis_generated.i and Makefile.gen need not be under version control...anastas2007-02-134-20/+65
* clean up the codeanastas2007-02-131-11/+0
* implementation using templatesanastas2007-02-132-26/+47
* added methods to interleaver class for writting to text fileanastas2007-02-133-0/+31
* viterbi_combined templates for both input and outputanastas2007-02-133-0/+336
* added methods to fsm class for writting to text fileanastas2007-02-133-10/+41
* Minor fix in interleaver class: invoking with negative seed will not reset th...anastas2007-02-065-7/+6
* Added explicit template instantiation.michaelld2007-02-063-57/+37
* added method in fsm to generate an svg description of the fsm (by Tim Meehan)anastas2007-02-063-5/+63
* added comments in quicksort_index.ccanastas2007-02-061-0/+3
* removed generated files from svneb2007-02-0548-3761/+0
* changed variable name to remove automake warningeb2007-02-051-4/+4
* Fix for ticket:29 . Newly generated .cc,.h,.i files are also checkedmichaelld2007-02-0521-295/+159
* minor fixes so that there are no warnings when making gr-trellisanastas2007-02-055-7/+7
* added warning message for automatic generationanastas2007-02-054-0/+8
* added support for irregular FSMsanastas2007-02-0413-83/+89
* Fixes ticket:77.jcorgan2006-09-281-1/+9
* Partial fix for ticket:76. Fixes those components that are beingjcorgan2006-09-281-0/+4
* Updated FSF address in all files. Fixes ticket:51eb2006-09-1391-184/+184
* Refactored some common functions for metric calculations. Updated the documen...anastas2006-09-0313-15/+79
* Added a siso_combined block analogous to the viterbi_combined; useful for FSM...anastas2006-08-307-21/+559
* Implements ticket:3 and fixes ticket:42. The common functionality of jcorgan2006-08-271-49/+8
* added $(NO_UNDEFINED) to Makefile.ameb2006-08-261-1/+1
* trial fix for ticket:55eb2006-08-251-1/+1
* clean-up of Viterbi blocks: d_trace is not a private variable anymore but a l...anastas2006-08-2320-148/+156
* set svn:eol-style=nativeeb2006-08-196-671/+671
* Fixes ticket:37.jcorgan2006-08-161-12/+0
* Several enhancements to gr-trellis and gnuradio-examples/python/channel-coding:anastas2006-08-1680-560/+1401
* Fixes for ticket:35, allowing use of BSD make instead of GNU make.jcorgan2006-08-151-3/+3
* Fixes ticket:26, ticket:27, and ticket:32.jcorgan2006-08-121-0/+4
* Temporary fix to qa_trellis.py so that make distcheck succeedsanastas2006-08-111-2/+4
* Fixed gnuradio-examples/python/channel-coding/Makefile.am so that make distch...anastas2006-08-113-25/+4
* Added support for concatenated codesanastas2006-08-1121-16/+605
* Additional constructor for random interleaver (not working yet)anastas2006-08-117-0/+121