Timeline

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

50 descendants and 50 ancestors of 29f98c01b8b7c1105f49eff7bcd16692bbc2e4e1

2019-02-27
13:10
Correct IfPointerConst which was missing a register to check; Handle ICONST_x. check-in: adce93e0fb user: stephanie.gawroriski tags: trunk
12:43
Add potential for an exception table to be appended accordingly. check-in: 250c2d9867 user: stephanie.gawroriski tags: trunk
12:33
Add base for appending code builders to another. check-in: fde4b294cb user: stephanie.gawroriski tags: trunk
12:31
Allow ILCodeBuilder to start at a specific address (this will be done for the exception handler). check-in: 0c6a8d3bb9 user: stephanie.gawroriski tags: trunk
12:01
Handle IF(NON)NULL. check-in: 71c118619a user: stephanie.gawroriski tags: trunk
2019-02-25
08:02
Backup developer notes. check-in: 6aa554846b user: squirreljme tags: trunk
2019-02-24
22:23
Add of exported methods. check-in: 2ba8a397a1 user: stephanie.gawroriski tags: trunk
21:51
Add generation of code. check-in: dc9a0352b4 user: stephanie.gawroriski tags: trunk
21:47
Handle return. check-in: de2c4c15ff user: stephanie.gawroriski tags: trunk
21:38
Add INVOKESPECIAL. check-in: b7a2db21fb user: stephanie.gawroriski tags: trunk
21:37
Get of static field. check-in: de4d306e6c user: stephanie.gawroriski tags: trunk
17:20
Add invoke of static method. check-in: 61878427f8 user: stephanie.gawroriski tags: trunk
15:53
Minor note. check-in: 2769e0f0a7 user: stephanie.gawroriski tags: trunk
15:49
Add base for VTableBuilder. check-in: 8cc6290994 user: stephanie.gawroriski tags: trunk
08:02
Backup developer notes. check-in: 495540653b user: squirreljme tags: trunk
02:06
Add base VTableLocation. check-in: 65c421ffdd user: stephanie.gawroriski tags: trunk
2019-02-23
22:42
Add .bak files to the ignore glob. check-in: 27a78669db user: stephanie.gawroriski tags: trunk
22:41
Minor work. check-in: 13332fcf5d user: stephanie.gawroriski tags: trunk
22:26
Correct manifest reference. check-in: 5ec8863ae3 user: stephanie.gawroriski tags: trunk
22:21
Remove the deprecated stuff. check-in: f052798b85 user: stephanie.gawroriski tags: trunk
22:03
Handle ACONST_NULL. check-in: 28455d25bd user: stephanie.gawroriski tags: trunk
19:31
Add of copy instruction. check-in: 712003116b user: stephanie.gawroriski tags: trunk
16:15
Add CodeLocation to signify a location in ILCode; Move JavaState.Result to its own class. check-in: 5ee18d2952 user: stephanie.gawroriski tags: trunk
2019-02-17
22:13
Minor work. check-in: be94ceb3db user: stephanie.gawroriski tags: trunk
21:21
Initialize the Java state from the stack map table, if one exists. check-in: 3a48c02c46 user: stephanie.gawroriski tags: trunk
21:13
Update contributing document to mention WSL. check-in: 114b9f9596 user: stephanie.gawroriski tags: trunk
16:13
Move byte code processor to another method so it is cleaner; Base for loading stack state. check-in: 0c74874699 user: stephanie.gawroriski tags: trunk
14:14
Base for instruction iteration. check-in: 4981da0ec0 user: stephanie.gawroriski tags: trunk
08:02
Backup developer notes. check-in: 5c45173326 user: squirreljme tags: trunk
00:23
Add base for a processor of methods. check-in: fa0a630ddb user: stephanie.gawroriski tags: trunk
2019-02-16
23:47
Deprecate a bunch of the old classes because they will not be used anymore. check-in: 4bf17e8958 user: stephanie.gawroriski tags: trunk
23:20
Implement more of the stack options. check-in: d7a4c7819c user: stephanie.gawroriski tags: trunk
20:09
Base for stack/local operations. check-in: ded1d3654c user: stephanie.gawroriski tags: trunk
19:58
Base for setting local state check-in: e3a70b5161 user: stephanie.gawroriski tags: trunk
19:18
Add RegisterLocation which is to refer to a register. check-in: cf81685a4b user: stephanie.gawroriski tags: trunk
15:44
Add base for loading from a stack map table state. check-in: 2dd2d9049c user: stephanie.gawroriski tags: trunk
15:38
Add more base for the Java state modification. check-in: d6173396e7 user: stephanie.gawroriski tags: trunk
15:09
Add base for new class processor (refactoring of the current SummerCoat Class stuff). check-in: 592e47ebcd user: stephanie.gawroriski tags: trunk
14:49
Add base new entry for SummerCoat classes. check-in: b076e6852c user: stephanie.gawroriski tags: trunk
2019-02-14
22:49
Some minor work on adding methods. check-in: 1e1a6b0f6a user: stephanie.gawroriski tags: trunk
2019-02-12
17:04
Update GPG key. check-in: d72b1c99e0 user: stephanie.gawroriski tags: trunk
17:03
Some work. check-in: e92de65930 user: stephanie.gawroriski tags: trunk
2019-02-08
08:02
Backup developer notes. check-in: 798c62c479 user: squirreljme tags: trunk
01:37
Add building of method references to the VTable. check-in: af1c1684e1 user: stephanie.gawroriski tags: trunk
01:31
Add VTableMethodReference. check-in: ea0cb43e36 user: stephanie.gawroriski tags: trunk
01:29
Add invocation type. check-in: 742938d45c user: stephanie.gawroriski tags: trunk
2019-02-07
08:02
Backup developer notes. check-in: 3939ff0009 user: squirreljme tags: trunk
2019-02-06
20:52
Process some more byte codes; add string representations. check-in: c00ae75531 user: stephanie.gawroriski tags: trunk
08:02
Backup developer notes. check-in: 59063dccda user: squirreljme tags: trunk
00:28
Minor work on cleanup. check-in: ae01fc3475 user: stephanie.gawroriski tags: trunk
2019-02-05
20:57
Minor work. check-in: 29f98c01b8 user: stephanie.gawroriski tags: trunk
20:39
Corrections to compilation. check-in: a8dff38e8b user: stephanie.gawroriski tags: trunk
20:06
Some reworking of register things to make it easier to do things. check-in: ba413d128b user: stephanie.gawroriski tags: trunk
2019-02-03
17:48
Base for process. check-in: 10a700c260 user: stephanie.gawroriski tags: trunk
08:02
Backup developer notes. check-in: 3ce32d1a0a user: squirreljme tags: trunk
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
2019-02-02
15:03
Base read of get static. check-in: 508f5f8d86 user: stephanie.gawroriski tags: trunk, x-date-201902
2019-01-26
08:02
Backup developer notes. check-in: 36df433633 user: squirreljme tags: trunk
01:35
Try switching to dollar for HostFileManager. check-in: b8630e12b1 user: stephanie.gawroriski tags: trunk
2019-01-25
20:50
Correct misreturn of property value in the common vm. check-in: 0d71be2956 user: stephanie.gawroriski tags: trunk
01:24
For SpringCoat, make the profiled thread use the boot suite. check-in: f27d6c2cc3 user: stephanie.gawroriski tags: trunk
00:38
Update CircleCI config to disable debug text. check-in: 0f4878adc0 user: stephanie.gawroriski tags: trunk
00:37
SpringCoat can now accept system properties for tasks. check-in: 0210a173f4 user: stephanie.gawroriski tags: trunk
00:15
Implement Arrays.equals(). check-in: ddaca290b8 user: stephanie.gawroriski tags: trunk
2019-01-24
19:40
Grammar and syntax. check-in: ee3d08f045 user: stephanie.gawroriski tags: trunk
19:38
Slight adjustment. check-in: 26b4613292 user: stephanie.gawroriski tags: trunk
19:36
Changelog for 0.4.0. check-in: 5cbc0c9ce2 user: stephanie.gawroriski tags: trunk
18:59
Document API level range limits. check-in: 251b3dba13 user: stephanie.gawroriski tags: trunk
18:56
Add XPM of the feature graphic. check-in: 63cdf376e4 user: stephanie.gawroriski tags: trunk
18:54
Rename b64 extension to __mime for the archived mascot graphics. check-in: 5f24312891 user: stephanie.gawroriski tags: trunk
18:53
Add XCF sources for the feature graphic and Patreon banner. check-in: 22fb1dae9d user: stephanie.gawroriski tags: trunk
18:49
Add missing "mimemessage" resource, it was never added thus why the MIME decoder test failed. check-in: 2348bc91c6 user: stephanie.gawroriski tags: trunk
18:48
Notes on the next release. check-in: d119eecdd2 user: stephanie.gawroriski tags: trunk
17:30
Add API Level for SquirrelJME 0.4.0. check-in: 8a3fa85059 user: stephanie.gawroriski tags: trunk
16:39
Correct comment; Update artifact storage name. check-in: 15709bc9ac user: stephanie.gawroriski tags: trunk
15:58
Adjust another ULP off by one. check-in: 01de71abec user: stephanie.gawroriski tags: trunk
15:39
Allow system properties to be specified when launching. check-in: b5b0160629 user: stephanie.gawroriski tags: trunk
15:29
Adjust the ULPs by 1 for the log test, it is still valid since it is within the base ULP range. check-in: 09f2882e88 user: stephanie.gawroriski tags: trunk
15:22
Move NPS snapshots in CircleCI elsewhere. check-in: 2a0c204b47 user: stephanie.gawroriski tags: trunk
14:44
Add pointer types. check-in: bb0802a305 user: stephanie.gawroriski tags: trunk
12:37
Translate ACONST_NULL. check-in: 0ca041b407 user: stephanie.gawroriski tags: trunk
08:02
Backup developer notes. check-in: 9ddff6dffe user: squirreljme tags: trunk
02:21
Store NPS snapshot in CircleCI. check-in: b11996badb user: stephanie.gawroriski tags: trunk
02:14
Allow the profiler snapshot to be saved elsewhere as needed. check-in: 51bc8c35c6 user: stephanie.gawroriski tags: trunk
01:39
Allow system properties to be specified in VMFactory via the shadedMain() and use those for VM initialization. check-in: 641503fef8 user: stephanie.gawroriski tags: trunk
01:19
Instead of stablevm and unstablevm, do springcoat and summercoat. check-in: 49823f487a user: stephanie.gawroriski tags: trunk
00:41
Hopefully configure CircleCI to pickup the JUnit test. check-in: 419ba1b349 user: stephanie.gawroriski tags: trunk
00:30
Generation of JUnit test report; Make propertie to get in the hello demo final. check-in: be5f60ec6a user: stephanie.gawroriski tags: trunk
2019-01-23
23:48
Send reports to a report collector. check-in: 25f1fdc6f8 user: stephanie.gawroriski tags: trunk
23:12
Output test results to standard error instead. check-in: 1e9c30e803 user: stephanie.gawroriski tags: trunk
23:06
When running a test, replace standard output with standard error while the test runs that way any output the test makes does not mess with reports. check-in: 2cefe6bd92 user: stephanie.gawroriski tags: trunk
15:06
Add CONST instruction. check-in: 723f9256a2 user: stephanie.gawroriski tags: trunk
14:07
Translation of load instructions. check-in: 46cf350461 user: stephanie.gawroriski tags: trunk
13:45
Base adding and translate of instructions. check-in: 5df8d3a4da user: stephanie.gawroriski tags: trunk
13:17
Add more history. check-in: efd6a8256e user: stephanie.gawroriski tags: trunk
2019-01-22
19:13
Base for register code builder. check-in: 26f271bc9b user: stephanie.gawroriski tags: trunk
13:58
Set of the virtual stack size along with the types of everything on there. check-in: c2192aa1d5 user: stephanie.gawroriski tags: trunk
13:37
Base parsing work; Add a work register for synchronized along with checks for that. check-in: 2c445a3f1e user: stephanie.gawroriski tags: trunk
08:02
Backup developer notes. check-in: 5718e0b4ff user: squirreljme tags: trunk
02:44
Add toString() to StackMapTable. check-in: f8f6b65831 user: stephanie.gawroriski tags: trunk
02:41
Base initialization of the storage for registers. check-in: 75658d0d70 user: stephanie.gawroriski tags: trunk