Releases: chipsalliance/verible
Releases · chipsalliance/verible
v0.0-458-g675bd18
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
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
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.
PiperOrigin-RevId: 317411243
v0.0-454-ge6b8038: Introduce a standalone binary to replace diff-to-changed-lines.awk
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.
PiperOrigin-RevId: 317223295
v0.0-447-gb8504ca: Use int instead of size_t for line numbers.
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>).
Combine near-equivalent typedefs in the codebase. PiperOrigin-RevId: 316777543
v0.0-445-ge1b660b: Fix C++11 build with explicit constructor for VisualizeWhitespace.
PiperOrigin-RevId: 316774179
v0.0-440-gb3da8ae: PR #326: Fix typo in release script: missing closing "
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