Mon, 25 Mar 2013 16:16:30 +0100Class.isAssignableFrom and primitive types works better now model
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Mon, 25 Mar 2013 16:16:30 +0100] rev 886
Class.isAssignableFrom and primitive types works better now

Mon, 25 Mar 2013 14:15:09 +0100Dynamic calculator sample supports binding of array values. Modified to execute from classes only (again) and not require the built of whole deployed site. model
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Mon, 25 Mar 2013 14:15:09 +0100] rev 885
Dynamic calculator sample supports binding of array values. Modified to execute from classes only (again) and not require the built of whole deployed site.

Mon, 25 Mar 2013 13:48:45 +0100Merge from default branch model
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Mon, 25 Mar 2013 13:48:45 +0100] rev 884
Merge from default branch

Mon, 25 Mar 2013 13:33:03 +0100Merging Lubo's closure work into default branch. Release 0.5 will have (partial) support for effective static compilation
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Mon, 25 Mar 2013 13:33:03 +0100] rev 883
Merging Lubo's closure work into default branch. Release 0.5 will have (partial) support for effective static compilation

Mon, 25 Mar 2013 13:29:42 +0100Adding javadoc to various obfuscation levels. Disabling MEDIUM for the upcoming merge to default, as it is not finished yet. closure
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Mon, 25 Mar 2013 13:29:42 +0100] rev 882
Adding javadoc to various obfuscation levels. Disabling MEDIUM for the upcoming merge to default, as it is not finished yet.

Mon, 25 Mar 2013 13:28:33 +0100One can specify --obfuscationlevel when invoking the bck2brwsr compiler from command line. Forking external Java when calling into the compiler to prevent "out of perm gem" errors. closure
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Mon, 25 Mar 2013 13:28:33 +0100] rev 881
One can specify --obfuscationlevel when invoking the bck2brwsr compiler from command line. Forking external Java when calling into the compiler to prevent "out of perm gem" errors.

Mon, 25 Mar 2013 12:47:25 +0100For debugging purposes it is much better to give class constructor functions fully qualified names. Obfuscation will optimize them away later anyway. closure
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Mon, 25 Mar 2013 12:47:25 +0100] rev 880
For debugging purposes it is much better to give class constructor functions fully qualified names. Obfuscation will optimize them away later anyway.

Mon, 25 Mar 2013 11:50:36 +0100Support for callbacks from knockout to Java model
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Mon, 25 Mar 2013 11:50:36 +0100] rev 879
Support for callbacks from knockout to Java

Fri, 22 Mar 2013 17:03:32 +0100Need to merge in default branch: It contains automatic conversion of boxed types to primitive values which is needed by Knockout to display elements of arrays properly. model
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Fri, 22 Mar 2013 17:03:32 +0100] rev 878
Need to merge in default branch: It contains automatic conversion of boxed types to primitive values which is needed by Knockout to display elements of arrays properly.

Fri, 22 Mar 2013 16:59:47 +0100Modifying the calculator example to work with array of objects model
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Fri, 22 Mar 2013 16:59:47 +0100] rev 877
Modifying the calculator example to work with array of objects