Timeline

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

50 most recent check-ins that include changes to files matching 'runt/apis/cldc-compact/cc/squirreljme/runtime/cldc/asm/*'

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
2019-12-28
21:07
Base classes that will be used for a Swing backed framebuffer display. check-in: bbcd438057 user: stephanie.gawroriski tags: trunk
16:22
Deprecate NativeDisplayAccess. check-in: 124a510cd1 user: stephanie.gawroriski tags: trunk
2019-10-06
16:05
Migrate sleep system call. check-in: d26777b957 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-05-24
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
18:29
Remove the UniversalAPI and UniversalCallback stuff. check-in: 7a1c68e49d 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
2019-05-08
15:26
Make it callback. check-in: 122046b5ac user: stephanie.gawroriski tags: trunk
2019-05-06
22:22
Add base fields for package type and base conversion methods. check-in: 3d6fdc4742 user: stephanie.gawroriski tags: trunk
22:04
Add base API for universal APIs and callbacks. check-in: a5dcf6d655 user: stephanie.gawroriski tags: trunk
21:34
Remove the Pointer class, it is not needed. check-in: a57b36aa9c user: stephanie.gawroriski tags: trunk
2019-04-17
20:58
Remove compileJar() and just have installJar(). check-in: dacf3506d8 user: stephanie.gawroriski tags: trunk
19:53
Add native API for compilation and installation of native JARs. check-in: e21af73af0 user: stephanie.gawroriski tags: trunk
2019-02-03
00:24
Add new API base for the ability to launch commands with system properties and console redirection as well. check-in: f09d7f9d04 user: stephanie.gawroriski tags: trunk
2018-12-16
15:44
Add base for a console buffer. check-in: 2a27ad81bb user: stephanie.gawroriski tags: trunk
2018-12-14
00:44
Remove the old record store stuff and instead it will be replaced with something much simpler. check-in: 833d23ebe4 user: stephanie.gawroriski tags: trunk
2018-12-11
04:38
Add a callback for when the event callback loses control (means another program took over). check-in: 4f9a5fdeb9 user: stephanie.gawroriski tags: trunk
2018-12-08
19:04
Add API to get the path of the JAR or EXE for lookup. check-in: aca2b16d95 user: stephanie.gawroriski tags: trunk
18:51
Do not make ResourceBasedSuiteManager return libraries for anything unless the library is in the list; Add base for a merged suite manager. check-in: b86c02e6e6 user: stephanie.gawroriski tags: trunk
17:44
Corrections due to removal of Flushable; Add API which allows the console to be flushed. check-in: 288ca56ec0 user: stephanie.gawroriski tags: trunk
05:31
Change invokeStatic to handle more arguments more than the base. check-in: 955a99ae22 user: stephanie.gawroriski tags: trunk
02:57
Implement Thread. check-in: 92fae0c3f5 user: stephanie.gawroriski tags: trunk
2018-12-06
23:13
Add query for the current classpath. check-in: fb32aa6a49 user: stephanie.gawroriski tags: trunk
02:12
Implement the remaining APIs needed for Java SE. check-in: ddec6629c3 user: stephanie.gawroriski tags: trunk
01:51
Implement a bunch of the base API for JavaSE. check-in: 10bb18e001 user: stephanie.gawroriski tags: trunk
01:09
Add JavaSE ConsoleOutput implementation; Add bulk console write operations. check-in: 2190af2607 user: stephanie.gawroriski tags: trunk
00:31
Add operating system type. check-in: 60694d69e3 user: stephanie.gawroriski tags: trunk
2018-12-05
23:21
Annotate the remaining APIs; Add TODOs for the remaining APIs to implement; Make TaskAccess.sleep(0, 0) act like a yield. check-in: 43ca420b88 user: stephanie.gawroriski tags: trunk
07:49
Add some more. check-in: 2c6b952e34 user: stephanie.gawroriski tags: trunk
07:47
Add some API levels to methods; Implement some missing methods. check-in: 359942c5f9 user: stephanie.gawroriski tags: trunk
07:33
Add API level which can be used to detect how much of the SquirrelJME native API is implemented, for backwards compatibility. check-in: 7776726353 user: stephanie.gawroriski tags: trunk
02:18
Add access to the default constructor in the class data with its flags. check-in: e76c678c4b user: stephanie.gawroriski tags: trunk
2018-12-04
00:53
Refactor the Swing code so that it uses the event callback instead. check-in: 3b07f1f154 user: stephanie.gawroriski tags: trunk
00:38
Adjust the LCDUI code to use the new event callback method. check-in: d5ab9e6790 user: stephanie.gawroriski tags: trunk
00:16
Add base for native display event callbacks. check-in: e7b98926a0 user: stephanie.gawroriski tags: trunk
2018-12-03
04:39
Correct compilation errors, the framebuffer operates a bit incorrectly. check-in: 6518223eac user: stephanie.gawroriski tags: trunk
2018-11-21
15:09
Correct wrong signature for Object.wait(JI)V. check-in: a08e6cb30b user: stephanie.gawroriski tags: trunk
14:48
Implement incorrect monitor notification. check-in: 75f1595483 user: stephanie.gawroriski tags: trunk
05:21
Implement Thread.holdsLock(). check-in: b364d31931 user: stephanie.gawroriski tags: trunk
04:59
Implement Thread.currentThread(), Thread.toString(); Add check to exit the VM when all the threads have went away. check-in: 8ab07a04cd user: stephanie.gawroriski tags: trunk