Commit Graph

17847 Commits

Author SHA1 Message Date
Eugene Yokota 871979c806 use Scala 2.11.6 2015-05-15 22:06:02 -04:00
Andrew Johnson 7c0f455c79 Use FiniteDuration to represent time rather than a long 2015-05-13 14:18:27 -04:00
Andrew Johnson 32b1f65503 Update note 2015-05-13 08:04:44 -04:00
Andrew Johnson 4ec092617f Add forceUpdateMs 2015-05-13 08:02:48 -04:00
Josh Suereth f334d76f70 Merge pull request #2011 from dwijnand/notes-for-test-exclude-pr1970
Add notes for #1970 - Test exclude filter.
2015-05-11 21:31:54 -04:00
Dale Wijnand 5e8907d1e8 Add notes for #1970 - Test exclude filter. 2015-05-11 22:05:41 +01:00
Josh Suereth 50fcdf5a78 Merge pull request #1970 from matthewfarwell/test-exclude
Test exclude
2015-05-11 15:27:06 -04:00
Josh Suereth ed0423ee59 Merge pull request #1970 from matthewfarwell/test-exclude
Test exclude
2015-05-11 15:27:06 -04:00
Josh Suereth b568565615 Merge pull request #1970 from matthewfarwell/test-exclude
Test exclude
2015-05-11 15:27:06 -04:00
David Perez e561138973 Merge branch '0.13.8' into 0.13 2015-05-08 09:33:40 +02:00
David Perez 2f1f42e6de Merge branch '0.13.8' into 0.13 2015-05-08 09:33:40 +02:00
David Perez 54a739a733 Merge branch '0.13.8' into 0.13 2015-05-08 09:33:40 +02:00
David Perez 40b647e599 Issue 2008: provide more diagnostic info for undefined setting 2015-05-08 09:29:41 +02:00
David Perez b70acf84f3 Issue 2008: provide more diagnostic info for undefined setting 2015-05-08 09:29:41 +02:00
eugene yokota 2212269261 Merge pull request #1996 from sbt/wip/fix-aether-resolver
Fix issue with aether resolver and bad URLs.
2015-05-07 13:06:11 -07:00
eugene yokota 038437587b Merge pull request #1996 from sbt/wip/fix-aether-resolver
Fix issue with aether resolver and bad URLs.
2015-05-07 13:06:11 -07:00
eugene yokota c1952698e4 Merge pull request #2000 from dwijnand/command-to-string
Implement SimpleCommand.toString. Fixes #1998.
2015-05-07 10:45:16 -07:00
eugene yokota 6206cf3d46 Merge pull request #1773 from sbt/fix/1223
Fixes #1223. Throttle force GC
2015-05-07 10:40:44 -07:00
Eugene Yokota 66e07f6e83 use Duration to track minForcegcInterval 2015-05-05 19:29:22 -04:00
Dale Wijnand 97ed5822c7 Implement SimpleCommand.toString. Fixes #1998. 2015-05-05 09:11:52 +01:00
Eugene Yokota 8aca4e8fa6 Force GC on cross building 2015-05-04 23:49:36 -04:00
Eugene Yokota 2bbe872969 Use interval throttling
JMX doesn't seem to work in reporting

    memoryMxBean.getObjectPendingFinalizationCount

