diff options
| author | Joshua Bakita <bakitajoshua@gmail.com> | 2019-10-07 19:13:39 -0400 |
|---|---|---|
| committer | Joshua Bakita <bakitajoshua@gmail.com> | 2019-10-07 19:13:39 -0400 |
| commit | 386b7d3366f1359a265da207a9cafa3edf553b64 (patch) | |
| tree | c76120c2c138faed822e4ae386be6ef22a738a78 /all_pairs/source/cjpeg_wrbmp/ChangeLog.txt | |
| parent | 54a3f7091a2146b29c73a6fdc4b62a5c4ad7a3d8 (diff) | |
Reorganize and commit all the modified TACLeBench code and run scripts
Diffstat (limited to 'all_pairs/source/cjpeg_wrbmp/ChangeLog.txt')
| -rw-r--r-- | all_pairs/source/cjpeg_wrbmp/ChangeLog.txt | 104 |
1 files changed, 104 insertions, 0 deletions
diff --git a/all_pairs/source/cjpeg_wrbmp/ChangeLog.txt b/all_pairs/source/cjpeg_wrbmp/ChangeLog.txt new file mode 100644 index 0000000..df21770 --- /dev/null +++ b/all_pairs/source/cjpeg_wrbmp/ChangeLog.txt | |||
| @@ -0,0 +1,104 @@ | |||
| 1 | File: cjpeg_jpeg6b_wrbmp.c | ||
| 2 | Original provenience: | ||
| 3 | |||
| 4 | 2017-04-18: | ||
| 5 | - Annotated cjpeg_wrbmp_main as entry-point for timing analysis | ||
| 6 | |||
| 7 | 2015-10-14: | ||
| 8 | - Remove comment on line 1 | ||
| 9 | - Added generic TACLeBench header to line 1 | ||
| 10 | - Changed struct name to cjpeg_jpeg6b_wrbmp_name | ||
| 11 | - Changed the global variable from {name} to cjpeg_jpeg6b_wrbmp_{name} | ||
| 12 | - Changed the functions from {name} to cjpeg_jpeg6b_wrbmp_{name} | ||
| 13 | - Removed code in comment | ||
| 14 | - Added cjpeg_jpeg6b_wrbmp_main() | ||
| 15 | - Added cjpeg_jpeg6b_wrbmp_return() | ||
| 16 | - Added cjpeg_jpeg6b_wrbmp_init() | ||
| 17 | - Added forward declaration of the functions | ||
| 18 | - Removed unused variables: test_image[] and color_map[] | ||
| 19 | - Applied Code Style | ||
| 20 | |||
| 21 | File: input.c | ||
| 22 | Original provenience: | ||
| 23 | |||
| 24 | 2015-10-12: | ||
| 25 | - Remove comment on line 1 | ||
| 26 | - Added generic TACLeBench header to line 1 | ||
| 27 | - Removed _jpeg6b_ from the prefix | ||
| 28 | - Changed the global variable from colormap to cjpeg_jpeg6b_wrbmp_colormap | ||
| 29 | - Removed unused variables: test_image[] and color_map[] | ||
| 30 | - Moved initialization of cjpeg_jpeg6b_wrbmp_colormap to function. This function is called from cjpeg_jpeg6b_wrbmp_init function | ||
| 31 | - Applied Code Style | ||
| 32 | |||
| 33 | File: cderror.h | ||
| 34 | Original provenience: | ||
| 35 | |||
| 36 | 2015-10-12: | ||
| 37 | - Remove comment on line 1 | ||
| 38 | - Added generic TACLeBench header to line 1 | ||
| 39 | - Removed _jpeg6b_ from the prefix | ||
| 40 | - Changed JMESSAGE to CJPEG_JPEG6B_WRBMP_JMESSAGE | ||
| 41 | - Changed JMAKE_ENUM_LIST to CJPEG_JPEG6B_WRBMP_JMAKE_ENUM_LIST | ||
| 42 | - Applied Code Style | ||
| 43 | |||
| 44 | |||
| 45 | File: cdjpeg.h | ||
| 46 | Original provenience: | ||
| 47 | |||
| 48 | 2015-10-12: | ||
| 49 | - Remove comment on line 1 | ||
| 50 | - Added generic TACLeBench header to line 1 | ||
| 51 | - Rename structs and typedef to cjpeg_jpeg6b_wrbmp_{name} | ||
| 52 | - Removed unused defines | ||
| 53 | |||
| 54 | File: jconfig.h | ||
| 55 | Original provenience: | ||
| 56 | |||
| 57 | 2015-10-12: | ||
| 58 | - Remove comment on line 1 | ||
| 59 | - Added generic TACLeBench header to line 1 | ||
| 60 | - Change defines to CJPEG_JPEG6B_WRBMP_{NAME} | ||
| 61 | - Removed _jpeg6b_ from the prefix | ||
| 62 | - Applied Code Style | ||
| 63 | |||
| 64 | |||
| 65 | File: jerror.h | ||
| 66 | Original provenience: | ||
| 67 | |||
| 68 | 2015-10-12: | ||
| 69 | - Remove comment on line 1 | ||
| 70 | - Added generic TACLeBench header to line 1 | ||
| 71 | - Removed error and warning defines | ||
| 72 | - Removed _jpeg6b_ from the prefix | ||
| 73 | - Applied Code Style | ||
| 74 | |||
| 75 | |||
| 76 | File: jmorecfg.h | ||
| 77 | Original provenience: | ||
| 78 | |||
| 79 | 2015-10-12: | ||
| 80 | - Remove comment on line 1 | ||
| 81 | - Added generic TACLeBench header to line 1 | ||
| 82 | - Removed unused comments | ||
| 83 | - Removed _jpeg6b_ from the prefix | ||
| 84 | - Removed unused defines | ||
| 85 | - Removed unused typedefs | ||
| 86 | - Applied Code Style | ||
| 87 | |||
| 88 | |||
| 89 | File: jpeglib.h | ||
| 90 | Original provenience: | ||
| 91 | |||
| 92 | 2015-10-12: | ||
| 93 | - Remove comment on line 1 | ||
| 94 | - Used define value directly | ||
| 95 | - Remove unused typedefs, defines | ||
| 96 | - Removed _jpeg6b_ from the prefix | ||
| 97 | - Changed struct name to cjpeg_jpeg6b_wrbmp_{name} | ||
| 98 | - Changed define {name} to cjpeg_jpeg6b_wrbmp_{name} | ||
| 99 | - Added generic TACLeBench header to line 1 | ||
| 100 | - Applied Code Style | ||
| 101 | |||
| 102 | |||
| 103 | |||
| 104 | |||
