Mon, 18 Apr 2016 05:12:29 +0200Honor -DskipTests property
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Mon, 18 Apr 2016 05:12:29 +0200] rev 1925
Honor -DskipTests property

Mon, 18 Apr 2016 04:08:42 +0200All tests in the HtmlAnnotationsTest class need to do the initial assert check
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Mon, 18 Apr 2016 04:08:42 +0200] rev 1924
All tests in the HtmlAnnotationsTest class need to do the initial assert check

Sun, 17 Apr 2016 13:16:31 +0200Perform necessary conversions before returning Java value to JavaScript from a Java callback
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sun, 17 Apr 2016 13:16:31 +0200] rev 1923
Perform necessary conversions before returning Java value to JavaScript from a Java callback

Sun, 17 Apr 2016 13:13:39 +0200Use boolean.valueOf() to simplify mixing of boxed and unboxed booleans
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sun, 17 Apr 2016 13:13:39 +0200] rev 1922
Use boolean.valueOf() to simplify mixing of boxed and unboxed booleans

Sun, 17 Apr 2016 07:40:34 +0200Ignore the snapshot suffix when searching for proper OSGi version identifier
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sun, 17 Apr 2016 07:40:34 +0200] rev 1921
Ignore the snapshot suffix when searching for proper OSGi version identifier

Sun, 17 Apr 2016 07:15:28 +0200Use plain HTML, not XHTML
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sun, 17 Apr 2016 07:15:28 +0200] rev 1920
Use plain HTML, not XHTML

Sun, 17 Apr 2016 06:52:19 +0200Don't convert Date objects to current time millis
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sun, 17 Apr 2016 06:52:19 +0200] rev 1919
Don't convert Date objects to current time millis

Mon, 28 Mar 2016 07:33:11 +0200Merging in improvements with respect to stability and precompiled bck2brwsr libraries behavior
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Mon, 28 Mar 2016 07:33:11 +0200] rev 1918
Merging in improvements with respect to stability and precompiled bck2brwsr libraries behavior

Mon, 28 Mar 2016 07:22:41 +0200Reading streams in Java isn't completely easy: Prevent allocating zero length array.
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Mon, 28 Mar 2016 07:22:41 +0200] rev 1917
Reading streams in Java isn't completely easy: Prevent allocating zero length array.

Mon, 28 Mar 2016 06:34:38 +0200Record name of an OSGi bundle to be used when Maven coordinates are missing
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Mon, 28 Mar 2016 06:34:38 +0200] rev 1916
Record name of an OSGi bundle to be used when Maven coordinates are missing

Mon, 28 Mar 2016 05:56:31 +0200Don't try to generate your own jbox2d bck2brwsr library, use the jbox2d-osgi wrapper one
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Mon, 28 Mar 2016 05:56:31 +0200] rev 1915
Don't try to generate your own jbox2d bck2brwsr library, use the jbox2d-osgi wrapper one

Mon, 28 Mar 2016 05:55:43 +0200Introducing vmtest.precompiled=<regexp> to verify that bck2brwsr generated resources are really used
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Mon, 28 Mar 2016 05:55:43 +0200] rev 1914
Introducing vmtest.precompiled=<regexp> to verify that bck2brwsr generated resources are really used

Fri, 25 Mar 2016 21:47:32 +0100[maven-release-plugin] prepare for next development iteration
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Fri, 25 Mar 2016 21:47:32 +0100] rev 1913
[maven-release-plugin] prepare for next development iteration

Fri, 25 Mar 2016 21:47:31 +0100[maven-release-plugin] copy for tag release-0.18
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Fri, 25 Mar 2016 21:47:31 +0100] rev 1912
[maven-release-plugin] copy for tag release-0.18

Fri, 25 Mar 2016 21:47:31 +0100[maven-release-plugin] prepare release release-0.18 release-0.18
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Fri, 25 Mar 2016 21:47:31 +0100] rev 1911
[maven-release-plugin] prepare release release-0.18

Fri, 25 Mar 2016 21:28:33 +0100Don't rely on own copy of the testing library
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Fri, 25 Mar 2016 21:28:33 +0100] rev 1910
Don't rely on own copy of the testing library

