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
Sat, 13 Jun 2015 00:59:15 +0200 Doug Simon fixed pylint issue
Sat, 13 Jun 2015 00:25:30 +0200 Doug Simon show diff if jvmci.make generation modifies an existing file
Fri, 12 Jun 2015 01:19:57 +0200 Doug Simon replaced Service marker interface with non-standard META-INF directory names to differentiate JVMCI providers from standard service providers
Tue, 09 Jun 2015 17:23:42 +0200 Doug Simon handle race creating a symlink in mx
Tue, 09 Jun 2015 11:53:26 +0200 Gilles Duboscq mx: Remove leftover debug statement
Fri, 05 Jun 2015 16:28:19 +0200 Stefan Anzinger Make jvmci.make stable; add header for building the jvmci.make; default to use the jvmci.make file when running mx.build
Mon, 08 Jun 2015 15:01:17 +0200 Doug Simon mx: Filter package-info.class out when checking timestamps for java compilations
Mon, 08 Jun 2015 11:47:32 +0200 Doug Simon include package-info.java in mx driven Java compilation
Thu, 04 Jun 2015 03:21:58 +0200 Stefan Anzinger Improve makefile generator, exporting files into shared dir (JBS:GRAAL-52)
Wed, 03 Jun 2015 20:24:04 +0200 Stefan Anzinger Change makefile generator to produce human readable code (JBS:GRAAL-52)
Wed, 03 Jun 2015 17:43:21 +0200 Andreas Woess mx fsckprojects: exclude .workspace/
Wed, 03 Jun 2015 17:38:26 +0200 Andreas Woess mx archive: exclude dotfiles
Tue, 02 Jun 2015 11:27:04 +0200 Jaroslav Tulach Fail the build when there are compile errors
Mon, 01 Jun 2015 15:24:37 +0200 Gilles Duboscq mx: make dependency omission more strict so that a distribution that lists a non-existent project is detected
Sun, 31 May 2015 12:32:15 +0200 Doug Simon replaced use of javap with a small Java utility for refining service class list to only those implementing com.oracle.jvmci.service.Service
Thu, 28 May 2015 17:44:05 +0200 Gilles Duboscq Merge
Wed, 06 May 2015 17:04:06 +0200 Gilles Duboscq mx: better description for strict-compliance and fix typo
Wed, 27 May 2015 10:18:54 +0200 Jaroslav Tulach GRAAL-1090: Doug speeds up ./mx.sh build --only com.oracle.truffle.sl from 8s to 4s on my computer.
Fri, 22 May 2015 23:11:17 +0200 Doug Simon added checkcopyrights command (from mxtool2)
Wed, 20 May 2015 05:37:55 +0200 Jaroslav Tulach Bind NetBeans Build action directly to ./mx build command line invocation
Thu, 14 May 2015 16:20:12 -0700 Christian Wimmer mx: Allow disabling of package prefix check
Mon, 11 May 2015 10:48:14 +0200 Christian Humer Fix JAVA_HOME and EXTRA_JAVA_HOMES was not passed to eclipse builders anymore causing them to fail silently.
Mon, 04 May 2015 12:27:40 +0200 Gilles Duboscq Make readline import best-effort
Thu, 30 Apr 2015 20:29:27 +0200 Gilles Duboscq mx: fix JDK selection when running outside a tty, capture STRICT_COMPLIANCE from the env file, make sure raw_input promt goes to stdout
Thu, 30 Apr 2015 18:49:00 +0200 Gilles Duboscq Look for JDKs on demand, add --strict-compliance flag. Allow more precise search for JDK versions (use it for IGV)
Tue, 21 Apr 2015 14:59:02 +0200 Gilles Duboscq Distribution overlap is allowed for META-INF*, not just META-INF/services*
Mon, 20 Apr 2015 18:27:46 +0200 Gilles Duboscq Check distributions overlap in gate
Wed, 15 Apr 2015 21:35:51 +0200 Doug Simon relax expectations on JDK library locations (bug fixes)
Wed, 15 Apr 2015 14:06:17 +0200 Doug Simon relax expectations on JDK library locations
Tue, 07 Apr 2015 11:19:39 +0200 Gilles Duboscq mx: Avoid listing directories that do not exist while looking for JDKs