Timeline

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

50 check-ins occurring around 4e79bf73e8549b01.

2019-09-22
16:54
Implement read of single byte in blobs. check-in: 3013cea250 user: stephanie.gawroriski tags: trunk
16:25
Correct read from wrong location when initializing a BootRomLibrary. check-in: 555410bbdb user: stephanie.gawroriski tags: trunk
15:30
Correct checking of array storing (it was checking against ClassInfo); use null instead of Unknown in NativeCPU traces. check-in: 58aee7fba5 user: stephanie.gawroriski tags: trunk
14:51
Add more debug code printing (no integer and UTF pointer); Make printing the stack trace more resiliant so debug info can always be extracted check-in: 982159bf9a user: stephanie.gawroriski tags: trunk
14:23
Print debug when there is a double fault handling an exception; Implement Boolean; Include return value and exception register in frame return. check-in: f5a9151796 user: stephanie.gawroriski tags: trunk
14:06
Comment correction. check-in: 2816adf7a0 user: stephanie.gawroriski tags: trunk
13:15
Add source file name to DEBUG_ENTRY (breaks compatibility). check-in: e9eaca79a8 user: stephanie.gawroriski tags: trunk
12:44
Refactor and move around the JVM stuff a bit to organize it. check-in: 29bae2a684 user: stephanie.gawroriski tags: trunk
07:05
Backup developer notes. check-in: e2992a3e94 user: squirreljme tags: trunk
2019-09-21
21:17
Whitespace changes. check-in: b00d8100ff user: stephanie.gawroriski tags: trunk
20:15
Base for JVM loader package. check-in: b64dc14787 user: stephanie.gawroriski tags: trunk
18:21
Add information on development virtual machines. check-in: c06e8681e1 user: stephanie.gawroriski tags: trunk
17:03
Do not skip over private methods because they may be invoke virtualed from the same class. check-in: ad3c9920f9 user: stephanie.gawroriski tags: trunk
16:15
On memory read fail from int array debug read value before tossing the exception; When allocation ClassInfo use the size of ClassInfo and not the current class (memory corruption). check-in: 400b8a71a4 user: stephanie.gawroriski tags: trunk
15:38
Add switch on debug. check-in: 12a7a88c6d user: stephanie.gawroriski tags: trunk
15:36
Correct noted string offset. check-in: be4d58dad2 user: stephanie.gawroriski tags: trunk
15:30
Remove pool pointer print. check-in: 7796555aca user: stephanie.gawroriski tags: trunk
15:29
Correct class info BootRAM init writing to the wrong location. check-in: 2fcf2c1ce5 user: stephanie.gawroriski tags: trunk
14:14
Actually write class data to the ROM. check-in: 484fffe1c1 user: stephanie.gawroriski tags: trunk
13:57
Output header again. check-in: 7f286ad520 user: stephanie.gawroriski tags: trunk
13:47
Write a blank bootstrap JAR pool if there is none. check-in: 0b22f881a4 user: stephanie.gawroriski tags: trunk
13:45
Correct object not getting the needed minimized fields; Writing of more field data. check-in: 3c8d9a1d62 user: stephanie.gawroriski tags: trunk
13:29
Write of bootstrap class infos. check-in: 137baa8b76 user: stephanie.gawroriski tags: trunk
12:37
Write of vtables. check-in: 2f146bfd9b user: stephanie.gawroriski tags: trunk
07:05
Backup developer notes. check-in: d0c2234d2b user: squirreljme tags: trunk
2019-09-20
11:27
Reserve space for int arrays so the pointers to the vtables are known quicker (as there can be recursive building). check-in: 4e79bf73e8 user: stephanie.gawroriski tags: trunk
10:55
Base for final vtable calculation. check-in: 53578c4fa1 user: stephanie.gawroriski tags: trunk
07:05
Backup developer notes. check-in: e8ffb734b5 user: squirreljme tags: trunk
2019-09-16
21:18
Base vtable building logic; Commonize integer array building. check-in: 2e8f5d48c0 user: stephanie.gawroriski tags: trunk
2019-09-15
23:42
Add interface classes. check-in: 50204f8a74 user: stephanie.gawroriski tags: trunk
21:23
Add base offset. check-in: ba6b2cd3c9 user: stephanie.gawroriski tags: trunk
21:22
Add cellsize. check-in: 39f402a0a0 user: stephanie.gawroriski tags: trunk
21:20
Add dimensions. check-in: d2f89771d0 user: stephanie.gawroriski tags: trunk
21:09
Add magic number. check-in: 5583978396 user: stephanie.gawroriski tags: trunk
21:07
Write of mini pointer. check-in: 4c5e0a9ae7 user: stephanie.gawroriski tags: trunk
07:05
Backup developer notes. check-in: 8a29272858 user: squirreljme tags: trunk
01:37
Write of class name. check-in: a161e4896b user: stephanie.gawroriski tags: trunk
01:27
Write object count. check-in: 66a100c9ec user: stephanie.gawroriski tags: trunk
01:26
Add selfptr. check-in: 03b1ccc51a user: stephanie.gawroriski tags: trunk
01:25
Write allocation size. check-in: a76f9517fc user: stephanie.gawroriski tags: trunk
01:20
Base handle of field data. check-in: 3a9b8e8c74 user: stephanie.gawroriski tags: trunk
01:14
Get of class super name. check-in: 58d89d8aed user: stephanie.gawroriski tags: trunk
01:11
Handle of named string and class info pointers. check-in: 634d39d355 user: stephanie.gawroriski tags: trunk
01:00
Add offset to pool entries. check-in: 6d07317e90 user: stephanie.gawroriski tags: trunk
00:50
Base for type handling; Add get of type for BasicPoolEntry. check-in: 47acaa84b5 user: stephanie.gawroriski tags: trunk
00:47
Base loop logic for processing pool entries. check-in: 1e49cd8105 user: stephanie.gawroriski tags: trunk
00:35
Obtaining of the boot section information. check-in: 68e0673f07 user: stephanie.gawroriski tags: trunk
00:28
Add comment as to why the sections are fixed size. check-in: df35bd6594 user: stephanie.gawroriski tags: trunk
00:27
Always copy manifest to uncompressed section in the JAR. check-in: 86a1c1d3ad user: stephanie.gawroriski tags: trunk
00:24
Libretro: support building using tvOS SDK (Merge GitHub PR #52) check-in: 51fb7b7c85 user: yoshi.sugawara tags: trunk