aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* vhdl: handle names starting with '_' as an identifier.Tristan Gingold2019-03-145-17/+52
* Add testcase for #776Tristan Gingold2019-03-143-0/+78
* vhdl: error when a secondary unit is used for a configuration.Tristan Gingold2019-03-141-2/+8
* 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
* setup.py: set version from configure.Tristan Gingold2019-03-141-1/+1
* 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
* Merge pull request #770 from 1138-4EB/doc-jsonshieldsPatrick Lehmann2019-02-257-92/+121
|\
| * doc: generate shields from json files instead of hardcoding all of the in inc...1138-4EB2019-02-257-92/+121
|/
* doc: add custom directive 'exec', generate releases shields and tables1138-4EB2019-02-256-54/+330
* 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 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.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, travis_start...1138-4EB2019-02-235-139/+141
* 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
* VPI: add support for detecting ports and their directions (#753)Kammie2019-02-142-5/+39
* 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
* 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 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
* Add testcase for #734Tristan Gingold2019-01-072-0/+24
* sem_expr/allocator: avoid a crash for access subtype.Tristan Gingold2019-01-071-0/+1
* simul: fix handling of time resolution.Tristan Gingold2019-01-063-18/+28
* simul: handle PSL assert finalizer.Tristan Gingold2019-01-061-4/+57