pom.xml
Wed, 27 Mar 2013 16:50:46 +0100 Richer dest of dependencies and plugin section consolidation
Tue, 26 Mar 2013 12:01:37 +0100 [maven-release-plugin] prepare for next development iteration
Tue, 26 Mar 2013 11:54:21 +0100 [maven-release-plugin] prepare release release-0.5
Tue, 26 Mar 2013 11:42:21 +0100 Hopefully managed to convince the release plugin to read GPG key from settings.xml
Fri, 22 Mar 2013 00:02:21 +0100 Separating the archetype into its own module - to give it better name among archetypes
Thu, 21 Mar 2013 17:29:40 +0100 Moving the version management of dependencies into master pom.xml
Thu, 21 Mar 2013 15:53:55 +0100 Switching to NetBeans 7.3
Sat, 09 Mar 2013 11:58:50 +0100 doubleToLongBits and floatToIntBits implemented via typed arrays. Requires real browser (Rhino does not support typed arrays) and as such creating new module to hold the tests and execute them in 'brwsr' mode.
Thu, 07 Mar 2013 23:34:33 +0100 [maven-release-plugin] prepare for next development iteration
Thu, 07 Mar 2013 23:33:50 +0100 [maven-release-plugin] prepare release release-${releaseVersion}
Mon, 04 Mar 2013 19:20:40 +0100 Moving the bytecode parser into a single class inside the vm module - Nexus does not like modules without javadoc and I certainly don't want to publish javadoc for the former javap
Sat, 02 Mar 2013 17:02:00 +0100 [maven-release-plugin] prepare for next development iteration
Fri, 01 Mar 2013 22:08:37 +0100 [maven-release-plugin] prepare release bck2brwsr-0.3
Thu, 28 Feb 2013 22:14:05 +0100 By default skip javadoc, enable it only on modules with an API for public consumption
Thu, 28 Feb 2013 20:51:53 +0100 Proper Javadoc for Bck2Brwsr Native annotations
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
Sat, 16 Feb 2013 11:02:15 +0100 Specify version of surefire plugin
Wed, 13 Feb 2013 17:31:30 +0100 Getting ready to deploy on maven.java.net
Wed, 13 Feb 2013 11:12:55 +0100 Lahvac's hint to convert from JSNI to @JavaScriptBody
Thu, 24 Jan 2013 00:10:23 +0100 Tests for emul packages should have right licenses
Wed, 23 Jan 2013 20:39:23 +0100 First attempt to separate 'mini' profile from the rest of JDK APIs
Wed, 23 Jan 2013 13:18:46 +0100 Moving Development Environment for Web to own project
Wed, 23 Jan 2013 12:53:23 +0100 Bringing the most recent default branch (especially the @Property MVVC) to the dew code
Sun, 20 Jan 2013 18:20:18 +0100 Basic support for knockout.js. It can read and write model properties.
Wed, 16 Jan 2013 12:28:56 +0100 Fixing license
Wed, 16 Jan 2013 12:27:53 +0100 Merge with recent advances in default branch
Fri, 11 Jan 2013 11:17:55 +0100 Adding forgotten licenses
Wed, 09 Jan 2013 20:55:26 +0100 bck2brwsr archetype
Mon, 17 Dec 2012 17:45:08 +0100 Moving the @Compare infrastructure into separate, reusable module
Sat, 15 Dec 2012 16:25:28 +0100 Basic sketch of an HTTP server for launching bck2brwsr applications
Thu, 13 Dec 2012 08:40:39 +0100 Fixing licenses for benchmarks module, so it can be merged to default branch
Wed, 05 Dec 2012 11:18:09 +0100 first version of benchmarks
Thu, 29 Nov 2012 00:02:37 +0100 Changing the release of all components to 0.3
Mon, 12 Nov 2012 20:05:47 +0100 Ignore sources from javap for the license check
Fri, 09 Nov 2012 21:33:22 +0100 javap as of revision jdk6-4ab5d66aaf2b
Fri, 09 Nov 2012 11:47:00 +0100 Moving the htmlpage API into a submodule in preparation of adding in an example of its usage
Tue, 30 Oct 2012 13:04:52 +0100 Exclude hidden directories
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
Wed, 03 Oct 2012 08:19:44 -0700 Merging the strings work into the emulation attempt
Wed, 03 Oct 2012 08:05:24 -0700 Annotation to control conversion to JavaScript
Fri, 28 Sep 2012 17:59:03 +0200 Bringing in core Java classes as of OpenJDK tag jdk7-b147
Mon, 24 Sep 2012 15:06:43 +0200 Can extract 'id' elements from a page and generate appropriate HTML page
Mon, 24 Sep 2012 12:39:21 +0200 Can find all IDs in an XHTML page
Mon, 24 Sep 2012 11:19:11 +0200 Ignoring target files, adding master pom
Mon, 27 Aug 2012 05:08:30 +0200 Initial version of the Bytecode to JavaScript translator