Fri, 25 Mar 2016 20:21:34 +0100Update to most recent version of HTML/Java API
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Fri, 25 Mar 2016 20:21:34 +0100] rev 1909
Update to most recent version of HTML/Java API

Fri, 25 Mar 2016 11:12:16 +0100Invoke methods with string parameters
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Fri, 25 Mar 2016 11:12:16 +0100] rev 1908
Invoke methods with string parameters

Wed, 23 Mar 2016 06:07:49 +0100Removing debug line
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Wed, 23 Mar 2016 06:07:49 +0100] rev 1907
Removing debug line

Tue, 22 Mar 2016 02:51:04 +0100Don't generate 64-bit arithmetic into every class
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Tue, 22 Mar 2016 02:51:04 +0100] rev 1906
Don't generate 64-bit arithmetic into every class

Mon, 21 Mar 2016 05:46:31 +0100Don't check licenses in the embedded subrepository
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Mon, 21 Mar 2016 05:46:31 +0100] rev 1905
Don't check licenses in the embedded subrepository

Sun, 20 Mar 2016 19:44:18 +0100Executing JUnit test inside of a Java plugin-less browser.
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sun, 20 Mar 2016 19:44:18 +0100] rev 1904
Executing JUnit test inside of a Java plugin-less browser.

Sun, 20 Mar 2016 19:37:07 +0100Return null if there is not the requested annotation on a method
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sun, 20 Mar 2016 19:37:07 +0100] rev 1903
Return null if there is not the requested annotation on a method

Sun, 20 Mar 2016 15:26:19 +0100Don't redefine already exported classes
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sun, 20 Mar 2016 15:26:19 +0100] rev 1902
Don't redefine already exported classes

Sun, 20 Mar 2016 11:01:12 +0100Class.getAnnotations() works when there are no annotations
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sun, 20 Mar 2016 11:01:12 +0100] rev 1901
Class.getAnnotations() works when there are no annotations

Sun, 20 Mar 2016 09:25:47 +0100Let Class.getDeclaredMethods filter out methods from Class.getMethods
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sun, 20 Mar 2016 09:25:47 +0100] rev 1900
Let Class.getDeclaredMethods filter out methods from Class.getMethods

Sun, 20 Mar 2016 09:05:43 +0100Make sure getAnnotations on Class and Method returns some values
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sun, 20 Mar 2016 09:05:43 +0100] rev 1899
Make sure getAnnotations on Class and Method returns some values

Sun, 20 Mar 2016 08:12:55 +0100Support new Class operations: isMemberClass, isAnonymousClass and isLocalClass
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sun, 20 Mar 2016 08:12:55 +0100] rev 1898
Support new Class operations: isMemberClass, isAnonymousClass and isLocalClass

Sun, 20 Mar 2016 07:01:40 +0100Removing accidentally commited debris
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sun, 20 Mar 2016 07:01:40 +0100] rev 1897
Removing accidentally commited debris

Sat, 19 Mar 2016 13:15:11 +0100Making java.util.concurrent compilable without references to sun.misc.Unsafe and co.
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sat, 19 Mar 2016 13:15:11 +0100] rev 1896
Making java.util.concurrent compilable without references to sun.misc.Unsafe and co.

Sat, 19 Mar 2016 12:51:03 +0100Making java.util.concurrent package compilable except ForkJoinPool
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sat, 19 Mar 2016 12:51:03 +0100] rev 1895
Making java.util.concurrent package compilable except ForkJoinPool

Sat, 19 Mar 2016 11:01:40 +0100Can compile java.util.concurrent.locks
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sat, 19 Mar 2016 11:01:40 +0100] rev 1894
Can compile java.util.concurrent.locks

Sat, 19 Mar 2016 10:54:10 +0100Merge IllegalMonitorStateException is needed for concurrent utilities
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sat, 19 Mar 2016 10:54:10 +0100] rev 1893
Merge IllegalMonitorStateException is needed for concurrent utilities

Sat, 19 Mar 2016 10:53:40 +0100IllegalMonitorStateException is needed for concurrent utilities jdk7-b147
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sat, 19 Mar 2016 10:53:40 +0100] rev 1892
IllegalMonitorStateException is needed for concurrent utilities

