vm/src/main/java/org/apidesign/vm4brwsr/GenJS.java
Fri, 07 Dec 2012 06:29:54 +0100 Lazy loading is now part of GenJS
Thu, 06 Dec 2012 22:02:10 +0100 The loadClass method accept class name with dots
Thu, 06 Dec 2012 21:31:09 +0100 Hiding all generated class methods from sight of external users. Exposing only bck2brwsr entry point function
Thu, 06 Dec 2012 16:11:48 +0100 Moving the definition of Array.prototype.fillNulls() outside of the generator into the emulation .js file
Tue, 04 Dec 2012 12:06:27 +0100 ClassTest needs to be adjusted to new naming scheme
Thu, 29 Nov 2012 10:47:49 +0100 No need to embed String definition 82 times. Once is enough.
Sat, 17 Nov 2012 17:43:15 +0100 Pre-fill arrays with nulls
Fri, 16 Nov 2012 08:12:01 +0100 As GenJS has no reference to java.util classes, we need to comunicate via old good String[]
Fri, 16 Nov 2012 07:36:32 +0100 Eliminating references to java.util classes that have too huge transitive closure.
Sun, 11 Nov 2012 13:23:52 +0100 Almost rewritten to javap: @JavaScriptBody and double/long may not yet be supported
Thu, 08 Nov 2012 18:32:32 +0100 Moving the main method outside of GenJS, so it has lighter dependencies
Wed, 31 Oct 2012 15:43:39 +0100 Don't process class files multiple times
Tue, 30 Oct 2012 22:35:32 +0100 Print the information about "needs" only once per each type
Tue, 16 Oct 2012 18:04:11 +0200 Same basic operations with Number subclasses now work
Tue, 16 Oct 2012 17:17:43 +0200 Polishing imports, removing debug messages
Tue, 16 Oct 2012 16:51:22 +0200 Maven mojo to generate the Javascript during compilation phase
Tue, 16 Oct 2012 12:42:00 +0200 Fixing license in all files
Tue, 16 Oct 2012 11:55:56 +0200 Concatenation of strings works
Tue, 09 Oct 2012 18:47:42 -0700 Better order of static initializers
Mon, 08 Oct 2012 17:10:27 -0700 Concatanation of strings sort of works (but produces wrong result)
Wed, 03 Oct 2012 08:05:24 -0700 Annotation to control conversion to JavaScript
Sun, 30 Sep 2012 19:40:04 -0700 Separate the read method
Fri, 28 Sep 2012 07:43:53 +0200 Implementation of two more methods for String - yet many are missing to make StringBuilder work
Fri, 28 Sep 2012 07:27:34 +0200 Basic emulation of java.lang.String that supports charAt
Tue, 25 Sep 2012 17:30:13 +0200 Initial tests to try to support strings
Tue, 25 Sep 2012 12:11:03 +0200 Main method to compile some classes