Sat, 02 Mar 2013 17:02:00 +0100 Jaroslav Tulach [maven-release-plugin] prepare for next development iteration
Sat, 02 Mar 2013 17:00:04 +0100 Jaroslav Tulach [maven-release-plugin] copy for tag bck2brwsr-0.3
Fri, 01 Mar 2013 22:08:37 +0100 Jaroslav Tulach [maven-release-plugin] prepare release bck2brwsr-0.3 bck2brwsr-0.3
Fri, 01 Mar 2013 17:22:14 +0100 Jaroslav Tulach Using 'vmtest.js' property with possibly value 'brwsr' and default value 'script'
Fri, 01 Mar 2013 17:21:33 +0100 Jaroslav Tulach Encode UTF-8 bytes, not characters
Fri, 01 Mar 2013 17:20:56 +0100 Jaroslav Tulach Shortening the result, so it fits into query part of URL
Fri, 01 Mar 2013 14:10:57 +0100 Jaroslav Tulach Allow execution in browser rather than Rhino. This should speed up our tests. Had to workaround Grizlly/Chrome misunderstanding about UTF-8
Thu, 28 Feb 2013 22:14:05 +0100 Jaroslav Tulach By default skip javadoc, enable it only on modules with an API for public consumption
Thu, 28 Feb 2013 22:01:57 +0100 Jaroslav Tulach Generate Javadoc for the experimental HTML page API
Thu, 28 Feb 2013 21:35:55 +0100 Jaroslav Tulach Better VM test Javadoc
Thu, 28 Feb 2013 21:14:11 +0100 Jaroslav Tulach No Javadoc for our mojo objects
Thu, 28 Feb 2013 21:11:45 +0100 Jaroslav Tulach No Javadoc for our javap copy
Thu, 28 Feb 2013 21:00:39 +0100 Jaroslav Tulach Few tweaks to launcher's Javadoc
Thu, 28 Feb 2013 20:51:53 +0100 Jaroslav Tulach Proper Javadoc for Bck2Brwsr Native annotations
Thu, 28 Feb 2013 13:00:24 +0100 Jaroslav Tulach Can use valueOf to get primitive value from all wrapper types
Thu, 28 Feb 2013 10:39:40 +0100 Jaroslav Tulach All primitive type wrappers (including Character and Boolean) now have proper valueOf implementation
Thu, 28 Feb 2013 09:50:14 +0100 Jaroslav Tulach Merge of new advances in arithmetic including JavaScript Number having all methods of java.lang.Number and good valueOf implementation
Thu, 28 Feb 2013 07:48:54 +0100 Jaroslav Tulach releasing the compiled code as soon as it is no longer needed to prevent OutOfMemoryError when adding more and more tests
Wed, 27 Feb 2013 23:40:32 +0100 Jaroslav Tulach Compare objects without conversions
Wed, 27 Feb 2013 23:40:18 +0100 Jaroslav Tulach Placing the toString and valueOf methods into java.lang.String prototype
Wed, 27 Feb 2013 21:45:41 +0100 Jaroslav Tulach 3 -> 2
Wed, 27 Feb 2013 17:52:49 +0100 Jaroslav Tulach Merge another head
Wed, 27 Feb 2013 16:14:14 +0100 Jaroslav Tulach Keep the exception message
Wed, 27 Feb 2013 17:50:47 +0100 Jaroslav Tulach All JavaScript numbers will have doubleValue__D and co. methods. One can also use valueOf() on any Number to get its primitive value arithmetic
Wed, 27 Feb 2013 17:37:18 +0100 Jaroslav Tulach Print the error message when execution fails
Wed, 27 Feb 2013 17:31:52 +0100 Jaroslav Tulach Make sure subclasses of java.lang.Object will have good implementation of toString() method - now with polymorphism
Wed, 27 Feb 2013 17:28:48 +0100 Jaroslav Tulach Make sure subclasses of java.lang.Object will have good implementation of toString() method
Wed, 27 Feb 2013 17:24:50 +0100 Jaroslav Tulach Don't call Array.get(null). Just link against that class.
Wed, 27 Feb 2013 16:24:42 +0100 Lubomir Nerad Conversion fixes arithmetic
Wed, 27 Feb 2013 16:02:26 +0100 Jaroslav Tulach Using default, not formated license
Wed, 27 Feb 2013 14:56:25 +0100 Jaroslav Tulach According to https://developer.mozilla.org/en-US/docs/JavaScript/Reference/Global_Objects/String one is supposed to use valueOf to convert from String object to primitive string value
Wed, 27 Feb 2013 14:38:16 +0100 Jaroslav Tulach Need to use method accessors to access static fields
Wed, 27 Feb 2013 11:24:58 +0100 Lubomir Nerad Merge with trunk arithmetic
Wed, 27 Feb 2013 08:37:02 +0100 Jaroslav Tulach Adding missing pom.xml
Tue, 26 Feb 2013 16:54:16 +0100 Jaroslav Tulach Moving modules around so the runtime is under one master pom and can be built without building other modules that are in the repository
Tue, 26 Feb 2013 14:55:55 +0100 Jaroslav Tulach Proper implementation of round and toInt32 conversions
Fri, 22 Feb 2013 08:59:40 +0100 Jaroslav Tulach Introducing @Model for complex record-like types model
Wed, 20 Feb 2013 18:14:59 +0100 Jaroslav Tulach Processor allows only primitive types and String as its values model
Tue, 19 Feb 2013 16:16:22 +0100 Jaroslav Tulach (String) array knockout bindings work on derived arrays model
Tue, 19 Feb 2013 15:54:36 +0100 Jaroslav Tulach When computing VM method name use erasured type model
Tue, 19 Feb 2013 15:42:41 +0100 Jaroslav Tulach Derived properties can return list model
Tue, 19 Feb 2013 15:41:37 +0100 Jaroslav Tulach Better error messages model
Mon, 18 Feb 2013 19:52:06 +0100 Jaroslav Tulach Automatic boxing of primitive types for arrays model
Mon, 18 Feb 2013 19:42:02 +0100 Jaroslav Tulach knockout.js can display our String arrays and update them when they change model
Mon, 18 Feb 2013 19:41:30 +0100 Jaroslav Tulach Print out $ signs that don't match any attribute model
Mon, 18 Feb 2013 13:03:01 +0100 Jaroslav Tulach Changes in String array are properly notified model
Mon, 18 Feb 2013 12:26:16 +0100 Jaroslav Tulach Generate List<type> for arrays model
Sun, 17 Feb 2013 17:58:34 +0100 Jaroslav Tulach Bringing in latest default branch model
Mon, 25 Feb 2013 19:27:32 +0100 Jaroslav Tulach Merge in the detection of long return type
Mon, 25 Feb 2013 19:26:02 +0100 Jaroslav Tulach As 5652acd48509 shows, it is dangerous to return long from @JavaScriptBody. Warn about such situation.
Mon, 25 Feb 2013 19:10:36 +0100 Jaroslav Tulach Merging in arithmetic latest fix, which has little to do with arithmetic
Mon, 25 Feb 2013 19:00:08 +0100 Lubomir Nerad Added conversion to long for JavaScript implementation of System.currentTimeMillis arithmetic
Mon, 25 Feb 2013 11:18:12 +0100 Jaroslav Tulach Merge of Lubo's fix to David's problem: Infinity and div by zero
Tue, 19 Feb 2013 15:59:27 +0100 Lubomir Nerad Merge with trunk arithmetic
Tue, 19 Feb 2013 15:33:32 +0100 Lubomir Nerad Fixed float/double problems found by David arithmetic
Sat, 16 Feb 2013 11:02:15 +0100 Jaroslav Tulach Specify version of surefire plugin
Sat, 16 Feb 2013 09:26:20 +0100 Jaroslav Tulach Initial attempt to use Google Closure Compiler to compress the size of the Bck2Brwsr VM closure
Sat, 16 Feb 2013 08:24:45 +0100 Jaroslav Tulach Missing return statement
Fri, 15 Feb 2013 21:16:05 +0100 Jaroslav Tulach Time to merge emul branch to default: Archetype now generates static ZIP on deploy
Fri, 15 Feb 2013 21:14:49 +0100 Jaroslav Tulach Merge from default branch to resolve conflicts emul