summaryrefslogtreecommitdiffstats
path: root/all_pairs/source/ndes/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/ndes/ChangeLog.txt
parent54a3f7091a2146b29c73a6fdc4b62a5c4ad7a3d8 (diff)
Reorganize and commit all the modified TACLeBench code and run scripts
Diffstat (limited to 'all_pairs/source/ndes/ChangeLog.txt')
-rw-r--r--all_pairs/source/ndes/ChangeLog.txt20
1 files changed, 20 insertions, 0 deletions
diff --git a/all_pairs/source/ndes/ChangeLog.txt b/all_pairs/source/ndes/ChangeLog.txt
new file mode 100644
index 0000000..ae9c168
--- /dev/null
+++ b/all_pairs/source/ndes/ChangeLog.txt
@@ -0,0 +1,20 @@
1File: ndes.c
2Original provenience:
3
42017-04-18:
5- Annotated ndes_main as entry-point for timing analysis
6
72015-10-21:
8- Remove comment on line 1
9- Added generic TACLeBench header to line 1
10- Renamed functions to {name} to ndes_{name}
11- Renamed globale variables to {name} to ndes_{name}
12- Renamed structs to {name} to ndes_{name}
13- Removed the profiling code
14- Added forward decleration of functions
15- Added ndes_main function
16- Added ndes_init function
17- Initialize ndes_ipc1 and ndes_ipc2 in ndes_init function
18- int main variables to global variables for the ndes_init function
19- Applied Code Style
20