aboutsummaryrefslogtreecommitdiff
path: root/build.sbt
AgeCommit message (Expand)Author
2018-08-29Bump scopt from 3.6.0 -> 3.7.0Schuyler Eldridge
2018-08-21Make Scala 2.12.4 the default. (#848)Jim Lawson
2018-06-28Protobuf (#832)Jack Koenig
2018-06-18Bump ANTLR version and change directory to play nice with IntelliJ (#824)Jack Koenig
2018-03-03Bump SNAPSHOT version (#752)Jim Lawson
2018-02-27Refactor Annotations (#721)Jack Koenig
2018-02-06Updatefromrelease - Incorporate lessons learned from latest publishing. (#656)Jim Lawson
2017-12-18Bump sbt (#703)Jack Koenig
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
2017-05-27Prep for Scala 2.12 (#557)Jim Lawson
2017-05-18Bump scopt for prettier option parsing (#546)Schuyler Eldridge
2017-01-05Fix ScalaDoc complaints; add sbt-site, sbt-ghpages boilerplate.Jim Lawson
2016-10-18Create a simple system for executions and command line parameters (#337)Chick Markley
2016-09-06Edited conf generation to handle mem namespace collisionAngie
2016-08-31Bump version number in preparation for release.Jim Lawson
2016-04-16Return to parallel execution of testsjackkoenig
2016-04-15Replace fork := true with parallelExecution in Test := falsejackkoenig
2016-04-09Make sbt fork := truejackkoenig
2016-02-09Bug fixes, close to getting correct rocket-firrtl.fir throughazidar
2016-02-09Adding ScalaTest for unit testing of Scala FIRRTL. Added a few basic tests fo...Jack
2016-02-09WIP, nothing works. Starting creating working IR and necessary utilsazidar
2016-01-28Add newlines between libraryDependencies, sbt doesn't work without them on Ma...Jack
2016-01-16Import a logging library so we don't reinvent the wheel and have implicits fl...ducky
2015-11-24In process of adding FAME-1 transformation, updated todos in grammar file, up...jackkoenig
2015-10-07Added utility map functions Stmt -> Stmt, S; Exp -> Exp, S; Exp -> Exp, EJack
2015-10-06Added ability to test scala FIRRTLJack
2015-10-02Merged in Scala implementation of FIRRTL IR, parser, and serialization (ie. A...Jack