summaryrefslogtreecommitdiff
path: root/project
AgeCommit message (Collapse)Author
2020-03-30Java API Documents Linking (#1367)Schuyler Eldridge
* 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>
2020-02-11Bump sbt and tool/plugin dependencies. (#1332)Jim Lawson
2019-09-30Bump sbt to 1.3.2 (#1188)Jim Lawson
2019-09-17Updated to sbt 1.3.0 (#1181)Boris V.Kuznetsov
2019-01-22Remove ghpages (#992)Jim Lawson
* Remove GhpagesPlugin. (#966) * Restore old SCM reference (after removing ghpages)
2018-12-06Bump SBT from 1.2.6 to 1.2.7 to fix partial recompilation issue (#956)Jack Koenig
2018-11-21Bump sbt to 1.2.6; update dependencies (#941)Jim Lawson
* Bump sbt to 1.2.6; update dependencies * Add explanation for explicit junit library dependency
2018-02-12Bump sbt to 1.1.1 (#773)Jack Koenig
2017-12-18Bump SBT to 1.0.4 and update plugins (#742)Jack Koenig
2017-12-12Bump scala and plugins. (#735)Jim Lawson
2017-09-14Update sbt to 0.13.16; add Scala 2.12 support. (#675)Jim Lawson
To clean, test, and build Scala 2.11 and Scala 2.12 versions: % sbt +clean +test +publishLocal
2017-05-25Support updated scalatest/scalacheck; bump sbt and Scala versions. (#605)Jim Lawson
bump scoverage version
2017-02-08Bump sbt version.Jim Lawson
2016-10-06Merge branch 'master' into buildinfoJim Lawson
2016-10-05Add sbt-buildinfo support.Jim Lawson
2016-09-28Generate scaladoc for all subprojects.Jim Lawson
Use aggregate to run project tasks in subprojects Use sbt-unidoc to generate combined scaladoc for project and subprojects.
2016-04-01Bump plugin versions.Jim Lawson
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.)
2016-04-01Update sbt to version 0.13.11Andrew Waterman
2015-08-12ScalaDoc prep.Jim Lawson
Edit/Add scaladoc and site targets to Makefile. Add site, ghpages objects to build.sbt and project/plugins.sbt
2015-07-24Generalize, add missing chisel2 meta files.Jim Lawson