log mxtool/mx.py @ 22246:73366ceb98a8

age author description
Mon, 20 Jul 2015 13:57:51 +0200 Jaroslav Tulach Updating to 0.9-SNAPSHOT of Truffle that requires RootNode to be associated with a TruffleLanguage
Tue, 07 Jul 2015 11:55:52 +0200 Roland Schatz mx: Option to show distributions in 'mx projectgraph'.
Mon, 06 Jul 2015 00:25:01 +0200 Doug Simon fixed Windows build issues
Tue, 30 Jun 2015 12:32:51 +0200 Danilo Ansaloni mx: mxMxDir should be absolute (fixes Library.get_path()).
Mon, 29 Jun 2015 17:24:09 +0200 Gilles Duboscq mx: Fix usage of JavaConfig caches while generating eclipse builders
Fri, 26 Jun 2015 12:24:47 +0200 Gilles Duboscq mx eclipseformat: no need to pass a -vm argument to eclipse
Wed, 24 Jun 2015 15:01:32 +0200 Doug Simon make Eclipse distribution builder output verbose and redirect it to a log file
Wed, 24 Jun 2015 12:30:58 +0200 Doug Simon made Eclipse builders for distributions synchronous to prevent race conditions as each builder deploys artifacts to the JDK
Mon, 22 Jun 2015 14:57:05 +0200 Gilles Duboscq mx: Fix typo
Tue, 23 Jun 2015 13:15:55 +0200 Doug Simon create missing distribution jars irrespective of whether any constituent projects were rebuilt
Tue, 23 Jun 2015 12:44:51 +0200 Doug Simon mx: added missing applications of _separatedCygpathU2W
Tue, 23 Jun 2015 12:43:52 +0200 Doug Simon added witness for when class files are out of date
Tue, 23 Jun 2015 12:41:17 +0200 Doug Simon add -verbose to javac and JDT when -V mx option is present
Tue, 23 Jun 2015 11:44:20 +0200 Danilo Ansaloni mx: allow libraries as annotation processors.
Tue, 23 Jun 2015 01:16:35 +0200 Doug Simon mx: abort on use of an Eclipse compiler that does not support annotation processing
Sun, 21 Jun 2015 22:24:40 +0200 Doug Simon only (re)make archives from build command for distributions with at least one constituent project that was (re)compiled
Sun, 21 Jun 2015 21:43:13 +0200 Doug Simon only (re)make archives from build command if at least one compilation occurred
Sat, 20 Jun 2015 12:37:01 +0200 Doug Simon mx: removed JVMCI code from Distribution.make_archive
Fri, 19 Jun 2015 17:41:45 +0200 Doug Simon moved findbugs support from mx_graal.py to mx_findbugs.py
Fri, 19 Jun 2015 15:59:22 +0200 Doug Simon mx: added support for overridden commands to be available via a qualified name
Fri, 19 Jun 2015 00:45:14 +0200 Doug Simon consolidated logic for querying the source(s) from which an Eclipse settings file is generated
Thu, 18 Jun 2015 23:06:11 +0200 Doug Simon moved unit test support from mx_graal.py to mx.py
Wed, 17 Jun 2015 15:28:45 +0200 Doug Simon remove hard-coded use of 'mx' to refer to the mxDir for the graal suite
Wed, 17 Jun 2015 13:18:49 +0200 Doug Simon removed support for legacy mx/commands.py file
Wed, 17 Jun 2015 13:22:40 +0200 Josef Eisl mxtool: add support for -y/-n (answer 'y'/'n' to all question).
Tue, 16 Jun 2015 15:26:43 +0200 Jaroslav Tulach Include dependencies of a library when it is put into -processorpath
Mon, 15 Jun 2015 11:36:11 +0200 Gilles Duboscq mx: Add --parsable option to archive
Fri, 12 Jun 2015 16:51:32 +0200 Gilles Duboscq mx: improve first usage experience:
Thu, 11 Jun 2015 16:17:16 +0200 Gilles Duboscq mx: Use purpose while selecting jdk for IGV and projects. Make jdk selection messages nicer
Thu, 11 Jun 2015 15:38:42 +0200 Gilles Duboscq mx: Fix typos and error if mx/env does not exist