aboutsummaryrefslogtreecommitdiff
path: root/project
AgeCommit message (Collapse)Author
2019-09-30Bump sbt to 1.3.2 (#1187)Jim Lawson
2019-09-16Bump sbt to 1.3.0 (#1181)Jim Lawson
2019-09-13Bump Scala to 2.12.10 (#1155)Jack Koenig
2019-06-18Use scalafix to remove unused import and deprecated procedure syntax (#1074)Leway Colin
* Add sbt-scalafix * Add scalafix guide to README * Remove Unused Import * Remove deprecated procedure syntax
2019-01-22Remove ghpages plugin (#996)Jim Lawson
* Remove GhpagesPlugin. (#979) * Restore old SCM reference (after removing ghpages) * Remove reference to sbt-ghpages plugin.
2018-12-06Bump SBT from 1.2.6 to 1.2.7 to fix partial recompilation issue (#959)Jack Koenig
2018-11-21 Bump sbt to 1.2.6; update dependencies (#940)Jim Lawson
* Bump sbt to 1.2.6; update dependencies * Remove left-over surgery items. * Add explanation for explicit junit library dependency
2018-06-28Protobuf (#832)Jack Koenig
Add support for ProtoBuf serialization and deserialization * Add support for additional features in .proto description Features added: Info, Fixed[Type|Literal], AnalogType, Attach, Params * Add support for .pb input files This involves an API change where FIRRTL no longer implicitly adds .fir to input file names
2018-02-12Bump sbt to 1.1.1 and bump plugins (#739)Jack Koenig
Also move all plugins to project/plugins.sbt
2017-12-18Bump sbt (#703)Jack Koenig
Bump SBT to 1.0.4 and update plugins Update Scala versions and sbt commands in .travis.yml Replace run-main with runMain
2017-12-12Bump scala and plugins. (#694)Jim Lawson
2017-09-14Update sbt to 0.13.16; add Scala 2.12 support. (#639)Jim Lawson
* Update sbt to 0.13.16; add Scala 2.12 support. To clean, test, and build Scala 2.11 and Scala 2.12 versions: % sbt +clean +test +publishLocal * Update Travis to test in 2.11.11 and 2.12.3 * Try different way of providing Travis Scala version * Attempt to get verilator built before tests.
2017-05-27Prep for Scala 2.12 (#557)Jim Lawson
* Update dependencies and JavaConverters for Scala 2.12 * Bump Scala (and library) version(s). * replace "error" with "Utils.error"; bump Scala version to 2.11.11
2017-02-22Add jenkins-build target to check scalastyle and coverage. (#445)Adam Izraelevitz
2017-02-03Bump sbt version. (#430)Jim Lawson
2017-01-05Fix ScalaDoc complaints; add sbt-site, sbt-ghpages boilerplate.Jim Lawson
2016-05-24Update sbt-antlr4 URLAndrew Waterman
This is a good reason not to rely on published JARs...
2016-04-01Update sbt to version 0.13.11Andrew Waterman
2016-01-29Add project/build.properties with requirement of sbt 0.13.6, this version is ↵jackkoenig
required for sbt assembly to work
2015-10-06Added ability to test scala FIRRTLJack
2015-10-02Merged in Scala implementation of FIRRTL IR, parser, and serialization (ie. ↵Jack
AST -> String). Uses ANTLRv4 to generate concrete syntax parser