Sat, 19 Mar 2016 10:48:29 +0100Merging in JDK's concurrent interfaces
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sat, 19 Mar 2016 10:48:29 +0100] rev 1891
Merging in JDK's concurrent interfaces

Sat, 19 Mar 2016 10:46:31 +0100Bringing in all concurrent package from JDK7-b147 jdk7-b147
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sat, 19 Mar 2016 10:46:31 +0100] rev 1890
Bringing in all concurrent package from JDK7-b147

Sat, 19 Mar 2016 10:31:13 +0100Support for default attributes of annotations
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sat, 19 Mar 2016 10:31:13 +0100] rev 1889
Support for default attributes of annotations

Sat, 19 Mar 2016 10:28:03 +0100Don't include emul.mini profile - then classes from emul.compact are available twice and it may happen that they override each other. For example when EnumSet is requested.
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sat, 19 Mar 2016 10:28:03 +0100] rev 1888
Don't include emul.mini profile - then classes from emul.compact are available twice and it may happen that they override each other. For example when EnumSet is requested.

Sat, 19 Mar 2016 08:45:39 +0100Sometimes, when running on nashorn, the Class.forName could return an undefined symbol. Detecting such case and redoing the query seems to return things to normal.
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sat, 19 Mar 2016 08:45:39 +0100] rev 1887
Sometimes, when running on nashorn, the Class.forName could return an undefined symbol. Detecting such case and redoing the query seems to return things to normal.

Sat, 05 Mar 2016 10:28:10 +0100RetroLamda needs to access resources from classpath, not the converted ones to deal with lamda interfaces with default methods
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sat, 05 Mar 2016 10:28:10 +0100] rev 1886
RetroLamda needs to access resources from classpath, not the converted ones to deal with lamda interfaces with default methods

Sat, 05 Mar 2016 08:47:12 +0100Let's iterate over smaller number to pass the test on slow computers
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sat, 05 Mar 2016 08:47:12 +0100] rev 1885
Let's iterate over smaller number to pass the test on slow computers

Sat, 05 Mar 2016 08:45:21 +0100Slightly more robust parsing code
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sat, 05 Mar 2016 08:45:21 +0100] rev 1884
Slightly more robust parsing code

Fri, 04 Mar 2016 06:09:52 +0100Adjusting the versions so the build succeeds with retrolambda 2.1.0
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Fri, 04 Mar 2016 06:09:52 +0100] rev 1883
Adjusting the versions so the build succeeds with retrolambda 2.1.0

Thu, 03 Mar 2016 06:17:20 +0100Tests for interfaces with default methods implemented by lamda functions
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Thu, 03 Mar 2016 06:17:20 +0100] rev 1882
Tests for interfaces with default methods implemented by lamda functions

Thu, 03 Mar 2016 06:03:06 +0100Switching to most recent version of retrolamda: 2.1.0
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Thu, 03 Mar 2016 06:03:06 +0100] rev 1881
Switching to most recent version of retrolamda: 2.1.0

Sat, 30 Jan 2016 20:45:41 +0100Depend on jbox2d-osgi module
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sat, 30 Jan 2016 20:45:41 +0100] rev 1880
Depend on jbox2d-osgi module

Sat, 30 Jan 2016 20:45:13 +0100Allow access to rt.jar classes
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sat, 30 Jan 2016 20:45:13 +0100] rev 1879
Allow access to rt.jar classes

Sat, 30 Jan 2016 18:49:26 +0100Speeding up array access
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sat, 30 Jan 2016 18:49:26 +0100] rev 1878
Speeding up array access

Sat, 30 Jan 2016 18:33:49 +0100Adding JBox2D sample into our benchmarks
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sat, 30 Jan 2016 18:33:49 +0100] rev 1877
Adding JBox2D sample into our benchmarks

Wed, 27 Jan 2016 23:33:22 +0100[maven-release-plugin] prepare for next development iteration
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Wed, 27 Jan 2016 23:33:22 +0100] rev 1876
[maven-release-plugin] prepare for next development iteration

Wed, 27 Jan 2016 23:33:22 +0100[maven-release-plugin] copy for tag release-0.17
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Wed, 27 Jan 2016 23:33:22 +0100] rev 1875
[maven-release-plugin] copy for tag release-0.17

