Commit Graph

11744 Commits

Author SHA1 Message Date
Martin Duhem eda708dfeb Add `StreamFormat` and `HListFormat` 2016-06-28 19:44:32 +02:00
Eugene Yokota 4195d8aca2 Bumping Zinc to 1.0.0-M5 2016-06-28 14:53:57 +02:00
Martin Duhem 4cffccc8c8 Caching based on sjsonnew 2016-06-28 11:17:38 +02:00
Tristan Blease db73b6d83c Return empty graph if no update report is found 2016-06-26 13:11:11 -04:00
Tristan Blease 91cb6e0931 Add IntegrationTest as a default config for generating ivy reports 2016-06-26 12:22:58 -04:00
Eugene Yokota 246ec58e35 Adapting to Zinc changes 2016-06-26 03:55:37 +02:00
Grzegorz Kossakowski 824b59a3ef Adapt to changes to DefinesClass in zinc
The definition of `DefinesClass` has changed from being a function
`File => String => Boolean` to just a function `String => Boolean`. The
changes in this commit reflect that fact.

Also, this commit implements a newly introduced PerClasspathEntryLookup.
2016-06-26 03:49:55 +02:00
Grzegorz Kossakowski e8c5ff0ffe Remove use of `DefinesClass` in Load.scala
It turns out that `DefinesClass` was a dead data: it was passed around
but not used anywhere.
2016-06-26 03:49:55 +02:00
Eugene Yokota 8f29d3b724 Typo 2016-06-24 18:57:36 +02:00
Dale Wijnand 836911deab Bump to Java 7 (#2649) 2016-06-21 18:40:24 +02:00
eugene yokota 7bc9b5a875 Merge pull request #2646 from dwijnand/cleanups
Cleanups
2016-06-21 18:40:01 +02:00
Dale Wijnand 0a75db7e63 Cleanup scriptedPluginProj 2016-06-21 13:15:10 +01:00
Dale Wijnand d949a74925 Cleanup scriptedSbtProj 2016-06-21 13:15:10 +01:00
Dale Wijnand 01a7a00915 Remove old sbt parser 2016-06-21 13:15:10 +01:00
Dale Wijnand a0193d28ea Cleanup mainProj 2016-06-21 13:15:10 +01:00
Dale Wijnand ffafdc2e03 Remove OldPlugin 2016-06-21 08:09:30 +01:00
Dale Wijnand bf8c5d2135 Drop use of AttributeKey#rawLabel 2016-06-21 08:09:30 +01:00
Dale Wijnand ca71b4b902 Cleanup mainSettingsProj 2016-06-21 08:09:30 +01:00
Dale Wijnand e48f6ade30 Cleanup actionsProj 2016-06-21 08:09:30 +01:00
Dale Wijnand 12d2b5a63b Cleanup commandProj 2016-06-21 08:09:30 +01:00
Dale Wijnand 168d3aa267 Cleanup stdTaskProj 2016-06-21 08:09:30 +01:00
Dale Wijnand 824df04699 Cleanup testingProj 2016-06-21 08:09:29 +01:00
Dale Wijnand 15d4527479 Kill trailing dead code 2016-06-21 08:09:29 +01:00
Dale Wijnand 8226ed7682 Cleanup runProj 2016-06-21 08:09:29 +01:00
Dale Wijnand 954b74654f Add scalacOptions 2016-06-21 08:09:29 +01:00
Dale Wijnand 2c02285778 Update scripted tests 2016-06-21 00:14:01 +01:00
eugene yokota 7b766e90a8 Merge pull request #44 from dwijnand/cleanups
Fix compilation warnings, migrate to blackbox.Context
2016-06-20 08:38:42 +02:00
eugene yokota d760b15193 Merge pull request #44 from dwijnand/cleanups
Fix compilation warnings, migrate to blackbox.Context
2016-06-20 08:38:42 +02:00
Dale Wijnand 5ecfc4d59f Un-deprecate now-private methods 2016-06-19 23:16:59 +01:00
Dale Wijnand 745bf4dc6d Remove Attribute#rawLabel 2016-06-19 21:21:08 +01:00
Dale Wijnand 4e4aa08a1a Drop Scala 2.10 2016-06-19 13:06:43 +01:00
Dale Wijnand 37f4e8311e Add -Ywarn-unused & -Ywarn-unused-import, & fix warnings 2016-06-19 11:42:31 +01:00
Dale Wijnand 121e7f5d9e Add -Ywarn-unused & -Ywarn-unused-import, & fix warnings 2016-06-19 11:42:31 +01:00
Dale Wijnand 28a40163e7 Sync Scala 2.11 version in .travis.yml 2016-06-19 11:24:50 +01:00
Dale Wijnand 1651df2090 Fix compilation warnings, migrate to blackbox.Context 2016-06-19 11:16:02 +01:00
Dale Wijnand d0826ff13c Fix compilation warnings, migrate to blackbox.Context 2016-06-19 11:16:02 +01:00
Dale Wijnand 8989549cb6 Remove scalacOptions already set by house rules 2016-06-19 11:16:02 +01:00
eugene yokota 0539410fdd Merge pull request #128 from Duhemm/wip/compiler-api
Minimal API for `ScalaCompiler`, expose in `Compilers`
2016-06-08 01:30:51 -04:00
eugene yokota c903e7ca28 Merge pull request #2635 from milessabin/topic/scala-override
Override scala organization and version transitively at the Ivy level
2016-06-06 22:28:00 -04:00
Miles Sabin 1e9bb93285 Override scala organization and version transitively at the Ivy level 2016-06-05 09:46:00 +01:00
eugene yokota b6bd05b3a7 Merge pull request #2631 from larroy/1.0.x
Fix typo: paralleism -> parallelism
2016-06-02 11:59:41 -04:00
Martin Duhem 7799afdef8 Generate `ClasspathOptions` with sbt-datatype
Also rename the previous object called `ClasspathOptions` to
`ClasspathOptionsUtil`.
2016-06-01 16:22:58 +02:00
eugene yokota e4e3e54c33 Merge pull request #108 from ipsq/ipsq-patch-1
Corrected spelling mistake in sbt.bat
2016-05-29 13:35:19 -04:00
Johannes Rudolph 8ff4397b5a Merge pull request #103 from alkersan/master
Replaced http CDN links with https, fixes #102
2016-05-29 14:19:22 +02:00
Dmytro Aleksandrov e52bb48278 Replaced http CDN links with https 2016-05-29 13:44:36 +03:00
Martijn Riemers 1705b58fde Corrected spelling mistake in sbt.bat 2016-05-28 12:27:53 +02:00
Pedro Larroy f5e8c8736f Fix typo: paralleism -> parallelism 2016-05-26 07:38:27 +00:00
eugene yokota 5ecbf50e85 Merge pull request #2613 from jroper/sbt-doge
Replaced cross building support with sbt-doge
2016-05-16 19:02:20 -07:00
James Roper e21c871d71 Replaced cross building support with sbt-doge 2016-05-17 09:49:16 +10:00
eugene yokota 1d0eda2e6a Merge pull request #2615 from ekrich/1.0.x
Add Windows script support and native file extensions on Unix platforms
2016-05-13 17:36:08 -04:00