Timeline

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

50 most recent check-ins that include changes to files matching 'bldt/javase/libs/javase-runtime/cc/*'

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-29
01:45
Remove bldt. check-in: 6f7634f65a user: stephanie.gawroriski tags: wip-gradle-modernization
2020-01-18
15:34
Creation of JFrame and loading of application icon. check-in: 0c9b8b3116 user: stephanie.gawroriski tags: trunk
2020-01-09
19:17
Remove CLIP_RECT, TRANSLATE, GET_TRANSLATE_X, and GET_TRANSLATE_Y from serialized graphics to simplify them; Add capabilities support for the framebuffer; Reduce argument count in drawRegion() so it fits within the system call limits; Add system calls for accelerated graphics support; Shorten FRAMEBUFFER_ to FB_ in RatufaCoat; Shorten FramebufferProperty to Framebuffer since it contains all of the Framebuffer stuff. check-in: 9fbed3bd18 user: stephanie.gawroriski tags: trunk
2019-12-29
11:21
Forward IPC calls in Java SE. check-in: 20c234c9d9 user: stephanie.gawroriski tags: trunk
11:10
Cleanup the Java SE system call handling code accordingly. check-in: 9284ba3e6e user: stephanie.gawroriski tags: trunk
2019-12-28
22:46
Shorten FRAMEBUFFER_PROPERTY to FRAMEBUFFER; Implement base support for framebuffers. check-in: 243216595d user: stephanie.gawroriski tags: trunk
21:07
Base classes that will be used for a Swing backed framebuffer display. check-in: bbcd438057 user: stephanie.gawroriski tags: trunk
2019-12-07
15:25
Switch the milli wall and mono nano calls to use long return values instead of being split. check-in: a2c9801d90 user: stephanie.gawroriski tags: trunk
14:34
Make system calls long instead of int. check-in: 44e07cb9e5 user: stephanie.gawroriski tags: trunk
2019-10-06
21:55
Add branched out printing for object to/from pointer. check-in: 4d4b57a42e user: stephanie.gawroriski tags: trunk
16:05
Migrate sleep system call. check-in: d26777b957 user: stephanie.gawroriski tags: trunk
2019-06-23
16:12
Reorder errors in bldt/javase/libs/javase-runtime check-in: b9ea0e5d6e user: stephanie.gawroriski tags: trunk
2019-06-21
13:11
Have the software math functions return their respective type (so it can be used with JavaSE/SpringCoat); Add assembly methods for value unpacking (long) and packing (double, long). check-in: 10d67841d4 user: stephanie.gawroriski tags: trunk
12:48
Add operations to pack and unpack long values. check-in: 6069346166 user: stephanie.gawroriski tags: trunk
2019-06-17
12:16
Add call tracing, unique objects, and unique strings for the Java SE wrapper; Prevent short system call arguments in JavaSE and SpringCoat; Correct index for unique objects in SpringCoat check-in: e75b6399ef user: stephanie.gawroriski tags: trunk
11:45
Sort Java SE system calls. check-in: f10006fd39 user: stephanie.gawroriski tags: trunk
2019-06-16
23:26
Remove DebugAccess. check-in: e62dad00a3 user: stephanie.gawroriski tags: trunk
23:01
Base for new way to do call traces via the system call interface. check-in: 335466fed4 user: stephanie.gawroriski tags: trunk
2019-06-09
22:27
Handle of system calls and pipe writing. check-in: c35b1ba09f user: stephanie.gawroriski tags: trunk
13:59
Map a bunch of keyboard keys to dialpad layout to work better for games. check-in: a2cc67c97f user: stephanie.gawroriski tags: trunk
2019-05-29
15:39
Add memory access functions which map to Java's byte order (big endian). check-in: 518e6f1520 user: stephanie.gawroriski tags: trunk
2019-05-27
15:29
Implement of system calls writing to the console. check-in: 4bfb4d5714 user: stephanie.gawroriski tags: trunk
14:13
Add implementations for the file descriptor IDs for stdin, stdout, and stderr. check-in: a7e386593a user: stephanie.gawroriski tags: trunk
13:54
Add base for system calls and pure/unpure system calls. check-in: 9143a913ed user: stephanie.gawroriski tags: trunk
2019-05-26
19:40
Remove Assembly.loadPool(); Add instruction to load from int array (directly); Add class ID writing; Write float/int to bootpool; Adjust reference count for ClassInfo. check-in: 825c45482b user: stephanie.gawroriski tags: trunk
01:12
Use a simpler type for storing class information. check-in: 62339e3e35 user: stephanie.gawroriski tags: trunk
00:36
Move a bunch of JVM specific special stuff into its own package. check-in: a061fe8326 user: stephanie.gawroriski tags: trunk
2019-05-25
17:56
Add Assembly method to perform reference counting on pointers. check-in: 7e1cf5a119 user: stephanie.gawroriski tags: trunk
00:45
Add Assembly.pointerToObjectClassDataV2() to directly convert an object to a V2 type. check-in: 18bd065c79 user: stephanie.gawroriski tags: trunk
2019-05-24
21:31
Remove class table pointer and fixed class IDs. check-in: ddb9b462f5 user: stephanie.gawroriski tags: trunk
17:09
Move ObjectAccess.arrayLength() to Assembly. check-in: 61e90ad12e user: stephanie.gawroriski tags: trunk
13:15
Move ApiLevel obtaining to the system call interface. check-in: 25c05490d0 user: stephanie.gawroriski tags: trunk
2019-05-23
23:42
Remove PrimitiveAccess and move the float/double bits to Assembly. check-in: dbf94d0b19 user: stephanie.gawroriski tags: trunk
23:22
Make EXIT a system call. check-in: 5a68aa5516 user: stephanie.gawroriski tags: trunk
23:14
Add GARBAGE_COLLECT system call and remove MemoryAccess (not used anymore). check-in: 7434d31525 user: stephanie.gawroriski tags: trunk
23:07
Move memory information to system calls. check-in: d2e5d8e2e9 user: stephanie.gawroriski tags: trunk
17:17
Remove DatabaseAccess, it was never used. check-in: aa8e87694a user: stephanie.gawroriski tags: trunk
17:16
Remove RegistryAccess, it was never used. check-in: 580bb251a2 user: stephanie.gawroriski tags: trunk
16:48
Remove TimeAccess and replace with system calls. check-in: 79482f1be1 user: stephanie.gawroriski tags: trunk
16:40
Add and implement with a test a system call for getting the current time. check-in: b6312d2861 user: stephanie.gawroriski tags: trunk
2019-05-19
02:39
Correct pointer position being wrong with regards to the content area; Do not use Java look and feel anymore because it messes up pointer coordinates in Windows 10 when scaled. check-in: dee2bceaf7 user: stephanie.gawroriski tags: trunk
2019-05-18
21:57
Some minor adjustments. check-in: 2640033c42 user: stephanie.gawroriski tags: trunk
18:57
Rewrite the clipping handling in EDAG. check-in: 3e0e7e2418 user: stephanie.gawroriski tags: trunk
2019-05-16
18:40
Base drawing of active display, nothing actually drawn yet. check-in: 4b0cab57c8 user: stephanie.gawroriski tags: trunk
2019-05-13
20:44
Implement HTTP communication. check-in: ff07489c40 user: stephanie.gawroriski tags: trunk
18:33
Sending of TCP data over the line. check-in: 57bc28e313 user: stephanie.gawroriski tags: trunk
2019-05-12
23:03
Implement set of socket options. check-in: 43cc949c00 user: stephanie.gawroriski tags: trunk
22:35
Add base Java SE connection factory which can resolve hosts. check-in: 38928a7182 user: stephanie.gawroriski tags: trunk
2019-05-06
01:39
Correct NullPointerException being thrown when display events happen when a display has not been bound. check-in: 9dddceefdc user: stephanie.gawroriski tags: trunk