Upcoming License Change
SquirrelJME 0.4.0 will be under the Mozilla Public License 2.0+ instead of the GNU General Public License 3+.
2023-06-10 23:23:05 +0000 UTC View Post
SquirrelJME 0.4.0 will be under the Mozilla Public License 2.0+ instead of the GNU General Public License 3+.
2023-06-10 23:23:05 +0000 UTC View PostSpent the past two weeks adding Debug/Release variants, where the Release version is about 30% smaller than the Debug one and slightly faster. This should make things a bit more efficient if you do not care for debugging!
2023-02-11 18:16:11 +0000 UTC View PostI dug out some old code from 2013 and SquirrelJME might just see a port to IEEE1275 (Open Firmware, OpenBOOT, and OpenBIOS) for PowerPC, SPARC, and x86 as a kind of bare bones demonstration of sorts.
2022-12-27 16:06:04 +0000 UTC View PostNoticed a few bugs in how the Standalone JAR was launched along with certain test environments not properly launching sub-tasks. This has been fixed.
2022-10-07 04:11:31 +0000 UTC View PostI added local variable debugging to SpringCoat, which hopefully will help figuring out some issues and otherwise with code. Before this information was absent and more information is always helpful!
2022-09-24 01:56:31 +0000 UTC View PostThere now is an implementation of a test framework in Gradle which means that the more standardized testing is available. This makes them also visible in IntelliJ. There is no JUnit or TestNG used!
Note the legacy tests are available via switch!
2022-09-16 03:15:45 +0000 UTC View PostTook a break and am working on putting out all the JavaDocs for SquirrelJME, this should be useful for reference purposes. Hopefully in the future SquirrelJME can be used as a reference for out of date Java ME/J2ME APIs!
2022-08-30 00:42:01 +0000 UTC View PostSquirrelJME can now be installed via Homebrew on Mac OS by running these two commands:
SquirrelJME is now building and running automatically on M1 Macs!
2022-06-21 01:16:46 +0000 UTC View PostI have made some fixes to the PNG decoder, so that graphics are less corrupt. There still needs to be some fixes however!
2022-06-15 03:24:37 +0000 UTC View PostI received a T-Shirt for speaking at FOSDEM 2022!
2022-05-05 15:29:52 +0000 UTC View PostPreserving the history of obsolete cellular devices.
Recorded live on February 6, 2022.
2022-04-26 03:12:53 +0000 UTC View PostThis is the first MIDI sound made by SquirrelJME, a single note!
2022-04-22 23:05:19 +0000 UTC View PostI will be having vacation upcoming in December to where I can possibly work on SquirrelJME a bunch while relaxing. Should see some quicker progress then!
2021-10-25 14:17:11 +0000 UTC View PostThe SummerCoat has been in development since November of 2020, there has been lots of work on it that is not completely related to SummerCoat... however since there is much of that I decided to cherry pick those changes into the mainline SquirrelJME. This way there is much less pressure and stress to work on this branch now since important stuff...
2021-07-21 14:55:51 +0000 UTC View PostThe detection of i-mode applications now can happen, assuming there is a JAR/JAM pair.
2021-06-13 18:16:05 +0000 UTC View PostThe JDWP Support Branch has been merged in, which means I can debug SpringCoat and soon will be able to do SummerCoat as well!
2021-05-01 02:21:42 +0000 UTC View PostThis is a small demonstration of stepping around code via JDWP using IntelliJ as a debugger for SquirrelJME, of which debugging support is currently being worked on.
2021-04-29 02:04:29 +0000 UTC View PostBreakpoints can now be hit when debugging, this will be useful to debug specific and weird portions of code.
2021-04-25 19:06:50 +0000 UTC View PostDebugging is seeing a very good refactor to stabilize and make debugging SquirrelJME much easier than before. The refactors will also allow SummerCoat to more easily get debugging support added as needed.
2021-04-20 00:15:02 +0000 UTC View PostWith a shiny new SSD, work continues on! Hopefully this one lasts me a few years!
2021-04-17 14:21:44 +0000 UTC View PostSquirrelJME is currently on hold due to SSD failure! ETA Unknown. I have backups naturally but still a major pain to recover!
2021-03-21 04:49:37 +0000 UTC View PostI added some basic support for obtaining fields and variables, it is not fully accurate and will be needing to do a slight refactor of the debugger for some things.
2021-03-18 00:52:27 +0000 UTC View PostI have added reading of static variables in the debugger, progress is still continuing adding little things here and there along with polishing. More stuff is visible to the debugger and I am going to want to move into actual breakpoints and otherwise.
2021-03-16 03:42:12 +0000 UTC View PostLine numbers are now available and debugging will point to where code has stopped when the program has been suspended.
2021-03-14 18:43:44 +0000 UTC View PostThis is what the initial debugging looks like in IntelliJ, currently not much details are given and only suspend/resume is supported at this time.
2021-03-14 18:07:16 +0000 UTC View PostDecided to take a break and work on adding JDWP Debugging Support to SpringCoat, which is able to suspend and list threads through JDB! Currently is a work in progress but will be useful for me in the future when supporting new software.
2021-03-14 17:22:32 +0000 UTC View PostA small test of memory handle allocation, this one test allocates about 524K of them at a good speed. Each handle has a unique ID and according to the stats the number of actual ID collisions is 14 (`downMaskMiss`)! But otherwise finding a slot to put an ID naturally misses 50% of the time as the number of items grow but re-rolling those gives o...
2021-03-08 15:32:57 +0000 UTC View PostI wrote a small conversion utility to convert CTest results to another "standard" XML format (aka JUnit XML). This will allow me to more easily see which tests in RatufaCoat are working or failing. Yay automation!
2021-03-06 13:56:33 +0000 UTC View PostI spent some of yesterday and some of today splitting apart RatufaCoat and refactoring it. This is just an initial process that I am taking for refactoring, since it is easier to cleanup smaller pieces than big ones. But the end result is much more organization.
2021-02-28 19:12:54 +0000 UTC View Post