Releases: abs-tudelft/vhdeps
Releases · abs-tudelft/vhdeps
0.4.2
Changes:
- dfd679e Merge pull request #33 from abs-tudelft/fix-coloring-error
- 2809769 Merge branch 'master' into fix-coloring-error
- 69dd26f Merge pull request #31 from abs-tudelft/fix-vsim-stdlib-nowarning
- 993bc9d Merge pull request #32 from abs-tudelft/fix-lint
- 97502cb Fix vsim TCL script signal coloring error
- 75f8115 Merge branch 'fix-lint' into fix-vsim-stdlib-nowarning
- 465e382 Ignore newly added pylint messages
- 235de6c Fix vsim stdlib warning suppression option
This list of changes was auto generated.
0.4.1
0.4.0
Changes:
- 39d5324 Merge pull request #29 from abs-tudelft/ignore-use-pragmas
- baceaa0 Fix unrelated messages from new version of pylint
- 03d273e Fix lint
- 1e12b3d Add pragmas to ignore use of pkg/entity/component
- 4a7e054 Merge pull request #28 from abs-tudelft/support-glob-includes
- c1d3886 Merge pull request #27 from abs-tudelft/component-in-inst
This list of changes was auto generated.
0.3.0
0.2.0
Changes:
- 014c80c Merge pull request #24 from abs-tudelft/vsim-rewrite
- 2f17192 Update vsim target documentation
- f5a3188 Add tests and fix bugs in new vsim target
- 370b113 Merge remote-tracking branch 'origin/master' into vsim-rewrite
- 3185843 Merge pull request #25 from abs-tudelft/testcase-workdir
- 64cc5f8 Update README to reflect changes in vsim backend
- 1f6db67 Add pragmas and flags to vsim backend (#23)
- 76deac5 WIP on updating vsim backend (#23)
- 5431202 WIP on updating vsim backend (#23)
- 98e7a79 WIP on updating vsim backend (#23)
See more
- d8f071c Add failing test case for #16 in vsim backend
- e8081ba Run GHDL test cases from test case directory (#16)
- 92fa28b WIP on #16
- 71b90df Merge pull request #22 from abs-tudelft/extra-ghdl-args [ #19 ]
- a1a89ef Add option to pass extra args to GHDL (fixes #19)
- f2b55a7 Merge pull request #21 from abs-tudelft/multiple-tc-per-file [ #4 ]
- 3b2261b Fix #4
This list of changes was auto generated.
0.1.2
Changes:
- 85fb3cc Merge pull request #20 from abs-tudelft/cobertura-xml-support
- ba1a343 Merge remote-tracking branch 'origin/master' into cobertura-xml-support
- c684422 Add support for Cobertura XML output for GHDL [ #12 ]
- b869d33 Merge pull request #11 from abs-tudelft/release-title
- 747ed22 Merge branch 'master' into release-title
- d86a472 Merge pull request #14 from abs-tudelft/dockerfile
- 09a9615 Add Dockerfile
- b9c0940 Set title of release to tag in GitHub release
This list of changes was auto generated.
0.1.1
Changes:
- e4f1d5e Merge pull request #10 from abs-tudelft/dev-0.1.1
- 0640faa Merge pull request #9 from abs-tudelft/edit-release
- 1f78ae2 Make PyPI badge orange again
- a24ca2f Specify OS support in README file
- 31cd6d1 Use edit action in GitHub release task
- 5284f0b Set development status to beta for PyPI
This list of changes was auto generated.
0.1.0
Changes:
- 02bfb84 Auto-generate changelog in github release
- fc4de25 Add publish to github step
- c49ed96 Fix publish to pypi step
- eee7fd1 Add steps to publish tagged commits to pypi
- 0d909d6 Trigger pipeline for all branches and tags
- 7c358b4 Update badges
- abde398 Improve code coverage
- b8a3d9c Added more tests
- 1c09da1 Add contributing section to readme
- 97310bf Revamp readme file
See more
- ea180dc Generate version.py after setuptools build
- 8e8663d Automatically determine version from git tag
- b3a469a Fix setup.cfg (broke due to merge)
- a51dfba Merge branch 'master' of github.com:abs-tudelft/vhdeps
- 14c1632 Clean up test code and add it to linting pass
- 48e0edc Merge pull request #7 from abs-tudelft/azure-pipelines
- b9b7bab Revert "Add parameters to codecov-bash uploader. Detection is not implemented yet."
- a2173af Add parameters to codecov-bash uploader. Detection is not implemented yet.
- 50cca8d Remove dockerfile
- a4a5ec2 Name lint step
- 35dd4e5 Add badges
- 70243c5 Add upload to codecov
- 3df749c Select a version in UseDotNet task
- 63af956 Generate html report on azure using dotnet core
- 9052b15 Add test cases for vsim backend
- 560685a Add lint setup. Include html report.
- 7c85b1e Publish test and coverage results
- 4e85126 Add azure-pipelines.yml
- c60d916 Added more dep-analysis tests and fixed bugs
- 21e3a43 Add test cases for name == 'main' blocks
- f86a6b0 Merge branch 'master' of github.com:abs-tudelft/vhdeps
- 0dcf9f9 Add test cases for the style checker
- 5fa4724 Merge pull request #5 from abs-tudelft/remove-hardcoded-path
- 139bea7 Add more test cases
- 2419d64 Fix "self-dependent" files breaking compile order
- 9b6d486 Fix typo in error message
- a7b6398 Fix absolute path in test case
- 6ecbcd1 Remove hardcoded path in test_component_circle test
- b3bb490 Add more test cases
- 601c65c Add proper error message for when #4 applies
- a080e18 Slightly improve test coverage
- 1a6346d Bugfixes:
- a8b66cb Fix usage string...
- eb12a8f Fixed run_cli() still calling sys.exit() directly
- b0f0e7e Fixed various issues in vhdeps.vhdl module:
- 306ecd6 Added tests for GHDL backend
- eb1e399 Bump version to 0.0.4
- 1f543a0 Add switch that prints vhdeps' version
- 0f10309 Add version tag to vhdeps
- d3b2fa1 Add VCD output/gtkwave GUI options to GHDL backend
- 2992c99 List analysis progress in GHDL backend
- df60ebb Added proper code coverage support to GHDL backend
- 331d495 Added short version of --pattern switch
- 59e7732 Add threaded execution to GHDL backend
- a3d032f Restructure targets for better readability
- a5f35ee Improve test-friendliness of run_cli()
- cc1c774 Added linting to setup.py and fixed all warnings
- 72e4708 Made -- separator optional, improved help
- ac5f8ab Improve help message for --pattern
- e03f204 Let vhdeps run vsim automatically by default
- 3e73e78 Fix error message when GHDL is not installed
- f620add Make GHDL backend return output real-time
- fb1dca3 Bump version to 0.0.3
- 7ad7fb2 Add more options for matching test cases
- 4ef7c67 Add some useful flags to GHDL backend
- 83e53bc Prevent GHDL backend from spamming .cf files
- 7279b64 Add target-specific argument support, closes #1
- b4401ee Improve README file
- cd1b90a List VHDL filename when loading fails
- 918079d Bump version to 0.0.2
- 3bf6073 Fix ambiguous file error
- 8ee1222 Improve error reporting
- 348c508 Add timeout functionality to GHDL backend
- d55b2f4 Try to make compile order more stable
- 16ec81a Wrapped vhdeps with setuptools
- dd31bc3 Update README
- 50ef4ed A bunch of improvements in one commit
- 1d0d004 Fix GHDL not finding std_logic_misc
- a7d009f Add GHDL run target
- 23203e1 Fix error message
- 567bae0 Update modelsim TCL file somewhat to work better with vhlib
- 4f444b0 Fix dependency analysis
- 66c1d30 Initial commit
This list of changes was auto generated.
Lots of new options for GHDL backend + code cleanup
This should be the last alpha. The goal is to only add test cases and CI stuff (and perform bugfixes as needed) until 0.1 is released.
Added some target-specific options
0.0.3 Bump version to 0.0.3