Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | vhdl: improve error message for EOF in readline. | Tristan Gingold | 2019-04-06 | 1 | -0/+5 | |
| | ||||||
* | Add testcase for #792 | Tristan Gingold | 2019-04-06 | 2 | -0/+35 | |
| | ||||||
* | vhdl: adjust missing port association check. Fix #792 | Tristan Gingold | 2019-04-06 | 3 | -42/+41 | |
| | ||||||
* | vendors: update scripts for uvvm. | Tristan Gingold | 2019-03-30 | 3 | -288/+89 | |
| | ||||||
* | gcc/Make-lang.in: do not enable warnings as errors. | Tristan Gingold | 2019-03-26 | 1 | -1/+1 | |
| | | | | For #771 | |||||
* | Add testcase for #787 | Tristan Gingold | 2019-03-25 | 2 | -0/+25 | |
| | ||||||
* | trans-chap8: adjust condition. | Tristan Gingold | 2019-03-25 | 1 | -1/+3 | |
| | | | | Fix #787 | |||||
* | move algos to grt. | Tristan Gingold | 2019-03-20 | 5 | -9/+12 | |
| | ||||||
* | README: mention UVVM. | Tristan Gingold | 2019-03-19 | 1 | -1/+1 | |
| | ||||||
* | Add testcase for #736 | Tristan Gingold | 2019-03-15 | 4 | -0/+183 | |
| | ||||||
* | vhdl: do not clear original node in canon for conditional signal assignment. | Tristan Gingold | 2019-03-15 | 1 | -6/+9 | |
| | | | | Fix #736 | |||||
* | Add testcase for #779 | Tristan Gingold | 2019-03-14 | 2 | -0/+75 | |
| | ||||||
* | vhdl: handle names starting with '_' as an identifier. | Tristan Gingold | 2019-03-14 | 5 | -17/+52 | |
| | | | | | Remove assertion. Fix #779 | |||||
* | Add testcase for #776 | Tristan Gingold | 2019-03-14 | 3 | -0/+78 | |
| | ||||||
* | vhdl: error when a secondary unit is used for a configuration. | Tristan Gingold | 2019-03-14 | 1 | -2/+8 | |
| | | | | Fix #776 | |||||
* | Add testcase for #777 | Tristan Gingold | 2019-03-14 | 4 | -0/+43 | |
| | ||||||
* | Avoid a crash in case of undefined entity (in -c). | Tristan Gingold | 2019-03-14 | 1 | -0/+4 | |
| | | | | Fix #777 | |||||
* | setup.py: set version from configure. | Tristan Gingold | 2019-03-14 | 1 | -1/+1 | |
| | | | | Spotted by D. Koontz. | |||||
* | fix gnat8 errors for libghdlsynth targets | Stefan Biereigel | 2019-03-13 | 3 | -4/+0 | |
| | ||||||
* | allow to pass OPT_FLAGS and LIB_CFLAGS to dist/travis/build.sh | 1138-4EB | 2019-03-09 | 1 | -1/+1 | |
| | ||||||
* | Set version to 0.37-dev | Tristan Gingold | 2019-03-03 | 1 | -1/+1 | |
| | ||||||
* | Release 0.36 - update copyright years, regenerate ghdl.texi | Tristan Gingold | 2019-03-03 | 3 | -267/+153 | |
| | ||||||
* | doc: adjust dependencies | Tristan Gingold | 2019-03-03 | 1 | -1/+1 | |
| | ||||||
* | fix travis shield target URL | 1138-4EB | 2019-03-03 | 1 | -1/+1 | |
| | ||||||
* | Remove a redundant conversion. | Tristan Gingold | 2019-02-28 | 1 | -1/+1 | |
| | | | | Fix #771 | |||||
* | Merge pull request #770 from 1138-4EB/doc-jsonshields | Patrick Lehmann | 2019-02-25 | 7 | -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-4EB | 2019-02-25 | 7 | -92/+121 | |
|/ | | | | inc files | |||||
* | doc: add custom directive 'exec', generate releases shields and tables | 1138-4EB | 2019-02-25 | 6 | -54/+330 | |
| | | | | with json data retrieved from github api" | |||||
* | add announcements for 20181129 and v0.36-rc1 | 1138-4EB | 2019-02-25 | 1 | -3/+20 | |
| | ||||||
* | Merge pull request #766 from 1138-4EB/update-rtd-conf | Patrick Lehmann | 2019-02-24 | 1 | -4/+18 | |
|\ | | | | | Update `.readthedocs.yml` to version 2. | |||||
| * | update .readthedocs.yml to version 2 | 1138-4EB | 2019-02-23 | 1 | -4/+18 | |
| | | ||||||
* | | Merge pull request #767 from 1138-4EB/fix-requirements | Patrick Lehmann | 2019-02-24 | 1 | -1/+1 | |
|\ \ | | | | | | | Add `sphinx_rtd_theme` to `requirements.txt`. | |||||
| * | | add sphinx_rtd_theme to requirements.txt | 1138-4EB | 2019-02-23 | 1 | -1/+1 | |
| |/ | ||||||
* | | Prepare for release. | Tristan Gingold | 2019-02-23 | 3 | -928/+1021 | |
| | | ||||||
* | | Partial revert of #753. | Tristan Gingold | 2019-02-23 | 1 | -1/+1 | |
| | | ||||||
* | | grt-vpi: add more properties, decode them, fix style. | Tristan Gingold | 2019-02-23 | 2 | -50/+69 | |
|/ | ||||||
* | rename travis-utils to utils; load ansi_color, add buildCmdOpts, ↵ | 1138-4EB | 2019-02-23 | 5 | -139/+141 | |
| | | | | travis_start and travis_finish | |||||
* | wip | 1138-4EB | 2019-02-23 | 1 | -1/+1 | |
| | ||||||
* | update shields in docs | 1138-4EB | 2019-02-23 | 4 | -61/+46 | |
| | ||||||
* | update badges in the readme | 1138-4EB | 2019-02-23 | 1 | -4/+3 | |
| | ||||||
* | minor change in GCC backend build example | Arcturus | 2019-02-15 | 2 | -2/+2 | |
| | | | changed directory to build ghdl libraries | |||||
* | VPI: add support for detecting ports and their directions (#753) | Kammie | 2019-02-14 | 2 | -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 #747 | Tristan Gingold | 2019-02-07 | 3 | -0/+85 | |
| | ||||||
* | vhdl: do not crash on selected by name type conversion. | Tristan Gingold | 2019-02-07 | 1 | -1/+2 | |
| | | | | Fix #747 | |||||
* | Add testcase for previous patch. | Tristan Gingold | 2019-02-07 | 2 | -0/+45 | |
| | ||||||
* | vhdl: fix uvvm failure in scoreboard testbench. | Tristan Gingold | 2019-02-07 | 8 | -13/+71 | |
| | ||||||
* | style: install-ada | 1138-4EB | 2019-02-04 | 2 | -38/+36 | |
| | ||||||
* | Update travis dist from trusty to xenial (#746) | 1138-4EB | 2019-01-30 | 1 | -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-4EB | 2019-01-29 | 1 | -4/+5 | |
| | ||||||
* | sem_expr: renaming. | Tristan Gingold | 2019-01-17 | 1 | -16/+16 | |
| |