log mx/commands.py @ 4163:48f89a17f86a

age author description
Fri, 23 Dec 2011 11:26:04 +0100 Doug Simon Trivial change to test gate.
Fri, 23 Dec 2011 10:38:39 +0100 Doug Simon Commented out clean step in gate.
Fri, 23 Dec 2011 09:28:09 +0100 Doug Simon Added clean step to gate.
Thu, 22 Dec 2011 22:52:25 +0100 Doug Simon Added 'unittest' command to run the Graal unit tests.
Wed, 21 Dec 2011 17:24:39 +0100 Doug Simon Simplified 'dacapo' command and made it more suitable for gate usage.
Wed, 21 Dec 2011 14:54:26 +0100 Doug Simon Added 'export' command for creating a GraalVM zip file distribution without the Mercurial data or VM sources.
Wed, 21 Dec 2011 11:25:27 +0100 Doug Simon Removed strict requirement for GRAAL environment variable. It only needs to be set now if the graal directory is not in the directory hierarchy of GraalVM JDK.
Tue, 20 Dec 2011 15:50:25 +0100 Doug Simon Merge.
Tue, 20 Dec 2011 14:09:53 +0100 Doug Simon Added PyDev configuration for mxtool.
Tue, 20 Dec 2011 15:34:43 +0100 Gilles Duboscq start work on integrating old hooks into mx, work on sanity checks
Tue, 20 Dec 2011 10:14:52 +0100 Doug Simon Replace downloading of JDK 7 with copying of host JDK 7.
Mon, 19 Dec 2011 22:22:56 +0100 Doug Simon Improved 'build' and 'clean' commands.
Mon, 19 Dec 2011 21:48:32 +0100 Doug Simon Fixed 'build' command.
Mon, 19 Dec 2011 20:56:59 +0100 Doug Simon Removed 'tests' command.
Mon, 19 Dec 2011 18:31:09 +0100 Doug Simon Adopted mxtool changes.
Sat, 17 Dec 2011 20:48:46 +0100 Thomas Wuerthinger Work with GRAAL environment variable instead of MAXINE environment variable.
Sat, 17 Dec 2011 19:58:27 +0100 Thomas Wuerthinger Updated mxtool to allow projects in subdirectories.
Fri, 16 Dec 2011 21:56:00 +0100 Doug Simon Added mechanism for downloading a JDK 7 if the JDK7 environment variable is not set. This only works on Linux as only it has a single tar.gz version of the JDK available from the Oracle JDK download website.
Fri, 16 Dec 2011 16:33:42 +0100 Doug Simon Unified the way a specific build of the VM is chosen for any mx command that runs the GraalVM.
Fri, 16 Dec 2011 15:17:17 +0100 Doug Simon Automated creation of debug, fastdebug and optimized subdirectories of the JDK.
Fri, 16 Dec 2011 11:03:14 +0100 Doug Simon Added mx configuration.