At least for the test build that I used it always reports zero.
2015-05-04 23:09:23 -04:00
Eugene Yokota d82fe46052 Fixes #1223. Uses JMX to find out when to force GC. 2015-04-30 14:53:50 -04:00
eugene yokota e80ed27329 Merge pull request #1992 from dwijnand/cross-scala-versions-default
Fix crossScalaVersions default, derived from scalaVersion. Fixes #1828.
2015-04-29 05:08:40 -07:00
eugene yokota 1ebe3804b3 Merge pull request #1992 from dwijnand/cross-scala-versions-default
Fix crossScalaVersions default, derived from scalaVersion. Fixes #1828.
2015-04-29 05:08:40 -07:00
Dale Wijnand 3d85c7c9e2 Tweak crossScalaVersions default notes. 2015-04-29 13:05:04 +01:00
Dale Wijnand efe4fdf9e4 Move "New crossScalaVersions default value" to fix with compatibility implications. 2015-04-28 22:51:07 +01:00
Josh Suereth 0b26b8b801 Fix issue with aether resolver and bad URLs.
It appears like the change to use the new MRID when checking for JAR was not applied before merge.
2015-04-28 17:28:26 -04:00
eugene yokota ba681e89e0 Merge pull request #1989 from dwijnand/inThisBuild
Add inThisBuild, similar to inConfig. Fixes #1847
2015-04-26 18:58:12 -07:00
eugene yokota 27bd275343 Merge pull request #1989 from dwijnand/inThisBuild
Add inThisBuild, similar to inConfig. Fixes #1847
2015-04-26 18:58:12 -07:00
eugene yokota e76479baad Merge pull request #1987 from ajsquared/0.13
Add configurationsToRetrieve
2015-04-26 18:54:32 -07:00
eugene yokota d0fbd10852 Merge pull request #1987 from ajsquared/0.13
Add configurationsToRetrieve
2015-04-26 18:54:32 -07:00
eugene yokota 394c18106c Merge pull request #1990 from dwijnand/help-inspect-actual
Add help message for `inspect actual`. Fixes #1651.
2015-04-26 18:52:32 -07:00
Dale Wijnand 116c1e1e8b Fix crossScalaVersions default, derived from scalaVersion.
Fixes #1828.
2015-04-26 17:06:59 +01:00
Dale Wijnand 1aff36d505 Add help message for `inspect actual`. Fixes #1651. 2015-04-26 03:18:29 +01:00
Dale Wijnand 348a28f761 Cleanup inspectDetailed. 2015-04-26 02:31:51 +01:00
Dale Wijnand 677c33611a Add inThisBuild, similar to inConfig. Fixes #1847 2015-04-25 20:39:59 +01:00
Andrew Johnson 3f871a499d Support configuring a subset of configurations from which to retrieve dependencies when retrieveManaged is true 2015-04-23 12:49:45 -04:00
Andrew Johnson b617b41ae1 Support configuring a subset of configurations from which to retrieve dependencies when retrieveManaged is true 2015-04-23 12:49:45 -04:00
Josh Suereth 6a4a990b98 Merge pull request #1984 from sbt/wip/nightly-and-release
call bintrayRelease on nightly
2015-04-22 11:12:03 -04:00
Josh Suereth 5b7f41e300 Merge pull request #1984 from sbt/wip/nightly-and-release
call bintrayRelease on nightly
2015-04-22 11:12:03 -04:00
Eugene Yokota ca3c29efbc call bintrayRelease on nightly 2015-04-22 00:28:47 -04:00
Eugene Yokota 72f8606f28 call bintrayRelease on nightly 2015-04-22 00:28:47 -04:00
eugene yokota 827fb5a0fc Merge pull request #1983 from sbt/wip/nightly-bintray
publish nightlies to bintray
2015-04-21 20:51:19 -07:00
eugene yokota d6a77b3a81 Merge pull request #1983 from sbt/wip/nightly-bintray
publish nightlies to bintray
2015-04-21 20:51:19 -07:00
eugene yokota c98ad7db07 Merge pull request #1981 from sbt/wip/move-to-bintray
publish to bintray
2015-04-20 15:24:57 -07:00
eugene yokota 2f7e9c66a9 Merge pull request #1981 from sbt/wip/move-to-bintray
publish to bintray
2015-04-20 15:24:57 -07:00
Eugene Yokota feca1f6fad publish nightlies to bintray 2015-04-20 12:51:18 -04:00
Eugene Yokota 2da38b92b1 publish nightlies to bintray 2015-04-20 12:51:18 -04:00
Eugene Yokota 5a7bb765df publish to bintray 2015-04-20 10:56:37 -04:00