Releases: tudortimi/gradle-hdvl
Releases · tudortimi/gradle-hdvl
v0.2.7
What's Changed
- Implement more streamlined creation of DVT project by @tudortimi in #121
- Add dev container by @tudortimi in #129
- Move to Gradle 8.6 by @tudortimi in #132
- Add publishing of source archives by @tudortimi
Full Changelog: v0.2.6...v0.2.7
v0.2.6
What's Changed
- Fix crash when specifying test compile dependency on other source set by @tudortimi in #120
Full Changelog: v0.2.5...v0.2.6
v0.2.5
What's Changed
- Add improved example of ordering using source sets by @tudortimi in #110
- Use property to specify args of
runSVUnit
toolchain by @tudortimi in #112 - Add workaround for faulty up-to-date checking of test tasks by @tudortimi in #114
- Fix handling of tests link when running SVUnit by @tudortimi in #115
Full Changelog: v0.2.4...v0.2.5
v0.2.4
What's Changed
- Fix error when depending on project with multiple source sets by @tudortimi in #106
Full Changelog: v0.2.3...v0.2.4
v0.2.3
What's Changed
- Add info on how to release by @tudortimi in #101
- Centralize support for source set tasks by @tudortimi in #102
- Tidy up code related to naming by @tudortimi in #103
- Apply base plugin in HDVL base plugin by @tudortimi in #104
Full Changelog: v0.2.2...v0.2.3
v0.2.2
What's Changed
- Stop generating incdir entries for empty private include dirs by @tudortimi in #91
- Add support for test util code by @tudortimi in #94
- Add support for test compile dependencies other than SVUnit by @tudortimi in #97
- Configure version from Git by @tudortimi in #98
- Switch to using
jgitver
plugin to extract version from Git by @tudortimi in #100
Full Changelog: v0.2.1...v0.2.2
v0.2.1
What's Changed
- Fix publishing by @tudortimi in #60
- Upgrade to Gradle 7.4.2 by @martinda in #70
- Replace usage of deprecated
jcenter
repo withmavenCentral
by @tudortimi in #73 - Fix javadoc warnings by @tudortimi in #75
- Fix test suite to actually run tests by @tudortimi in #76
- Explicitly use Java 8 to be compatible with RHEL7 by @tudortimi in #81
- Update version in Gradle build script by @tudortimi in #82
New Contributors
Full Changelog: v0.2.0...v0.2.1
v0.2.0
What's Changed
- Increment version number and add 'SNAPSHOT' qualifier by @tudortimi in #45
- Make compatible with Java 8 by @tudortimi in #46
- Enforce type safety in plugin code by @tudortimi in #47
- Add DVT plugin by @tudortimi in #48
- Add support for custom source sets by @tudortimi in #49
- Add example with custom SystemVerilog source order by @tudortimi in #50
- Add support for generating qrun args files by @tudortimi in #51
- Harmonize handling of xrun and qrun by @tudortimi in #52
- Fix example of composite build by @tudortimi in #53
- Reduce duplication of code for xrun and qrun by @tudortimi in #54
- Add support for qrun to SVUnit plugin by @tudortimi in #55
- Fix support for C sources in qrun by @tudortimi in #56
- Update README by @tudortimi in #57
- Add publishing to plugin portal by @tudortimi in #59
- Release version 0.2.0 by @tudortimi in #58
Full Changelog: v0.1.0...v0.2.0
Preliminary SystemVerilog and C support
Merge pull request #44 from tudortimi/prepare-for-0.1.0-release Remove 'SNAPSHOT' qualifier from version