log mxtool/mx.py @ 5194:a6eceb5efb0e

age author description
Thu, 05 Apr 2012 22:35:28 +0200 Doug Simon added --ecl option to mx for saving VM execution(s) as Eclipse launch configurations
Tue, 03 Apr 2012 21:31:32 +0200 Doug Simon automated download of hsdis lib if PrintAssembly option is used; added support for hsdis on the Mac
Thu, 29 Mar 2012 10:52:12 +0200 Doug Simon added javadoc command (from Maxine version of mx)
Wed, 28 Mar 2012 14:23:30 +0200 Doug Simon removed some manual options set when compiling with JDT from mx
Mon, 26 Mar 2012 22:25:26 +0200 Doug Simon made eclipseinit generate Eclipse debug-on-attach launch config in mx/attach-8000.launch
Fri, 16 Mar 2012 14:48:15 +0100 Doug Simon Added -V option to mx for 'very verbose'which prints the environment variables used for an external command.
Wed, 14 Mar 2012 14:09:39 +0100 Doug Simon Made the Eclipse properties be automatically generated if they don't exist when building with the Eclipse batch compiler.
Wed, 14 Mar 2012 13:54:32 +0100 Doug Simon Made Java builds look for mx/ecj.jar to use Eclipse batch compiler by default.
Tue, 06 Mar 2012 12:09:50 +0100 Doug Simon Integrated mxtool updates from Maxine project.
Tue, 21 Feb 2012 19:35:51 +0100 Thomas Wuerthinger Fixed regression in mx.py
Tue, 21 Feb 2012 19:30:33 +0100 Thomas Wuerthinger Fixed Ctrl+C for Windows in mx.py
Tue, 07 Feb 2012 19:03:51 +0100 Gilles Duboscq Add hsdis command to mx
Sat, 28 Jan 2012 23:14:46 +0100 Thomas Wuerthinger Make mx script killable on Windows. renamed mx.bat to mx.cmd.
Thu, 19 Jan 2012 19:06:25 +0100 Lukas Stadler Merge
Thu, 12 Jan 2012 17:30:11 +0100 Lukas Stadler mx.py: new projectgraph command
Wed, 18 Jan 2012 16:53:04 +0100 Gilles Duboscq Handle SIGTERM : killing mx will properly kill subprocesses
Wed, 11 Jan 2012 18:25:25 +0100 Doug Simon Fixed regressions and Windows issues in generated IDE project configurations.
Wed, 11 Jan 2012 16:55:30 +0100 Doug Simon Made generated NetBeans projects use project cross referencing.
Wed, 11 Jan 2012 15:14:45 +0100 Doug Simon Moved IDE project configuration into mx.py.
Wed, 11 Jan 2012 14:04:04 +0100 Andreas Woess mx.py: fix OS detection in exe_suffix()
Tue, 10 Jan 2012 23:49:13 +0100 Doug Simon Made 'mx ideinit' resolve library dependencies eagerly as well as put absolute paths into the generated Eclipse project configurations.
Mon, 09 Jan 2012 22:01:39 +0100 Doug Simon Removed need for GRAAL environment variable on Windows.
Mon, 09 Jan 2012 14:21:54 +0100 Andreas Woess fix mx.py for windows
Mon, 09 Jan 2012 14:12:53 +0100 Doug Simon Changed 'mx build' such that all Java sources for a project are compiled together instead of by source directory.
Sat, 07 Jan 2012 23:59:02 +0100 Doug Simon Disabled eager resolution of libraries as they are defined.
Fri, 06 Jan 2012 22:11:20 +0100 Doug Simon Made command timeout also kill any currently executing subprocess (group).
Fri, 06 Jan 2012 17:45:40 +0100 Doug Simon Made the --timeout option apply to the whole mx command as opposed to each subprocess executed (the new --ptimeout does the latter).
Fri, 06 Jan 2012 15:34:17 +0100 Doug Simon Fixed bug in getting correct result code for a subprocess executed with a timeout.
Fri, 06 Jan 2012 14:01:43 +0100 Doug Simon Improved time stamps of gate tasks to show duration of each task explicitly.
Thu, 05 Jan 2012 14:25:58 +0100 Doug Simon Environment variables for HotSpot's make are only set by mx.build if they aren't already defined.
Thu, 05 Jan 2012 13:17:15 +0100 Doug Simon Made the gate clean the Java projects only.
Thu, 05 Jan 2012 11:31:46 +0100 Doug Simon Made mx.run work properly when stderr is redirected to stdout.
Wed, 04 Jan 2012 22:54:27 +0100 Gilles Duboscq Fix javac build issues with classpath
Wed, 04 Jan 2012 13:52:46 +0100 Gilles Duboscq Fix mx : commands' scripts mx_init hook should be called before parsing command line arguments.
Tue, 03 Jan 2012 15:49:22 +0100 Doug Simon Downloads are attempted via Java first since it shows a progress counter.
Tue, 03 Jan 2012 13:53:38 +0100 Doug Simon Made stdout for mx unbuffered.
Mon, 02 Jan 2012 22:18:16 +0100 Thomas Wuerthinger Fixed gate script such that JAVA_HOME can be set in env file.
Mon, 02 Jan 2012 21:52:23 +0100 Thomas Wuerthinger Add the Dacapo benchmarks to the "lib" folder instead of using the environment variable. Fixed an issue in the downloader.
Fri, 23 Dec 2011 09:41:41 +0100 Doug Simon Interpret '--timeout 0' correctly (i.e. as no timeout).
Thu, 22 Dec 2011 22:51:37 +0100 Doug Simon Added support for specifying a timeout when running an external command.
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:36:44 +0100 Doug Simon Integrated latest mxtool updates.
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 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 19:58:27 +0100 Thomas Wuerthinger Updated mxtool to allow projects in subdirectories.
Fri, 16 Dec 2011 16:46:33 +0100 Doug Simon Added a copy of the mxtool to repo.