Wed, 27 Jan 2016 23:33:22 +0100[maven-release-plugin] prepare release release-0.17 release-0.17
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Wed, 27 Jan 2016 23:33:22 +0100] rev 1874
[maven-release-plugin] prepare release release-0.17

Wed, 27 Jan 2016 22:46:04 +0100Encapsulating access to lower 32-bits of a long number
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Wed, 27 Jan 2016 22:46:04 +0100] rev 1873
Encapsulating access to lower 32-bits of a long number

Wed, 27 Jan 2016 21:37:10 +0100Speeding up sieve with long numbers by directly resolving high32
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Wed, 27 Jan 2016 21:37:10 +0100] rev 1872
Speeding up sieve with long numbers by directly resolving high32

Wed, 27 Jan 2016 21:24:22 +0100Direct access to compare64 as well
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Wed, 27 Jan 2016 21:24:22 +0100] rev 1871
Direct access to compare64 as well

Wed, 27 Jan 2016 21:17:44 +0100neg64 is statically resolved now
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Wed, 27 Jan 2016 21:17:44 +0100] rev 1870
neg64 is statically resolved now

Wed, 27 Jan 2016 20:57:20 +0100Turning shifts into direct operations
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Wed, 27 Jan 2016 20:57:20 +0100] rev 1869
Turning shifts into direct operations

Wed, 27 Jan 2016 20:45:14 +0100Direct reimplementation of mod64, and64, or64, xor64 functions
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Wed, 27 Jan 2016 20:45:14 +0100] rev 1868
Direct reimplementation of mod64, and64, or64, xor64 functions

Wed, 27 Jan 2016 20:30:33 +0100Providing direct resolution for add64, sub64, mul64, div64 functions
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Wed, 27 Jan 2016 20:30:33 +0100] rev 1867
Providing direct resolution for add64, sub64, mul64, div64 functions

Wed, 27 Jan 2016 06:46:03 +0100Introducing Number.prototype.__bit64 with all 64-bit operations
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Wed, 27 Jan 2016 06:46:03 +0100] rev 1866
Introducing Number.prototype.__bit64 with all 64-bit operations

Tue, 26 Jan 2016 08:43:29 +0100Providing accessors for 64-bit arithmetic operations
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Tue, 26 Jan 2016 08:43:29 +0100] rev 1865
Providing accessors for 64-bit arithmetic operations

Tue, 26 Jan 2016 07:28:25 +0100Restrict the result of integer negation to 32-bits
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Tue, 26 Jan 2016 07:28:25 +0100] rev 1864
Restrict the result of integer negation to 32-bits

Tue, 26 Jan 2016 06:57:30 +0100Access the static fields via the access method
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Tue, 26 Jan 2016 06:57:30 +0100] rev 1863
Access the static fields via the access method

Tue, 26 Jan 2016 05:54:37 +0100Extracting direct references to 64-bit operations
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Tue, 26 Jan 2016 05:54:37 +0100] rev 1862
Extracting direct references to 64-bit operations

Tue, 26 Jan 2016 04:42:06 +0100Each launcher should be used only once
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Tue, 26 Jan 2016 04:42:06 +0100] rev 1861
Each launcher should be used only once

Tue, 26 Jan 2016 04:36:23 +0100JavaScript in a browser can be at most three times slower than HotSpot when computing five or ten thousands of prime numbers
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Tue, 26 Jan 2016 04:36:23 +0100] rev 1860
JavaScript in a browser can be at most three times slower than HotSpot when computing five or ten thousands of prime numbers

Mon, 25 Jan 2016 08:16:33 +0100The changes to number arithmetic deserve new magic header
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Mon, 25 Jan 2016 08:16:33 +0100] rev 1859
The changes to number arithmetic deserve new magic header

Mon, 25 Jan 2016 08:14:42 +0100Speeding up sieve by directly resolving all 32-bit number operations
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Mon, 25 Jan 2016 08:14:42 +0100] rev 1858
Speeding up sieve by directly resolving all 32-bit number operations

