rt/vm/src/main/java/org/apidesign/vm4brwsr/VM.java
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