| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-09-08 | Multi protobuf module emission and consumption (#2344) | Jared Barocsi | |
| * Add compiler option (`-p`) to emit individual module protobufs * Implement multi module combination when reading directory of protobufs Co-authored-by: Jack Koenig <koenig@sifive.com> | |||
| 2020-09-16 | Change to Apache 2.0 License (#1901) | Chick Markley | |
| 2020-08-14 | All of src/ formatted with scalafmt | chick | |
| 2020-06-04 | Add unit test for Utils.expandRef | Albert Magyar | |
| 2020-03-25 | Update scalatest 3.1.0 (#1383) | Jim Lawson | |
| * Removed unused imports in src/test/ * Update ScalaTest deprecations. * Update scalatest from 3.0.8 to 3.1.0; apply auto fix for deprecations Co-authored-by: Jack Koenig <koenig@sifive.com> | |||
| 2018-09-27 | Add Utils.expandPrefixes as Prefix Unique helper (#900) | Schuyler Eldridge | |
| This adds a utility, expandPrefixes, that expands a string into all possible prefixes based on a delimiter. Any repeated occurrence of the delimiter is viewed as a contributing to a prefix. E.g., "foo_bar" expands to Seq("foo_", "foo_bar"). This is useful for inlining and keyword mangling on LowForm. You would like to be able to generate a new name that is prefix unique with respect to a namespace. Signed-off-by: Schuyler Eldridge <schuyler.eldridge@ibm.com> | |||