Mon, 25 Jan 2016 06:40:40 +0100Some operations are faster when included in the generated code rather than dispatched to Number.prototype
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Mon, 25 Jan 2016 06:40:40 +0100] rev 1857
Some operations are faster when included in the generated code rather than dispatched to Number.prototype

Mon, 25 Jan 2016 05:53:21 +0100Resolving field access during compilation time
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Mon, 25 Jan 2016 05:53:21 +0100] rev 1856
Resolving field access during compilation time

Mon, 25 Jan 2016 05:14:25 +0100accessField doesn't need the second argument, it can compute it from the 3rd
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Mon, 25 Jan 2016 05:14:25 +0100] rev 1855
accessField doesn't need the second argument, it can compute it from the 3rd

Sun, 24 Jan 2016 12:08:45 +0100The sieve benchmark makes the testing more real than the fake matrix multiplication
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sun, 24 Jan 2016 12:08:45 +0100] rev 1854
The sieve benchmark makes the testing more real than the fake matrix multiplication

Sat, 26 Dec 2015 08:59:42 +0100Document may not be defined in non-browser environments
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sat, 26 Dec 2015 08:59:42 +0100] rev 1853
Document may not be defined in non-browser environments

Sat, 26 Dec 2015 08:51:01 +0100Loading 'Class-Path' attributes of scripts relatively to location of the script that is referencing them
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sat, 26 Dec 2015 08:51:01 +0100] rev 1852
Loading 'Class-Path' attributes of scripts relatively to location of the script that is referencing them

Sat, 26 Dec 2015 08:23:24 +0100Debug action is the same as run, just with debugging turned on
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sat, 26 Dec 2015 08:23:24 +0100] rev 1851
Debug action is the same as run, just with debugging turned on

Sat, 26 Dec 2015 08:22:59 +0100Can tell the server to exit
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sat, 26 Dec 2015 08:22:59 +0100] rev 1850
Can tell the server to exit

Sat, 26 Sep 2015 07:59:41 +0200[maven-release-plugin] prepare for next development iteration
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sat, 26 Sep 2015 07:59:41 +0200] rev 1849
[maven-release-plugin] prepare for next development iteration

Sat, 26 Sep 2015 07:59:40 +0200[maven-release-plugin] copy for tag release-0.16
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sat, 26 Sep 2015 07:59:40 +0200] rev 1848
[maven-release-plugin] copy for tag release-0.16

Sat, 26 Sep 2015 07:59:40 +0200[maven-release-plugin] prepare release release-0.16 release-0.16
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sat, 26 Sep 2015 07:59:40 +0200] rev 1847
[maven-release-plugin] prepare release release-0.16

Sat, 26 Sep 2015 07:43:45 +0200Replace existing .js file when generating new version
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sat, 26 Sep 2015 07:43:45 +0200] rev 1846
Replace existing .js file when generating new version

Fri, 25 Sep 2015 21:11:17 +0200Update to version 1.2.3 of HTML/Java API
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Fri, 25 Sep 2015 21:11:17 +0200] rev 1845
Update to version 1.2.3 of HTML/Java API

Sat, 19 Sep 2015 09:43:59 +0200Using latest version of the HTML/Java API
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sat, 19 Sep 2015 09:43:59 +0200] rev 1844
Using latest version of the HTML/Java API

Sun, 13 Sep 2015 22:34:28 +0200Adjusting to version 1.2.1 of HTML/Java APIs
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sun, 13 Sep 2015 22:34:28 +0200] rev 1843
Adjusting to version 1.2.1 of HTML/Java APIs

Fri, 11 Sep 2015 14:51:09 +0200Giving the flow analyzer chance to generate the whole function body flow
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Fri, 11 Sep 2015 14:51:09 +0200] rev 1842
Giving the flow analyzer chance to generate the whole function body

Fri, 11 Sep 2015 14:23:06 +0200Switching to most recent version of Graal JARs flow
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Fri, 11 Sep 2015 14:23:06 +0200] rev 1841
Switching to most recent version of Graal JARs

Wed, 02 Sep 2015 23:20:01 +0200Consistent mangling of names with underscore
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Wed, 02 Sep 2015 23:20:01 +0200] rev 1840
Consistent mangling of names with underscore

