rt/vm/src/main/java/org/apidesign/vm4brwsr/VM.java
Wed, 30 Apr 2014 15:57:56 +0200 Mangling class names, so UnderTest passes
Wed, 30 Apr 2014 15:04:10 +0200 Merging from default branch and resolving conflicts. mvn install -DskipTests passes OK.
Tue, 29 Apr 2014 16:22:23 +0200 Making ByteCodeToJavaScript an Appendable to track when something is generated
Tue, 29 Apr 2014 15:25:58 +0200 Stateless invoker. Don't use any static variables, that has to confuse any JavaScript VM a lot.
Mon, 28 Apr 2014 17:31:29 +0200 Handles resources with non 7-bit ASCII characters
Mon, 28 Apr 2014 10:59:12 +0200 Being able to compile resources into the generated JavaScript file and use them.
Sun, 27 Apr 2014 22:40:17 +0200 Initial infrastructure to export resources
Sat, 26 Apr 2014 21:30:06 +0200 Different meaning of root vs. added classes. Ability to explicitly enumerate classes that should be exported and available with fully qualified name.
Sat, 26 Apr 2014 19:13:56 +0200 Can execute VMTest in browser, if it is annotated with @Exported annotation like the BooleanTest
Thu, 07 Nov 2013 09:41:45 +0100 _ in class and method names should be manged to _1
Sun, 20 Oct 2013 20:36:03 +0200 Can load multiple resources of the same name even in testing and development mode
Mon, 14 Oct 2013 16:44:55 +0200 VM.reload can now reload a class in existing virtual machine
Fri, 11 Oct 2013 09:58:03 +0200 If a class is not available during Ahead-Of-Time compilation it needs to be ready for dynamic loading
Sat, 05 Oct 2013 07:23:48 +0200 Need to skip URI and System references, as they are not part of minimal API profile
Fri, 24 May 2013 16:45:32 +0200 Partial fix for Bug 5032: added ArithmeticException to fixed dependencies
Mon, 13 May 2013 18:54:50 +0200 Changed the way the external classes are identified
Wed, 08 May 2013 17:47:47 +0200 Exported annotation needs to be inherited for virtual methods
Wed, 08 May 2013 14:54:32 +0200 Reenabled obfuscation
Tue, 07 May 2013 19:01:14 +0200 Access non-final exported methods through "invoker"
Mon, 06 May 2013 18:06:08 +0200 Overridable class member access type
Mon, 06 May 2013 11:57:29 +0200 Removed ObfuscationDelegate
Fri, 26 Apr 2013 18:48:34 +0200 Partially working extension modules
Thu, 25 Apr 2013 16:17:48 +0200 Initial structure for extension modules
Thu, 21 Mar 2013 18:48:46 +0100 Initial attempt for advanced obfuscation
Sun, 10 Mar 2013 21:27:06 +0100 Don't generate too much empty lines
Tue, 26 Feb 2013 16:54:16 +0100 Moving modules around so the runtime is under one master pom and can be built without building other modules that are in the repository