Mon, 09 Jun 2014 22:07:29 +0200 Jaroslav Tulach [maven-release-plugin] prepare for next development iteration
Mon, 09 Jun 2014 22:07:29 +0200 Jaroslav Tulach [maven-release-plugin] copy for tag release-0.9
Mon, 09 Jun 2014 22:07:28 +0200 Jaroslav Tulach [maven-release-plugin] prepare release release-0.9 release-0.9
Mon, 09 Jun 2014 21:27:49 +0200 Jaroslav Tulach Need to include javadoc for artifacts one wants to publish to maven repo
Mon, 09 Jun 2014 21:07:08 +0200 Jaroslav Tulach Removed tag release-0.9
Mon, 09 Jun 2014 19:32:50 +0200 Jaroslav Tulach [maven-release-plugin] prepare for next development iteration
Mon, 09 Jun 2014 19:32:49 +0200 Jaroslav Tulach [maven-release-plugin] copy for tag release-0.9
Mon, 09 Jun 2014 19:32:49 +0200 Jaroslav Tulach [maven-release-plugin] prepare release release-0.9
Mon, 09 Jun 2014 19:17:41 +0200 Jaroslav Tulach Remove the dirty hacks with names. The fix with the compiler should be good enough.
Mon, 09 Jun 2014 19:16:34 +0200 Jaroslav Tulach Actually use the passed-in configuration object
Mon, 09 Jun 2014 18:21:37 +0200 Jaroslav Tulach Another two cases where it is safer to check for name of superclass, rather than equality. rt/emul/compact test randomly failed.
Mon, 09 Jun 2014 15:57:50 +0200 Jaroslav Tulach Switching to new version of html4j APIs
Mon, 09 Jun 2014 15:57:14 +0200 Jaroslav Tulach Merging work on closure branch which seems to work relatively well
Mon, 09 Jun 2014 12:40:40 +0200 Jaroslav Tulach Skip JS aot compilation, if the JS file already exists closure
Mon, 09 Jun 2014 09:40:32 +0200 Jaroslav Tulach One calculator demo is more than enough closure
Mon, 09 Jun 2014 09:39:59 +0200 Jaroslav Tulach Removing the archetype. Enough to have a shared one at https://github.com/jtulach/html4j-archetype closure
Mon, 09 Jun 2014 09:38:03 +0200 Jaroslav Tulach Launching the application from a fully built distrution directory structure closure
Tue, 03 Jun 2014 16:05:21 +0200 Jaroslav Tulach Directly derive the parent root folder based on resource name rather than going through classpath closure
Thu, 29 May 2014 09:57:01 +0200 Jaroslav Tulach Lowering number of actions in invoker by half closure
Wed, 28 May 2014 15:18:23 +0200 Jaroslav Tulach Reference cons__V as string closure
Wed, 28 May 2014 14:35:21 +0200 Jaroslav Tulach External classes are treated as exported. closure
Wed, 28 May 2014 13:38:29 +0200 Jaroslav Tulach Make sure Object is always available in each VM and each extension. closure
Wed, 28 May 2014 10:47:18 +0200 Jaroslav Tulach All classes loaded through the 'vm' object will have 'invoke' method that can be used to invoke static methods like main(String[]), so our examples no longer need to rely on initialization in static initializers. closure
Wed, 28 May 2014 09:07:48 +0200 Jaroslav Tulach Load scripts asynchronously closure
Tue, 27 May 2014 16:36:07 +0200 Jaroslav Tulach There can be multiple VMs in one browser and the primitive types may be shared. Using string comparition to compare primitive classes. closure
Tue, 27 May 2014 15:22:04 +0200 Jaroslav Tulach Make sure test classes remain exported closure
Tue, 27 May 2014 14:52:43 +0200 Jaroslav Tulach Turning on standalone mode for the bck2brwsr.js closure
Tue, 27 May 2014 12:25:41 +0200 Jaroslav Tulach The static calculator demo needs to reference just a single application .js file from its main HTML page. The rest is loaded based on classpath attribute. closure
Tue, 27 May 2014 09:20:06 +0200 Jaroslav Tulach Adding since tag closure
Mon, 26 May 2014 18:29:46 +0200 Jaroslav Tulach Skip Maven related info files closure
Mon, 26 May 2014 18:21:36 +0200 Jaroslav Tulach Can't close the JAR, we read its resources later closure
Mon, 26 May 2014 18:21:24 +0200 Jaroslav Tulach Enough to check the number is between 40 and 50 closure
Mon, 26 May 2014 17:52:56 +0200 Jaroslav Tulach Moving the JAR file parsing and processing into a shared library closure
Mon, 26 May 2014 16:20:51 +0200 Jaroslav Tulach Shorten the name to register an extension and use configuration object with a generated magic to ensure basic level of consistency. closure
Mon, 26 May 2014 14:34:46 +0200 Jaroslav Tulach Trying to switch to latest version of ko4j. Probably needs two patches on top of 0.8.1. Works with: html4j rev. 7ec623087bfa closure
Mon, 26 May 2014 14:33:42 +0200 Jaroslav Tulach Special toString() method for Boolean closure
Mon, 26 May 2014 14:33:11 +0200 Jaroslav Tulach Need to flush the stack before destroying it with return value of a function closure
Mon, 26 May 2014 10:19:43 +0200 Jaroslav Tulach Don't include provided dependencies closure
Mon, 26 May 2014 10:19:26 +0200 Jaroslav Tulach Seek also in exports for the loadBytes function closure
Mon, 26 May 2014 10:18:57 +0200 Jaroslav Tulach Export all java.** packages closure
Fri, 23 May 2014 12:43:21 +0200 Jaroslav Tulach Skip already empty classpath slots closure
Fri, 23 May 2014 12:39:26 +0200 Jaroslav Tulach Generated Script files can be specified on classpath closure
Fri, 23 May 2014 11:44:38 +0200 Jaroslav Tulach Print out reasonable error rather throwing undefined type error closure
Thu, 22 May 2014 22:32:00 +0200 Jaroslav Tulach closure compiler has bad habbit of rearranging elements to global scope. Need to avoid it by adding yet another wrapping function. closure
Thu, 22 May 2014 19:06:44 +0200 Jaroslav Tulach Don't include @JavaScriptResource resources in generated JavaScript closure
Thu, 22 May 2014 15:29:40 +0200 Jaroslav Tulach Tests pass OK in full obfuscation mode closure
Thu, 22 May 2014 12:19:52 +0200 Jaroslav Tulach Seek the class in VM as well as among exported symbols to allow calculator demo to start in full obfuscation mode closure
Thu, 22 May 2014 10:48:09 +0200 Jaroslav Tulach Static compilator demo is capable to load itself from individual extension files closure
Wed, 21 May 2014 23:42:24 +0200 Jaroslav Tulach Support for exporting whole packages. addRootClasses defined in terms of addClasses and addExported. closure
Wed, 21 May 2014 21:55:17 +0200 Jaroslav Tulach Ignore all classes in the processor closure
Sun, 18 May 2014 08:42:56 +0200 Jaroslav Tulach Doing the initial classpath cycle in JavaScript to allow loading of the VM on demand closure
Sun, 18 May 2014 07:43:33 +0200 Jaroslav Tulach Using own copy of replaceAll function, so the launcher can be independent on the Java libraries closure
Thu, 15 May 2014 18:09:50 +0200 Jaroslav Tulach Don't expose vm to the users of externally visible loader closure
Wed, 14 May 2014 21:49:44 +0200 Jaroslav Tulach loadClass is loadBytes+reload closure
Wed, 14 May 2014 21:24:24 +0200 Jaroslav Tulach Read the byte array via loadBytes call closure
Wed, 14 May 2014 16:09:03 +0200 Jaroslav Tulach loadBytes does not need the loader argument closure
Wed, 14 May 2014 15:57:52 +0200 Jaroslav Tulach First step towards calling directly into ClassPath and using VMLazy only for JIT compilation closure
Thu, 15 May 2014 11:38:27 +0200 Jaroslav Tulach JDK8 throws IOException on the build server. Try xdg-open fallback then.
Wed, 14 May 2014 21:43:16 +0200 Jaroslav Tulach Obfuscated tests and their libraries pass tests OK
Wed, 14 May 2014 14:03:14 +0200 Jaroslav Tulach Use FQN as string when running tests with FULL obfuscation of library JARs closure