aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Add testcase for #777Tristan Gingold2019-03-144-0/+43
|
* Avoid a crash in case of undefined entity (in -c).Tristan Gingold2019-03-141-0/+4
| | | | Fix #777
* setup.py: set version from configure.Tristan Gingold2019-03-141-1/+1
| | | | Spotted by D. Koontz.
* fix gnat8 errors for libghdlsynth targetsStefan Biereigel2019-03-133-4/+0
|
* allow to pass OPT_FLAGS and LIB_CFLAGS to dist/travis/build.sh1138-4EB2019-03-091-1/+1
|
* Set version to 0.37-devTristan Gingold2019-03-031-1/+1
|
* Release 0.36 - update copyright years, regenerate ghdl.texiTristan Gingold2019-03-033-267/+153
|
* doc: adjust dependenciesTristan Gingold2019-03-031-1/+1
|
* fix travis shield target URL1138-4EB2019-03-031-1/+1
|
* Remove a redundant conversion.Tristan Gingold2019-02-281-1/+1
| | | | Fix #771
* Merge pull request #770 from 1138-4EB/doc-jsonshieldsPatrick Lehmann2019-02-257-92/+121
|\ | | | | doc: Generate shields from JSON files instead of hard coding all of the in inc files.
| * doc: generate shields from json files instead of hardcoding all of the in ↵1138-4EB2019-02-257-92/+121
|/ | | | inc files
* 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
|