aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* doc: add custom directive 'exec', generate releases shields and tables1138-4EB2019-02-256-54/+330
| | | | with json data retrieved from github api"
* add announcements for 20181129 and v0.36-rc11138-4EB2019-02-251-3/+20
|
* Merge pull request #766 from 1138-4EB/update-rtd-confPatrick Lehmann2019-02-241-4/+18
|\ | | | | Update `.readthedocs.yml` to version 2.
| * update .readthedocs.yml to version 21138-4EB2019-02-231-4/+18
| |
* | Merge pull request #767 from 1138-4EB/fix-requirementsPatrick Lehmann2019-02-241-1/+1
|\ \ | | | | | | Add `sphinx_rtd_theme` to `requirements.txt`.
| * | add sphinx_rtd_theme to requirements.txt1138-4EB2019-02-231-1/+1
| |/
* | Prepare for release.Tristan Gingold2019-02-233-928/+1021
| |
* | Partial revert of #753.Tristan Gingold2019-02-231-1/+1
| |
* | grt-vpi: add more properties, decode them, fix style.Tristan Gingold2019-02-232-50/+69
|/
* rename travis-utils to utils; load ansi_color, add buildCmdOpts, ↵1138-4EB2019-02-235-139/+141
| | | | travis_start and travis_finish
* wip1138-4EB2019-02-231-1/+1
|
* update shields in docs1138-4EB2019-02-234-61/+46
|
* update badges in the readme1138-4EB2019-02-231-4/+3
|
* minor change in GCC backend build exampleArcturus2019-02-152-2/+2
| | | changed directory to build ghdl libraries
* VPI: add support for detecting ports and their directions (#753)Kammie2019-02-142-5/+39
| | | | | | | | * VPI: add support for detecting ports and their directions * fix indentation * address gna/issue450: hack to include "ports" in "net" iteration
* Add testcase for #747Tristan Gingold2019-02-073-0/+85
|
* vhdl: do not crash on selected by name type conversion.Tristan Gingold2019-02-071-1/+2
| | | | Fix #747
* Add testcase for previous patch.Tristan Gingold2019-02-072-0/+45
|
* vhdl: fix uvvm failure in scoreboard testbench.Tristan Gingold2019-02-078-13/+71
|
* style: install-ada1138-4EB2019-02-042-38/+36
|
* Update travis dist from trusty to xenial (#746)1138-4EB2019-01-301-11/+1
| | | | | | * update travis dist from trusty to xenial * remove deprecated 'sudo' key from .travis.yml
* update travis macos job to use xcode9.4 (current default)1138-4EB2019-01-291-4/+5
|
* sem_expr: renaming.Tristan Gingold2019-01-171-16/+16
|
* translation of aggregate: use the target type. For #737Tristan Gingold2019-01-171-1/+1
|
* translation: minor refactoring.Tristan Gingold2019-01-171-12/+13
|
* trans-chap3: save base type for constrained arrays.Tristan Gingold2019-01-121-0/+2
|
* trans-chap7: add implicit conversion for unbounded arrays.Tristan Gingold2019-01-111-1/+8
|
* trans-chap6: minor refactoring.Tristan Gingold2019-01-111-6/+4
|
* simul: refactoring.Tristan Gingold2019-01-112-25/+29
|
* Add testcase for #735Tristan Gingold2019-01-072-0/+23
|
* sem_psl: handle indexed names.Tristan Gingold2019-01-071-0/+1
| | | | Fix #735
* Add testcase for #734Tristan Gingold2019-01-072-0/+24
|
* sem_expr/allocator: avoid a crash for access subtype.Tristan Gingold2019-01-071-0/+1
| | | | Fix #734
* simul: fix handling of time resolution.Tristan Gingold2019-01-063-18/+28
|
* simul: handle PSL assert finalizer.Tristan Gingold2019-01-061-4/+57
|
* Add man pages job to travis (#733)1138-4EB2019-01-063-11/+30
| | | * add man pages job to travis
* translate: refactoring of slice diff for enum types.Tristan Gingold2019-01-062-9/+31
|
* parse_physical_type_definition: check secondary unit definition.Tristan Gingold2019-01-051-2/+14
|
* Fix a typo.Tristan Gingold2019-01-051-1/+2
|
* Document warnings enabled by default.Tristan Gingold2019-01-051-0/+5
| | | | Close #728
* Add testcase from #731Tristan Gingold2019-01-053-0/+55
|
* Add testcase for #729Tristan Gingold2019-01-043-0/+45
|
* errorout: discard disabled warnings.Tristan Gingold2019-01-047-15/+30
| | | | Fix #729
* Test --wave for #339.Tristan Gingold2019-01-041-1/+1
|
* Improve testcase for previous changeTristan Gingold2019-01-042-3/+12
|
* grt/rtis: fix use of bounds for unbounded subelements.Tristan Gingold2019-01-042-2/+7
|
* Adjust testcase.Tristan Gingold2019-01-042-2/+9
|
* trans-chap7: fix translation of aggregate element in named aggregates.Tristan Gingold2019-01-043-48/+226
|
* Merge pull request #730 from 1138-4EB/fix-sphinx-warnPatrick Lehmann2019-01-038-51/+40
|\ | | | | Fix some sphinx warnings
| * fix sphinx warnings1138-4EB2019-01-038-51/+40
|/