log mx.truffle/suite.py @ 22503:828c67903db2

age author description
Thu, 17 Dec 2015 10:01:38 +0100 Jaroslav Tulach Moving profiles into their own project to ensure the core API doesn't reference these utility classes.
Sun, 11 Oct 2015 14:34:57 +0200 Doug Simon removed "path" and "sourcePath" attributes from distributions and libraries
Wed, 30 Sep 2015 16:33:56 -0700 Michael Van De Vanter Merge revised Instrumentation framework into the Polyglot API
Tue, 22 Sep 2015 20:31:19 -0700 Michael Van De Vanter Truffle/Testing: massive rework of tests to accommodate recent instrumentation change with respect to "applyInstrumentation"
Sat, 19 Sep 2015 13:25:41 -0700 Michael Van De Vanter Truffle/Instrumentation: rewrite basic instrumentation tests
Tue, 22 Sep 2015 14:02:13 +0200 Jaroslav Tulach Testing behavior of invoke when calling asTruffleFunction
Mon, 07 Sep 2015 17:07:20 +0200 Jaroslav Tulach Implementing API for Java/Truffle interop. Based around JavaInterop.asJavaObject and JavaInterop.asTruffleObject methods. Connected to TruffleVM via Symbol.as(Class) wrapper. Verified by extended TCK.
Fri, 04 Sep 2015 16:41:38 +0200 Doug Simon use public https urls
Thu, 03 Sep 2015 17:15:44 +0200 Jaroslav Tulach TruffleVM can now depend on api.interop and thus there is no need for indirection between SymbolInvoker and its Impl. Enough to do direct calls.
Thu, 03 Sep 2015 16:38:45 +0200 Jaroslav Tulach Separating the TruffleVM into its own project makes it possible to cleanup various system parts interations
Fri, 21 Aug 2015 16:19:26 +0200 Benoit Daloze Fix typo in the description of Truffle TCK
Fri, 07 Aug 2015 20:00:39 +0200 Andreas Woess update to mx version 5.2.2
Fri, 07 Aug 2015 19:53:41 +0200 Andreas Woess let truffle.sl project depend on TRUFFLE_API distribution to ensure services are found
Tue, 04 Aug 2015 17:03:27 +0200 Gilles Duboscq Change temporary description for truffle-debug
Tue, 04 Aug 2015 17:01:07 +0200 Gilles Duboscq Add snapshots repository
Tue, 04 Aug 2015 11:15:08 +0200 Gilles Duboscq Rename truffle-api.jar distribution to TRUFFLE_API
Tue, 04 Aug 2015 14:12:24 +0200 Gilles Duboscq Add additional metadata to suite.py
Thu, 23 Jul 2015 22:17:06 +0200 Doug Simon inter-suite library references must use qualified form
Wed, 22 Jul 2015 00:06:15 +0200 Doug Simon reflected mx version bump to 5.0.0
Tue, 21 Jul 2015 16:20:18 +0200 Doug Simon Merge with truffle
Tue, 21 Jul 2015 01:15:01 +0200 Doug Simon fixed more "annotationProcessors" attributes
Mon, 20 Jul 2015 15:19:52 +0200 Doug Simon removed cyclic dependencies
Mon, 20 Jul 2015 12:50:10 +0200 Doug Simon fixed incomplete or redundant "annotationProcessors" attributes
Mon, 20 Jul 2015 00:25:22 +0200 Doug Simon annotation processor dependencies must be Distributions or Libraries; inter-suite references must be qualified with suite prefix
Wed, 08 Jul 2015 23:35:05 +0200 Doug Simon updated mx2 version requirement
Wed, 08 Jul 2015 22:17:30 +0200 Doug Simon removed unnecessary library definitions
Sat, 18 Jul 2015 18:03:36 +0200 Jaroslav Tulach Making debugger always on for each TruffleVM execution. Introducing EventConsumer to process such debugger events. Requesting each RootNode to be associated with a TruffleLanguage, so debugger can find out proper context for each Node where executions gets suspended.
Thu, 16 Jul 2015 15:50:46 +0200 Gilles Duboscq Update SL copyright headers to use UPL
Mon, 13 Jul 2015 16:49:18 +0200 Doug Simon made sourcesPath attribute consistent with path attribute for TRUFFLE distribution
Wed, 01 Jul 2015 23:22:52 +0200 Doug Simon mx2 support: added definition of main.class property to be injected into nbproject/project.properties
Fri, 26 Jun 2015 14:09:56 +0200 Jaroslav Tulach Using groupId=com.oracle.[suite.name] when deploying the artifacts. Iterating thru all distributions (except ap ones). Using name of the JAR file as artifactId.
Thu, 25 Jun 2015 11:03:54 +0200 Doug Simon removed outputparser.py and FINDBUGS library
Thu, 25 Jun 2015 09:28:42 +0200 Jaroslav Tulach Stick with JDK7 for all projects for now
Tue, 23 Jun 2015 10:23:10 +0200 Jaroslav Tulach ForeignAccess is singlethreaded. Accessing objects from other languages (via ForeignAccess) will only be possible from a previously selected thread.
Fri, 19 Jun 2015 12:22:49 -0700 Mick Jordan rename mx to mx.truffle base mx/suite.py@54fd310a357b