| Age | Commit message (Collapse) | Author |
|
* Show linking against Javadoc
Signed-off-by: Schuyler Eldridge <schuyler.eldridge@ibm.com>
* Add sbt-api-mappings plugin
This adds the sbt-api-mappings plugin which enables
auto-linking (properly setting the apiMappings for the sbt project) so
that Scaldoc/unidoc generation will now automatically link against
Java and Scala API docs (and use the right version).
Signed-off-by: Schuyler Eldridge <schuyler.eldridge@ibm.com>
* Show linking against Scala APIs
Signed-off-by: Schuyler Eldridge <schuyler.eldridge@ibm.com>
|
|
|
|
|
|
|
|
* Remove GhpagesPlugin. (#966)
* Restore old SCM reference (after removing ghpages)
|
|
|
|
* Bump sbt to 1.2.6; update dependencies
* Add explanation for explicit junit library dependency
|
|
|
|
|
|
|
|
To clean, test, and build Scala 2.11 and Scala 2.12 versions:
% sbt +clean +test +publishLocal
|
|
bump scoverage version
|
|
|
|
|
|
|
|
Use aggregate to run project tasks in subprojects
Use sbt-unidoc to generate combined scaladoc for project and subprojects.
|
|
Scalastyle "scalastyle-sbt-plugin" % "0.7.0) dies with:
[error] .../chisel3/src/main/scala/Chisel/Data.scala: Expected token RBRACKET but got Token(XML_START_OPEN,<,4360,<)
[error] .../chisel3/src/main/scala/Chisel/Driver.scala: Expected token RBRACKET but got Token(XML_START_OPEN,<,3418,<)
...
Upgrade to "scalastyle-sbt-plugin" % "0.8.0"
(and bump the the others to "current" versions while we're here.)
|
|
|
|
Edit/Add scaladoc and site targets to Makefile.
Add site, ghpages objects to build.sbt and project/plugins.sbt
|
|
|