summaryrefslogtreecommitdiffstats
path: root/all_pairs/source/cjpeg_wrbmp/ChangeLog.txt
diff options
context:
space:
mode:
authorJoshua Bakita <bakitajoshua@gmail.com>2019-10-07 19:13:39 -0400
committerJoshua Bakita <bakitajoshua@gmail.com>2019-10-07 19:13:39 -0400
commit386b7d3366f1359a265da207a9cafa3edf553b64 (patch)
treec76120c2c138faed822e4ae386be6ef22a738a78 /all_pairs/source/cjpeg_wrbmp/ChangeLog.txt
parent54a3f7091a2146b29c73a6fdc4b62a5c4ad7a3d8 (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.txt104
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 @@
1File: cjpeg_jpeg6b_wrbmp.c
2Original provenience:
3
42017-04-18:
5- Annotated cjpeg_wrbmp_main as entry-point for timing analysis
6
72015-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
21File: input.c
22Original provenience:
23
242015-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
33File: cderror.h
34Original provenience:
35
362015-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
45File: cdjpeg.h
46Original provenience:
47
482015-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
54File: jconfig.h
55Original provenience:
56
572015-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
65File: jerror.h
66Original provenience:
67
682015-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
76File: jmorecfg.h
77Original provenience:
78
792015-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
89File: jpeglib.h
90Original provenience:
91
922015-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