sbt/project
jvican f497e15cd8
Run scripted tests in parallel
Add binary-compatible methods to run scripted tests in parallel using
parallel collections. Parallel collections are not tuned and a default
of 4 cores is used for the `ForkJoinPool`. This can be a matter of
experimentation in the future but for now I prefer to stay with it.

The non-parallel methods are not affected by this change.

The changes to the scripted plugin have not been used, only the sbt
scripted plugin is using `runInParallel`. In the future, this change can
also happen so that plugin authors can benefit from parallel sbt
testing. This is not a priority for me now :)
2017-05-10 21:32:36 +02:00
..
AutomateScalafmtPlugin.scala Apply Scalafmt formatting 2017-04-21 04:48:31 -04:00
ContrabandConfig.scala Apply Scalafmt formatting 2017-04-21 04:48:31 -04:00
Dependencies.scala Make sure addSbtModule will work in sbt 1 2017-05-08 14:07:37 +01:00
Docs.scala Upgrade to sbt-ghpages 0.6.0 2017-05-08 15:02:32 +01:00
NightlyPlugin.scala Apply Scalafmt formatting 2017-04-21 04:48:31 -04:00
PublishBinPlugin.scala Apply Scalafmt formatting 2017-04-21 04:48:31 -04:00
Release.scala Apply Scalafmt formatting 2017-04-21 04:48:31 -04:00
SbtLauncherPlugin.scala Apply Scalafmt formatting 2017-04-21 04:48:31 -04:00
Scripted.scala Run scripted tests in parallel 2017-05-10 21:32:36 +02:00
SiteMap.scala Apply Scalafmt formatting 2017-04-21 04:48:31 -04:00
StatusPlugin.scala Apply Scalafmt formatting 2017-04-21 04:48:31 -04:00
Sxr.scala Apply Scalafmt formatting 2017-04-21 04:48:31 -04:00
Transform.scala Apply Scalafmt formatting 2017-04-21 04:48:31 -04:00
Util.scala Apply Scalafmt formatting 2017-04-21 04:48:31 -04:00
build.properties Bump to sbt 0.13.13 2016-12-11 12:08:28 +00:00
plugins.sbt Upgrade to sbt-ghpages 0.6.0 2017-05-08 15:02:32 +01:00