Wed, 02 Sep 2015 06:14:40 +0200Switching to new version of HTML/Java API
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Wed, 02 Sep 2015 06:14:40 +0200] rev 1839
Switching to new version of HTML/Java API

Sun, 02 Aug 2015 11:56:45 +0200Making sure parameters for non-static method invoked by reflection are correct.
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sun, 02 Aug 2015 11:56:45 +0200] rev 1838
Making sure parameters for non-static method invoked by reflection are correct.

Tue, 07 Jul 2015 07:46:52 +0200Throwing more of NumberFormatException when parsing numbers
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Tue, 07 Jul 2015 07:46:52 +0200] rev 1837
Throwing more of NumberFormatException when parsing numbers

Thu, 25 Jun 2015 08:45:40 +0200Control strict usage of pre-generated libraries via a property. Otherwise the Hudson's upload will never succeed!
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Thu, 25 Jun 2015 08:45:40 +0200] rev 1836
Control strict usage of pre-generated libraries via a property. Otherwise the Hudson's upload will never succeed!

Fri, 12 Jun 2015 15:18:18 +0200Removing unused import
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Fri, 12 Jun 2015 15:18:18 +0200] rev 1835
Removing unused import

Wed, 27 May 2015 22:47:26 +0200Removing spaces at the end of lines and providing support for http.header substitution
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Wed, 27 May 2015 22:47:26 +0200] rev 1834
Removing spaces at the end of lines and providing support for http.header substitution

Sun, 17 May 2015 14:28:17 +0200[maven-release-plugin] prepare for next development iteration
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sun, 17 May 2015 14:28:17 +0200] rev 1833
[maven-release-plugin] prepare for next development iteration

Sun, 17 May 2015 14:28:16 +0200[maven-release-plugin] copy for tag release-0.15
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sun, 17 May 2015 14:28:16 +0200] rev 1832
[maven-release-plugin] copy for tag release-0.15

Sun, 17 May 2015 14:28:16 +0200[maven-release-plugin] prepare release release-0.15 release-0.15
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sun, 17 May 2015 14:28:16 +0200] rev 1831
[maven-release-plugin] prepare release release-0.15

Sun, 17 May 2015 13:11:31 +0200Delegating Double.isNaN to JavaScript isNaN
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sun, 17 May 2015 13:11:31 +0200] rev 1830
Delegating Double.isNaN to JavaScript isNaN

Sun, 17 May 2015 10:16:42 +0200Merging the signed JAR robustness fix.
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sun, 17 May 2015 10:16:42 +0200] rev 1829
Merging the signed JAR robustness fix.

Sun, 17 May 2015 10:13:05 +0200Only ask for inputstream is we know the entry exists. Prevents NPE on signed JAR archives.
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sun, 17 May 2015 10:13:05 +0200] rev 1828
Only ask for inputstream is we know the entry exists. Prevents NPE on signed JAR archives.

Sun, 26 Apr 2015 10:58:52 +0300Automatically close the browser windows unless such action gets canceled.
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sun, 26 Apr 2015 10:58:52 +0300] rev 1827
Automatically close the browser windows unless such action gets canceled.

Mon, 20 Apr 2015 10:03:12 +0300Regenerate the JS file when it exists, but the original JAR is newer
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Mon, 20 Apr 2015 10:03:12 +0300] rev 1826
Regenerate the JS file when it exists, but the original JAR is newer

Wed, 15 Apr 2015 17:21:28 +0200Never include @JavaScriptResource files in generated library wrappers
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Wed, 15 Apr 2015 17:21:28 +0200] rev 1825
Never include @JavaScriptResource files in generated library wrappers

Wed, 15 Apr 2015 14:32:54 +0200Can change obfuscation of the minified library - probably only meaningful to use MINIMAL instead of FULL
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Wed, 15 Apr 2015 14:32:54 +0200] rev 1824
Can change obfuscation of the minified library - probably only meaningful to use MINIMAL instead of FULL

Wed, 15 Apr 2015 12:29:45 +0200Make sure the array component we check is properly referenced from the generated file
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Wed, 15 Apr 2015 12:29:45 +0200] rev 1823
Make sure the array component we check is properly referenced from the generated file

