Skip to content

Releases: chipsalliance/verible

v0.0-458-g675bd18

24 Jun 00:17
Compare
Choose a tag to compare
PR #337: Make it configurable to allow dashes instead of underscore i…

v0.0-457-gd104c3c: PR #332: Handle cycle/delay range like other range contexts

23 Jun 16:59
Compare
Choose a tag to compare
Fixes #258.

GitHub PR https://github.com/google/verible/pull/332

Copybara import of the project:

  - 04629a5efc966842f3e7b8e00bab6753ef2f588c Handle cycle/delay range like other range contexts by Rafal Kapuscik <[email protected]>

Closes #332

PiperOrigin-RevId: 317753549

v0.0-456-gc9d4d5e: PR #331: Rearrange spacing rules for ternary expression

23 Jun 16:30
Compare
Choose a tag to compare
Fixes #248.

GitHub PR https://github.com/google/verible/pull/331

Copybara import of the project:

  - faeb8a9bf27c93836c003252e962d2f3f8af67ad Rearrange spacing rules for ternary expression by Rafal Kapuscik <[email protected]>

Closes #331

PiperOrigin-RevId: 317729847

v0.0-455-gc07a940: Replace 'blacklist' and 'whitelist' with more modern terminology.

23 Jun 16:55
Compare
Choose a tag to compare

v0.0-454-ge6b8038: Introduce a standalone binary to replace diff-to-changed-lines.awk

19 Jun 19:01
Compare
Choose a tag to compare
usage: verible-patch-tool changed-lines PATCHFILE (or - to pipe in)
PiperOrigin-RevId: 317223958

v0.0-453-gb3b4cf2: Add a FormatInclusive printer to Interval and IntervalSet.

19 Jun 18:35
Compare
Choose a tag to compare

v0.0-447-gb8504ca: Use int instead of size_t for line numbers.

17 Jun 18:53
Compare
Choose a tag to compare
There is no real need for an error-prone unsigned value here.

PiperOrigin-RevId: 316811185

v0.0-446-g0dabd1b: Define LineNumberSet as its own class (subclass of IntervalSet<int>).

17 Jun 18:23
Compare
Choose a tag to compare
Combine near-equivalent typedefs in the codebase.

PiperOrigin-RevId: 316777543

v0.0-445-ge1b660b: Fix C++11 build with explicit constructor for VisualizeWhitespace.

17 Jun 18:48
Compare
Choose a tag to compare

v0.0-440-gb3da8ae: PR #326: Fix typo in release script: missing closing "

10 Jun 07:23
Compare
Choose a tag to compare
Signed-off-by: Henner Zeller <[email protected]>

GitHub PR https://github.com/google/verible/pull/326

Copybara import of the project:

  - cff27aa58eb694926416d92455e00a68b95848c8 Fix typo in release script: missing closing " by Henner Zeller <[email protected]>

Closes #326

PiperOrigin-RevId: 315636286