Timeline

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

32 check-ins that include changes to files matching 'runt/apis/cldc-compact/cc/squirreljme/runtime/cldc/util/*'

2020-03-02
05:18
Merge wip-gradle-modernization branch into trunk. check-in: a5aaa48037 user: stephanie.gawroriski tags: trunk, x-date-202003
2020-02-14
03:52
Move massive amount of files to their own modules. check-in: c7cae997bd user: stephanie.gawroriski tags: wip-gradle-modernization
2020-01-01
16:22
Add classes to represent an array of primitives as Lists; Use these wrapper lists to implement sort. check-in: a9f238a342 user: stephanie.gawroriski tags: trunk
2019-05-10
22:59
Fix and enabled the non-RandomAccess copy before sorting (for speed improvements). check-in: e99287e946 user: stephanie.gawroriski tags: trunk
22:24
Shell sort does not seem to want to work for integers. check-in: 35ed20a703 user: stephanie.gawroriski tags: trunk
22:14
Make the sorting set more consistent with the same values for each (easier to debug issues). check-in: 5623babdfa user: stephanie.gawroriski tags: trunk
16:53
Work on sorting object arrays/lists. check-in: 3df28dbd72 user: stephanie.gawroriski tags: trunk
15:49
Implement ShellSort. check-in: 6bf86541b7 user: stephanie.gawroriski tags: trunk
14:48
Minor sort algorithm work; Improve the sort test to include various array sizes. check-in: e20dafd1f5 user: stephanie.gawroriski tags: trunk
00:00
Base sort work. check-in: 6225087d0b user: stephanie.gawroriski tags: trunk
2019-05-09
23:19
Add calls for sorting and such. check-in: f1d4b9cb70 user: stephanie.gawroriski tags: trunk
2019-05-06
00:49
Add synchronized map entries which block null. check-in: 24aa426f48 user: stephanie.gawroriski tags: trunk
00:43
Implement most of Hashtable and also have Synchronized and Enumeration helpers. check-in: cebf93e939 user: stephanie.gawroriski tags: trunk
2018-11-03
20:05
Implement test for Random; Use strictfp in some important places. check-in: 19fb04d86a user: stephanie.gawroriski tags: trunk
19:33
Translate method. check-in: 39adc8291a user: stephanie.gawroriski tags: trunk
19:31
Adjustments. check-in: efce732aa4 user: stephanie.gawroriski tags: trunk
19:18
Uppercase constants. check-in: f820b80aab user: stephanie.gawroriski tags: trunk
19:16
Base import of code. check-in: 49a8905f8c user: stephanie.gawroriski tags: trunk
17:12
Add missing notice for FDMLMath. check-in: bb79fe44b5 user: stephanie.gawroriski tags: trunk
17:10
Remove unused method. check-in: 4da46514d2 user: stephanie.gawroriski tags: trunk
17:08
Change constants to uppercase format. check-in: 311c47f597 user: stephanie.gawroriski tags: trunk
16:52
Implement DDIV, DMUL, and DSUB; Division by zero produces signaling NaN so do that so it is actually returned. check-in: 6822326da4 user: stephanie.gawroriski tags: trunk
16:27
Add UnsignedInteger for unsigned int operations (needed by FDMLMath). check-in: 85b6345000 user: stephanie.gawroriski tags: trunk
15:45
Hopefully handled unsigned the right way. check-in: 0658d31e59 user: stephanie.gawroriski tags: trunk
15:32
More adapting sqrt(). check-in: bf9699ffd0 user: stephanie.gawroriski tags: trunk
15:27
Add base import of sqrt. check-in: 79bba276d2 user: stephanie.gawroriski tags: trunk
14:26
Add note; In the exception handler do not push the frame the exception is push the actual object being thrown. check-in: 9f83263549 user: stephanie.gawroriski tags: trunk
2018-11-02
13:11
Add base for FDMLMath which will be needed by Random. check-in: 8835825ca5 user: stephanie.gawroriski tags: trunk
2018-10-28
19:14
Remove debug stuff in tests. check-in: d7477fc042 user: stephanie.gawroriski tags: trunk
19:14
Implement binary search. check-in: 416e81c05c user: stephanie.gawroriski tags: trunk
17:21
Base for binary search and additionally add a test for it. check-in: dc3f906d45 user: stephanie.gawroriski tags: trunk
17:03
Base for binary searches. check-in: a1014832d0 user: stephanie.gawroriski tags: trunk