Timeline

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

50 most recent check-ins

2025-03-09
05:50
Make some useful utilities public. Leaf check-in: 91f673344a user: stephanie.gawroriski tags: trunk
05:28
More character sequence refactoring. Leaf check-in: 84b6c7fac4 user: stephanie.gawroriski tags: wip-nanocoatexec
04:08
Downgrade iban4j back to 3.2.7 as that supports Java 8. check-in: f75a0cc114 user: stephanie.gawroriski tags: trunk
01:59
Continued refactor of charseq. check-in: f6c2625511 user: stephanie.gawroriski tags: wip-nanocoatexec
2025-03-08
16:31
Continuation of char sequence refactor. check-in: 86051ddc32 user: stephanie.gawroriski tags: wip-nanocoatexec
03:14
Base refactor of character sequences to make them far easier to use. check-in: 1f1578f135 user: stephanie.gawroriski tags: wip-nanocoatexec
02:00
Base for threads and otherwise. check-in: 07ff02f6b8 user: stephanie.gawroriski tags: wip-nanocoatexec
2025-03-07
23:54
Add base stubs for mleThread; remove some field changing ThreadShelf functions and do it much better. check-in: d45818c1d0 user: stephanie.gawroriski tags: wip-nanocoatexec
15:32
Correct date of october post. check-in: 10082b1681 user: stephanie.gawroriski tags: trunk
01:21
February update. check-in: 0a2f1c692d user: stephanie.gawroriski tags: trunk
00:52
Merge from trunk. check-in: 585c638fb0 user: stephanie.gawroriski tags: wip-nanocoatexec
00:43
Bump dependencies. check-in: 0efb94120f user: stephanie.gawroriski tags: trunk
2025-03-04
01:46
Initialize ScritchUI within libretro. check-in: 95b109a59e user: stephanie.gawroriski tags: wip-nanocoatexec
00:55
Add better mapping for mleTerminal IOExceptions. check-in: 0370a02e88 user: stephanie.gawroriski tags: wip-nanocoatexec
00:50
Cleanup NAL stdio writing. check-in: 28f5d6e135 user: stephanie.gawroriski tags: wip-nanocoatexec
2025-03-03
00:30
Implement tableswitch; add unaligned 32-bit read. check-in: 8ac35188b3 user: stephanie.gawroriski tags: wip-nanocoatexec
2025-03-02
23:40
Implement iinc; return system line ending type. check-in: ddba5f8fc3 user: stephanie.gawroriski tags: wip-nanocoatexec
22:43
Base for iinc. check-in: 23363381f6 user: stephanie.gawroriski tags: wip-nanocoatexec
22:26
Commonize local load and store. check-in: 25ce6e8a33 user: stephanie.gawroriski tags: wip-nanocoatexec
19:57
Implement returning of values. check-in: 2c94ea3935 user: stephanie.gawroriski tags: wip-nanocoatexec
19:32
Implement get of string length. check-in: a3b8e13be6 user: stephanie.gawroriski tags: wip-nanocoatexec
19:27
Add prototypes for StringShelf. check-in: 072643c2b8 user: stephanie.gawroriski tags: wip-nanocoatexec
17:42
Implement invokevirtual. check-in: b8a1ee3368 user: stephanie.gawroriski tags: wip-nanocoatexec
15:26
Merge from trunk. check-in: b99b1a3f4a user: stephanie.gawroriski tags: wip-nanocoatexec
2025-03-01
22:08
Organize more bytecode test and correct tests due to moving around. check-in: 4ff88c7ad2 user: stephanie.gawroriski tags: trunk
18:42
Correct aload test. check-in: 4f0a554846 user: stephanie.gawroriski tags: trunk
17:59
Correct name of arraylength test. check-in: e2ef6f4549 user: stephanie.gawroriski tags: trunk
17:39
Move more tests down into subpackages. check-in: 3ca7915900 user: stephanie.gawroriski tags: trunk
17:26
Move aastore tests into their own package. check-in: 9b8809ce02 user: stephanie.gawroriski tags: trunk
17:22
Move aaload tests into their own package. check-in: 0b42f7ac15 user: stephanie.gawroriski tags: trunk
2025-02-27
00:12
Only use _set_abort_behavior() and __debugbreak() on not mingw. check-in: ec42615181 user: stephanie.gawroriski tags: wip-nanocoatexec
2025-02-26
23:37
Add base function to check permissions to access a given member from a source class. check-in: a4042ae7f6 user: stephanie.gawroriski tags: wip-nanocoatexec
2025-02-25
02:34
Implement more flow control instructions. check-in: c7528defe4 user: stephanie.gawroriski tags: wip-nanocoatexec
02:26
Console output for tests; hide debug prints under verbose; implement more bytecode instructions. check-in: e5565a4270 user: stephanie.gawroriski tags: wip-nanocoatexec
00:00
Partial pipe implementation. check-in: 61d7eb8dd4 user: stephanie.gawroriski tags: wip-nanocoatexec
2025-02-24
04:55
Use add_compile_definitions() after the patches. check-in: 3d94ea1f6f user: stephanie.gawroriski tags: wip-nanocoatexec
04:23
Add recursive check for sjme_attrThreadLocal; include cmake-patch for utils and libEmulatorBase for older CMake versions. check-in: d7e3b3aca8 user: stephanie.gawroriski tags: wip-nanocoatexec
04:11
Fixes for older CMake, needed for RetroArch builds. check-in: f83d6a7f20 user: stephanie.gawroriski tags: wip-nanocoatexec
03:17
Clang is just broken so make an assuming working around that does not break compilation. check-in: 92a9f9ccc8 user: stephanie.gawroriski tags: wip-nanocoatexec
02:59
Fixes are needed for utilities. check-in: 932197278a user: stephanie.gawroriski tags: wip-nanocoatexec
02:47
Hopefully fix for broken float information in LLVM. check-in: 0e6e158fb4 user: stephanie.gawroriski tags: wip-nanocoatexec
02:15
Ignore C11 threads for utils. check-in: 1fb7a2ae0d user: stephanie.gawroriski tags: wip-nanocoatexec
02:11
Check for C11 when including C11 threads. check-in: 2da02d08e1 user: stephanie.gawroriski tags: wip-nanocoatexec
02:02
Minor fixes. check-in: 30d01c1555 user: stephanie.gawroriski tags: wip-nanocoatexec
01:56
Declare a thread when testing threads. check-in: 97da34b8b5 user: stephanie.gawroriski tags: wip-nanocoatexec
01:55
Correct float.h checks. check-in: b92df98f28 user: stephanie.gawroriski tags: wip-nanocoatexec
01:43
Treat pipe brackets like objects for allocation purposes. check-in: 9eeffff529 user: stephanie.gawroriski tags: wip-nanocoatexec
01:41
Base for object allocation. check-in: 88ef99eb5e user: stephanie.gawroriski tags: wip-nanocoatexec
2025-02-23
23:57
Add comment markers. check-in: e14ebc6bfb user: stephanie.gawroriski tags: wip-nanocoatexec
23:55
Correct subnormal/denormal usage. check-in: d01c4bbb58 user: stephanie.gawroriski tags: wip-nanocoatexec