-
Notifications
You must be signed in to change notification settings - Fork 0
/
Integer.log
403 lines (270 loc) · 11.7 KB
/
Integer.log
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
commit c369a8a756d71bbb55030f075831b7ab7bf72784
Author: pragativprasad <[email protected]>
Date: Tue Jul 7 20:40:33 2015 -0500
+= takes negatives into account
commit 9d635b7d62766c1ae63e9133c027df9d15bf7834
Author: pragativprasad <[email protected]>
Date: Tue Jul 7 20:40:24 2015 -0500
+= takes negatives into account
commit f12486c4ca39a3dc007671ac13e2d38be73dc894
Author: pragativprasad <[email protected]>
Date: Tue Jul 7 20:28:05 2015 -0500
< and == take negatives into account, changed -= accordingly
commit ea4b5e10f26106b1a71b427586720e1c9544c924
Author: pragativprasad <[email protected]>
Date: Tue Jul 7 20:27:48 2015 -0500
< and == take negatives into account, changed -= accordingly
commit d7126203130d3a089a5eca3648b25334c811be15
Author: JacobHarvey <[email protected]>
Date: Tue Jul 7 16:52:06 2015 -0500
cleaned up
commit ad74fcc4f53cc9c8940e90ca5ecbc02641fdca7d
Author: JacobHarvey <[email protected]>
Date: Tue Jul 7 16:51:27 2015 -0500
finished doxyfile, need to implement divide, %, <<= >>=, fixed #10 fixed #18 fixed #8 fixed #17 fixed #7 fixed #5 fixed #9 fixed #17
commit 74d1b993cce24d3ed75d76ff2f32126b2229313c
Author: JacobHarvey <[email protected]>
Date: Tue Jul 7 14:48:38 2015 -0500
#fixed 18 #fixed 17 #fixed 10 #fixed 5 Trying to get it to work with travis.
commit b42d447e7e0627448daf3d8351f8499c3f7f2c05
Author: pragativprasad <[email protected]>
Date: Tue Jul 7 12:35:36 2015 -0500
fixed -= so both mersennes are now correct
commit 73c1f06549ad99f498d49ba6598bbc72233d905c
Author: pragativprasad <[email protected]>
Date: Tue Jul 7 12:35:23 2015 -0500
fixed -= so both mersennes are now correct
commit 8f2fed1c5dcf56de609f98e09ba97e81d62b020d
Author: JacobHarvey <[email protected]>
Date: Tue Jul 7 05:21:42 2015 -0500
something wrong with -=
commit 5d640f17716d790abc86db87757712ff4964de54
Author: JacobHarvey <[email protected]>
Date: Tue Jul 7 01:53:40 2015 -0500
fixed #11 fixed #6 fixed #4 fixed #3 fixed #12 fixed #16
commit 95949aa8c571c620f26b0833a375693ad5c21a93
Author: pragativprasad <[email protected]>
Date: Mon Jul 6 23:37:38 2015 -0500
shift left, shift right, add, subtract tests
commit 4387e7e07f557367f918de4522d9d721a52d05ae
Author: JacobHarvey <[email protected]>
Date: Mon Jul 6 20:01:27 2015 -0500
working ong etting tests to run
commit caf708156a85b1529a691e6c0962f0b4b19f1ce4
Author: pragativprasad <[email protected]>
Date: Mon Jul 6 19:45:16 2015 -0500
shift left, right, plus, minus
commit 24e0875d53cfea32683906a925dc7df890f90394
Author: JacobHarvey <[email protected]>
Date: Tue Jun 30 13:52:35 2015 -0500
Deleted the temp files fixed #1 fixed #2
commit 3731367148f3eb9ea2328e6f96af2811055aecef
Author: JacobHarvey <[email protected]>
Date: Tue Jun 30 13:50:49 2015 -0500
Initialized
commit e1471074b5bb45ec83aa086170b12a669ad4cf8d
Merge: 521235c cdc35fa
Author: Marek <[email protected]>
Date: Tue Jun 23 10:29:46 2015 -0500
Final
commit cdc35fac74227186f11d3e98d11b1f6e3a1dd47e
Author: Marek <[email protected]>
Date: Tue Jun 23 10:28:18 2015 -0500
Final commit to dev
commit ee75396b9479b2256494238a124a2e284412b31b
Author: Marek <[email protected]>
Date: Tue Jun 23 10:19:26 2015 -0500
Final change to makefile
commit 9ce4bdd8a2f862b4f207845114ef6d855c69ea90
Author: Marek <[email protected]>
Date: Tue Jun 23 10:18:23 2015 -0500
Tested on CS machine
commit 521235c0e5f4b2abb48deba79f01c3860f36db96
Author: Marek5050 <[email protected]>
Date: Tue Jun 23 10:12:06 2015 -0500
Added git.log about to test on cs machine
commit c005dcd9599189eec85af565b11bbcad9c881756
Author: Marek5050 <[email protected]>
Date: Tue Jun 23 10:10:09 2015 -0500
Added the git.log
commit 34d6785a4c627e3343f13a414bc62d5f8f1e891b
Author: JacobHarvey <[email protected]>
Date: Mon Jun 22 20:30:37 2015 -0500
Done, done done. Fixed #18 fixed #12
commit 0e8aed83dfe2184c0786390263521ba08a8da21d
Author: Marek5050 <[email protected]>
Date: Mon Jun 22 12:45:47 2015 -0500
Updated the doxygen from my project to the correct title. Added couple
of comments to PFD.c++
commit 076631e4418c229d5e542ca29a368e464fafc130
Author: JacobHarvey <[email protected]>
Date: Sun Jun 21 14:17:12 2015 -0500
finished adding comments for html. Need to be checked over before submission.
commit f4d6d427879d60d0442f5a52f32e3bb269079edb
Author: JacobHarvey <[email protected]>
Date: Sun Jun 21 13:15:08 2015 -0500
Passes sphere with 0.00 time, no need for optimization fixed #20
commit 42cff56426a717d8b51ae0912096d14859a2f578
Author: Marek <[email protected]>
Date: Sun Jun 21 13:10:58 2015 -0500
Added doxygen documentation and finished Tests, close #19 and close #17 and fix #16
commit f3f872b337ac8899bead5d5795eb3db7d5d3e039
Author: Marek5050 <[email protected]>
Date: Sun Jun 21 12:11:39 2015 -0500
Removed Extraneous comments close #17 and added unit tests.
commit ddf7a077ff60838e9582f33de9bf5f123495075a
Author: JacobHarvey <[email protected]>
Date: Sat Jun 20 17:30:14 2015 -0500
passes sphere fixed #22 fixed #21 fixed #13
commit fdefd3ce7452a0e234f05ce2a608b6eeb9b535fe
Author: JacobHarvey <[email protected]>
Date: Sat Jun 20 16:44:07 2015 -0500
committing. Failing simple test about order. About to change stageq into the runq loop
commit e1da8f3305a170a557c3598ba06f9cb48b115f6e
Author: JacobHarvey <[email protected]>
Date: Sat Jun 20 15:05:24 2015 -0500
mostly working
commit 56536f6a5df8ceddc8f4d14db5d09e5296709582
Author: JacobHarvey <[email protected]>
Date: Sat Jun 20 14:31:38 2015 -0500
Freaking awesome, it'ws somewhat workinggit add . and closes #14
commit 253cbeac1ebfda85827520fb3b4cbef99aa923e9
Author: JacobHarvey <[email protected]>
Date: Sat Jun 20 14:14:50 2015 -0500
started on eval
commit c2207b3883c263caa5b4aba3ea7c010b4b159be6
Author: Marek5050 <[email protected]>
Date: Sat Jun 20 12:49:16 2015 -0500
Priority Queue and Testing Fixed
commit 84c451349c10797fe5cc2ea3ff6a5bd5a27a2ce0
Author: JacobHarvey <[email protected]>
Date: Fri Jun 19 11:35:54 2015 -0500
fixed #11
commit ef5c4424c696542cc36720e5e739fd72736bc5b7
Author: JacobHarvey <[email protected]>
Date: Fri Jun 19 11:35:22 2015 -0500
finished reading, testing issues
commit f9204c34be557534dfd83c5478ba0969f795e491
Author: JacobHarvey <[email protected]>
Date: Fri Jun 19 11:33:45 2015 -0500
set up reading closed #11
commit a93d1cf39f0e952abda6e8d57ca1aee69b1802a3
Author: JacobHarvey <[email protected]>
Date: Fri Jun 19 10:22:11 2015 -0500
Test Travis CI
commit 90cb19afe2c756ba0a190cb1837d133bcb0d8cf5
Author: JacobHarvey <[email protected]>
Date: Fri Jun 19 10:00:31 2015 -0500
final initialize
commit e70b522ae85c3dd2156a131875d8034da9033e22
Author: JacobHarvey <[email protected]>
Date: Fri Jun 19 09:58:26 2015 -0500
actually initialized and deleted cached
commit 5eec98523c11d9344adc9876a075e933ccfdb354
Author: JacobHarvey <[email protected]>
Date: Fri Jun 19 08:56:31 2015 -0500
done
commit 699013c6bba9f9c17e2b85e2308b6b3756338e78
Author: JacobHarvey <[email protected]>
Date: Wed Jun 17 18:22:39 2015 -0500
final test for travis
commit 088c55d9068d39df638744b328bf4226431f9d6a
Author: JacobHarvey <[email protected]>
Date: Mon Jun 15 23:33:34 2015 -0500
cache wasn't running until now fixed #10 fixed #13 fixed #8 fixed #3
commit 80feb832f3ebc9e0f35ab784c6bc8e46f04174e3
Author: JacobHarvey <[email protected]>
Date: Mon Jun 15 23:26:39 2015 -0500
fixed #1 fixed #3 fixed #5 fixed #8 fixed #10 fixed #16 fixed #12 fixed 14
commit 9f87681ead958f994f6550f7f8b86fc45abc7634
Author: JacobHarvey <[email protected]>
Date: Mon Jun 15 23:04:12 2015 -0500
fixed #16 got runcollatz to run i think
commit 45499d5cee7a16e05cf5a3c3a964bab6eecce6d7
Author: JacobHarvey <[email protected]>
Date: Mon Jun 15 22:19:10 2015 -0500
fixed #1 wrote all of the tests. i think. maybe
commit 3cd3fb88d404387a8408c9949fd9e31bb172d65e
Author: JacobHarvey <[email protected]>
Date: Mon Jun 15 21:14:48 2015 -0500
fixed #15 passed sphere tests with time of .01
commit 9c18ba213f4b44bd3e9d266678c964f35a4468bc
Author: JacobHarvey <[email protected]>
Date: Mon Jun 15 14:32:03 2015 -0500
fixed #14 added asserts to functions in Collatz.c++. Might need to add more later for cache
commit e0763162fc236d0b85b5bc4ede05d01fffb3a7fa
Author: JacobHarvey <[email protected]>
Date: Mon Jun 15 13:42:38 2015 -0500
finished simple implementation of collatzeval() and got everything to run fixed #2 #13
commit 20ddcbf7002316c1e5fe894dbf878d12a79e1411
Author: JacobHarvey <[email protected]>
Date: Mon Jun 15 12:59:23 2015 -0500
failed locally when valgrind output to testcollatz.out #13
commit 32ced975bfdb5e1e72a9e377f6ba663ebdc08aea
Author: JacobHarvey <[email protected]>
Date: Mon Jun 15 12:26:50 2015 -0500
Fixed #11 i think i travis CI will work now? Fixed bug in Collatz.eval()
commit e5ab827c14adfbf1c892566d01b79e2699ad11e1
Author: JacobHarvey <[email protected]>
Date: Mon Jun 15 12:19:08 2015 -0500
fixed semicolon
commit 47395c255723538a31716994886c222d3f5b6ab8
Author: JacobHarvey <[email protected]>
Date: Mon Jun 15 01:26:10 2015 -0500
worked on git eval
commit 5712be9da229554a9d2383f305225beb91ec907f
Author: JacobHarvey <[email protected]>
Date: Mon Jun 15 00:34:56 2015 -0500
copied the files and set up the code. Ran first test, runs, haven't changed any output/ implemented collatz yet. Testing travis CI
commit 6f6735b57c9209ed9b3161dcad92eb96d2079403
Author: Glenn Downing <[email protected]>
Date: Mon Jun 8 12:05:32 2015 -0500
another commit
commit 4195144d61f7ab8665ba0217fdce4f28b8376086
Author: Glenn Downing <[email protected]>
Date: Mon Jun 8 11:38:21 2015 -0500
another commit
commit 7193fd1c1549453c8b2adf534a54b872a5ba9ec9
Author: Glenn Downing <[email protected]>
Date: Sun Jun 7 23:55:19 2015 -0500
another commit
commit ee2d278b3b44b788b07e06f97a983545177b2a8b
Author: Glenn Downing <[email protected]>
Date: Sun Jun 7 18:54:48 2015 -0500
another commit
commit 256dfc1fafe42f8828be379216189a7cc8d5b9f2
Author: Glenn Downing <[email protected]>
Date: Sun Jun 7 18:47:05 2015 -0500
another commit
commit 479f0854e6fa8a0fb4d33f7f4d5ae382860f4985
Author: Glenn Downing <[email protected]>
Date: Sun Jun 7 18:35:17 2015 -0500
another commit
commit a621d9eaf0be09b3be83c9199e6f49953f6d4c1e
Author: Glenn Downing <[email protected]>
Date: Sun Jun 7 18:28:01 2015 -0500
another commit
commit e36e9182ff226ab8ee2eda221fd6888743006c9b
Author: Glenn Downing <[email protected]>
Date: Sun Jun 7 18:21:34 2015 -0500
another commit
commit 763a9e2f10a05c799ad72e5687c577ef4471a735
Author: Glenn Downing <[email protected]>
Date: Sun Jun 7 18:18:36 2015 -0500
another commit
commit 7086f3c1d470eee3f2357117b4846458a14e4155
Author: Glenn Downing <[email protected]>
Date: Sun Jun 7 18:03:54 2015 -0500
another commit
commit 34baabbddfab542f345ac90f4170827008d614db
Author: Glenn Downing <[email protected]>
Date: Sun Jun 7 17:54:54 2015 -0500
another commit
commit 20de09012ca02774ceef156c88abd0c6ca19de19
Author: Glenn Downing <[email protected]>
Date: Sun Jun 7 16:37:07 2015 -0500
another commit
commit 652257f9d72d47c53aace403f36f8b23603a4db1
Author: Glenn Downing <[email protected]>
Date: Sun Jun 7 09:50:08 2015 -0500
first commit