| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fix compiler warnings across the tree. Adds --enable-warnings-as-errors conf... | jcorgan | 2008-08-24 | 1 | -0/+2 |
* | Tweaks for gcc 4.3 based on patch from Marek Mahut <mmahut@fedoraproject.org>. | eb | 2008-04-30 | 3 | -0/+3 |
* | Minor tweak that avoids intermittent build failure | eb | 2008-03-19 | 1 | -2/+1 |
* | Merged eb/reverted-7899 -r7928:7930 into trunk. This effectively | eb | 2008-03-05 | 1 | -6/+10 |
* | Fix for ticket:236, parallel makes are indeterminate. | eb | 2008-03-03 | 1 | -3/+28 |
* | Merged r7866:7887 from michaelld/discheck_fix into trunk. Allows running 'ma... | jcorgan | 2008-02-29 | 1 | -2/+3 |
* | Merged build_config branch into trunk: | michaelld | 2008-02-21 | 1 | -1/+1 |
* | Merged r7478:7608 from michaelld/t186 into trunk. Adds ability to compile GN... | jcorgan | 2008-02-08 | 2 | -4/+5 |
* | Implements ticket:207 | jcorgan | 2007-11-27 | 18 | -182/+182 |
* | Merged r6271:6278 from jcorgan/t182 into trunk. Implements ticket:182. | jcorgan | 2007-09-04 | 33 | -1/+2525 |
* | Updated license from GPL version 2 or later to GPL version 3 or later. | eb | 2007-07-21 | 45 | -45/+45 |
* | Merged r4632:4645 on jcorgan/linking into trunk. Cleans up linking issues wi... | jcorgan | 2007-02-26 | 1 | -1/+1 |
* | gr-trellis/src/lib/Makefile.gen added back to repo | anastas | 2007-02-13 | 1 | -0/+84 |
* | Removed generated files from repository. | jcorgan | 2007-02-13 | 2 | -140/+0 |
* | files are not required anymore | anastas | 2007-02-13 | 1 | -58/+0 |
* | files are not required anymore | anastas | 2007-02-13 | 1 | -185/+0 |
* | files are not required anymore | anastas | 2007-02-13 | 1 | -93/+0 |
* | trellis_generated.i and Makefile.gen need not be under version control... | anastas | 2007-02-13 | 4 | -20/+65 |
* | clean up the code | anastas | 2007-02-13 | 1 | -11/+0 |
* | implementation using templates | anastas | 2007-02-13 | 2 | -26/+47 |
* | added methods to interleaver class for writting to text file | anastas | 2007-02-13 | 3 | -0/+31 |
* | viterbi_combined templates for both input and output | anastas | 2007-02-13 | 3 | -0/+336 |
* | added methods to fsm class for writting to text file | anastas | 2007-02-13 | 3 | -10/+41 |
* | Minor fix in interleaver class: invoking with negative seed will not reset th... | anastas | 2007-02-06 | 5 | -7/+6 |
* | Added explicit template instantiation. | michaelld | 2007-02-06 | 3 | -57/+37 |
* | added method in fsm to generate an svg description of the fsm (by Tim Meehan) | anastas | 2007-02-06 | 3 | -5/+63 |
* | added comments in quicksort_index.cc | anastas | 2007-02-06 | 1 | -0/+3 |
* | removed generated files from svn | eb | 2007-02-05 | 48 | -3761/+0 |
* | changed variable name to remove automake warning | eb | 2007-02-05 | 1 | -4/+4 |
* | Fix for ticket:29 . Newly generated .cc,.h,.i files are also checked | michaelld | 2007-02-05 | 21 | -295/+159 |
* | minor fixes so that there are no warnings when making gr-trellis | anastas | 2007-02-05 | 5 | -7/+7 |
* | added warning message for automatic generation | anastas | 2007-02-05 | 4 | -0/+8 |
* | added support for irregular FSMs | anastas | 2007-02-04 | 13 | -83/+89 |
* | Add comment noting use of GNU make extension. | gdt | 2007-01-16 | 1 | -0/+1 |
* | Use paths with $(top_srcdir) so that builds from other than source dirs work. | gdt | 2006-11-25 | 1 | -1/+1 |
* | Avoid pattern rule to enable building with BSD make. | gdt | 2006-11-25 | 1 | -2/+2 |
* | Fixes ticket:87. | jcorgan | 2006-10-09 | 1 | -0/+2 |
* | Fixes ticket:77. | jcorgan | 2006-09-28 | 1 | -1/+9 |
* | Partial fix for ticket:76. Fixes those components that are being | jcorgan | 2006-09-28 | 1 | -0/+4 |
* | fixed ticket #65 | anastas | 2006-09-14 | 2 | -3/+5 |
* | Updated FSF address in all files. Fixes ticket:51 | eb | 2006-09-13 | 95 | -192/+192 |
* | Updated documentation in gr-trellis/doc | anastas | 2006-09-11 | 3 | -8/+436 |
* | Refactored some common functions for metric calculations. Updated the documen... | anastas | 2006-09-03 | 16 | -33/+184 |
* | updated gr-trellis documentation | anastas | 2006-08-30 | 1 | -8/+79 |
* | Added a siso_combined block analogous to the viterbi_combined; useful for FSM... | anastas | 2006-08-30 | 7 | -21/+559 |
* | Implements ticket:3 and fixes ticket:42. The common functionality of | jcorgan | 2006-08-27 | 1 | -49/+8 |
* | Fixes ticket:34. Merged r3420:3425 from jcorgan/ticket-34. | jcorgan | 2006-08-26 | 2 | -18/+30 |
* | added $(NO_UNDEFINED) to Makefile.am | eb | 2006-08-26 | 1 | -1/+1 |
* | trial fix for ticket:55 | eb | 2006-08-25 | 1 | -1/+1 |
* | clean-up of Viterbi blocks: d_trace is not a private variable anymore but a l... | anastas | 2006-08-23 | 20 | -148/+156 |