diff options
Diffstat (limited to 'baseline/source/huff_enc/ChangeLog.txt')
| -rw-r--r-- | baseline/source/huff_enc/ChangeLog.txt | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/baseline/source/huff_enc/ChangeLog.txt b/baseline/source/huff_enc/ChangeLog.txt deleted file mode 100644 index 020dc4f..0000000 --- a/baseline/source/huff_enc/ChangeLog.txt +++ /dev/null | |||
| @@ -1,27 +0,0 @@ | |||
| 1 | File: huff_enc.c | ||
| 2 | Original provenience: David Bourgin (David.Bourgin@ufrima.imag.fr) | ||
| 3 | |||
| 4 | 2017-04-18: | ||
| 5 | - Annotated huff_enc_main as entry-point for timing analysis | ||
| 6 | |||
| 7 | 2016-03-24: | ||
| 8 | - Replaced dynamic memory allocation by a fixed array with 514 entries | ||
| 9 | - Replaced memset() with loops | ||
| 10 | - Added source code for a special qsort() implementation without | ||
| 11 | function pointer | ||
| 12 | - Replaced file I/O by reading and writing to char arrays | ||
| 13 | - Added huff_dec_main(), huff_dec_init() and huff_dec_return() | ||
| 14 | - Added huff_dec_ prefix to all functions, types and global variables | ||
| 15 | - Changed function arguments to ANSI style | ||
| 16 | - Replaced macro definitions | ||
| 17 | - Added forward declarations of all functions | ||
| 18 | - Added generic TACLeBench header replacing previous header | ||
| 19 | - Included license from compress.txt | ||
| 20 | - Applied code formatting with astyle | ||
| 21 | |||
| 22 | 2016-05-24: | ||
| 23 | - Changed type of j to unsigned to avoid warning | ||
| 24 | - Removed static declarations | ||
| 25 | |||
| 26 | 2016-05-25: | ||
| 27 | - Precise types to avoid gcc++ warnings | ||