Wed, 15 Apr 2015 12:23:59 +0200Remove leading / if present
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Wed, 15 Apr 2015 12:23:59 +0200] rev 1822
Remove leading / if present

Wed, 15 Apr 2015 11:51:04 +0200Remove initial / if present SwitchFlow
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Wed, 15 Apr 2015 11:51:04 +0200] rev 1821
Remove initial / if present

Thu, 02 Apr 2015 15:07:24 +0200Attempting to use for+switch flow and compare it to current nested-for one. jbox2d seems to preform similarly well. SwitchFlow
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Thu, 02 Apr 2015 15:07:24 +0200] rev 1820
Attempting to use for+switch flow and compare it to current nested-for one. jbox2d seems to preform similarly well.

Fri, 13 Mar 2015 12:15:54 +0100Removing the added dependency. The Mojo does not need Graal dependency currently at all. flow
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Fri, 13 Mar 2015 12:15:54 +0100] rev 1819
Removing the added dependency. The Mojo does not need Graal dependency currently at all.

Fri, 13 Mar 2015 11:59:26 +0100First method with flow analyser generated flow
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Fri, 13 Mar 2015 11:59:26 +0100] rev 1818
First method with flow analyser generated

Fri, 13 Mar 2015 11:58:30 +0100Cleaning up the test harness flow
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Fri, 13 Mar 2015 11:58:30 +0100] rev 1817
Cleaning up the test harness

Fri, 13 Mar 2015 11:41:04 +0100Using the provided flow instead of "gt" & X_nn style flow
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Fri, 13 Mar 2015 11:41:04 +0100] rev 1816
Using the provided flow instead of "gt" & X_nn style

Thu, 12 Mar 2015 12:07:54 +0100Optimize only simpleLoopTest... method and first check the generated code before compiling it as JavaScript flow
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Thu, 12 Mar 2015 12:07:54 +0100] rev 1815
Optimize only simpleLoopTest... method and first check the generated code before compiling it as JavaScript

Thu, 12 Mar 2015 11:16:15 +0100Need to propagate flow to the goto generating methods flow
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Thu, 12 Mar 2015 11:16:15 +0100] rev 1814
Need to propagate flow to the goto generating methods

Thu, 12 Mar 2015 10:32:13 +0100Provides access to the name of method that is being generated flow
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Thu, 12 Mar 2015 10:32:13 +0100] rev 1813
Provides access to the name of method that is being generated

Wed, 11 Mar 2015 18:58:39 +0100Defining API for registration of a Flow.Analyzer and getting ready for use the one from Graal flow
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Wed, 11 Mar 2015 18:58:39 +0100] rev 1812
Defining API for registration of a Flow.Analyzer and getting ready for use the one from Graal

Wed, 11 Mar 2015 18:41:12 +0100Don't bother printing info about abstract methods in non-debug mode
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Wed, 11 Mar 2015 18:41:12 +0100] rev 1811
Don't bother printing info about abstract methods in non-debug mode

Wed, 11 Mar 2015 16:04:59 +0100Print out name of class which compilation failed
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Wed, 11 Mar 2015 16:04:59 +0100] rev 1810
Print out name of class which compilation failed

Wed, 11 Mar 2015 08:50:51 +0100Can run from unpackaged directories. E.g. mvn clean install -DskipTests; mvn test works now on JDK8.
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Wed, 11 Mar 2015 08:50:51 +0100] rev 1809
Can run from unpackaged directories. E.g. mvn clean install -DskipTests; mvn test works now on JDK8.

Tue, 10 Mar 2015 20:35:20 +0100More defensive type-checks.
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Tue, 10 Mar 2015 20:35:20 +0100] rev 1808
More defensive type-checks.

Tue, 10 Mar 2015 20:18:55 +0100Adding dependency on emul.mini which may be the culprit of failures on the JDK8 builder...
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Tue, 10 Mar 2015 20:18:55 +0100] rev 1807
Adding dependency on emul.mini which may be the culprit of failures on the JDK8 builder...

Tue, 10 Mar 2015 20:08:37 +0100Report the classpath when InterruptedException cannot be found
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Tue, 10 Mar 2015 20:08:37 +0100] rev 1806
Report the classpath when InterruptedException cannot be found