This project is mirrored from https://*****@github.com/SquirrelJME/SquirrelJME.git.
Pull mirroring updated .
- 15 Oct, 2017 2 commits
-
-
Stephanie Gawroriski authored
-
SquirrelJME Automation authored
-
- 14 Oct, 2017 3 commits
-
-
Stephanie Gawroriski authored
-
Stephanie Gawroriski authored
-
Stephanie Gawroriski authored
Add base for verifying methods and giving each method an index (which is their verification order) that can be used to quickly index to other methods.
-
- 13 Oct, 2017 1 commit
-
-
SquirrelJME Automation authored
-
- 12 Oct, 2017 9 commits
-
-
Stephanie Gawroriski authored
-
Stephanie Gawroriski authored
-
Stephanie Gawroriski authored
For interfaces only replace methods if they are abstract in the class and non-abstract in the interface (this will never be the case, but is for a future case in the event default methods exist); Otherwise put the missing methods in.
-
Stephanie Gawroriski authored
-
Stephanie Gawroriski authored
-
Stephanie Gawroriski authored
-
Stephanie Gawroriski authored
-
Stephanie Gawroriski authored
-
SquirrelJME Automation authored
-
- 11 Oct, 2017 7 commits
-
-
Stephanie Gawroriski authored
When verifying the structure, place all super methods in the class; Add base logic for the verification step.
-
Stephanie Gawroriski authored
Invocation of super methods always picks the closest method that at the highest point before the current class.
-
Stephanie Gawroriski authored
-
Stephanie Gawroriski authored
-
SquirrelJME Automation authored
-
Stephanie Gawroriski authored
-
Stephanie Gawroriski authored
-
- 10 Oct, 2017 7 commits
-
-
Stephanie Gawroriski authored
-
Stephanie Gawroriski authored
-
Stephanie Gawroriski authored
-
Stephanie Gawroriski authored
-
Stephanie Gawroriski authored
-
SquirrelJME Automation authored
-
Stephanie Gawroriski authored
-
- 09 Oct, 2017 11 commits
-
-
Stephanie Gawroriski authored
Merge squirreljme-suite-id into meep-midlet because it contains information needed by midlets, they should have been together but the split was due to ancient build system being unable to properly use libraries that were not defined in the build system; Correct all of the code due to this change.
-
Stephanie Gawroriski authored
Remove squirreljme-constants, squirreljme-executable, and squirreljme-kernel these things are really old and do not reflect current SquirrelJME anymore.
-
Stephanie Gawroriski authored
-
Stephanie Gawroriski authored
-
Stephanie Gawroriski authored
-
Stephanie Gawroriski authored
-
Stephanie Gawroriski authored
-
Stephanie Gawroriski authored
-
Stephanie Gawroriski authored
-
Stephanie Gawroriski authored
Add base for romizer to generate interpreter ROMs; Deprecate the old verification stuff; Correct interpreter to handle the new classes.
-
Stephanie Gawroriski authored
Move readZip() to JITInputGroup; Then make JITInput immutable (easier to work with) by initializing it with a bunch of groups rather than internally handling it.
-