| Commit message (Expand) | Author | Age | Files | Lines |
* | Add testcase for previous patch | Tristan Gingold | 2017-12-18 | 4 | -0/+187 |
* | Fix unbounded record subtype. | Tristan Gingold | 2017-12-18 | 2 | -31/+41 |
* | Makefile.in: fix typo. | Tristan Gingold | 2017-12-18 | 1 | -1/+1 |
* | doc: use long URL only in html, regenerate ghdl.texi | Tristan Gingold | 2017-12-18 | 4 | -447/+443 |
* | fix gitignore filters for files generated on windows | 1138-4EB | 2017-12-18 | 1 | -3/+1 |
* | Makefile.in: Updated all.gcc print statements | Martin Aberg | 2017-12-18 | 1 | -3/+3 |
* | configure: Allow user to specify make tool | Martin Aberg | 2017-12-18 | 1 | -1/+2 |
* | Merge pull request #494 from 1138-4EB/doc-v0.35-shields | Patrick Lehmann | 2017-12-17 | 1 | -36/+54 |
|\ |
|
| * | update getting/Releases to v0.35 | 1138-4EB | 2017-12-16 | 1 | -36/+54 |
* | | use travis stages, use docker multistage builds | 1138-4EB | 2017-12-16 | 27 | -275/+601 |
|/ |
|
* | fix doc/building | 1138-4EB | 2017-12-15 | 21 | -584/+626 |
* | Testcase for previous patch. | Tristan Gingold | 2017-12-14 | 2 | -0/+34 |
* | Avoid cascaded error on incorrect type. | Tristan Gingold | 2017-12-14 | 1 | -1/+7 |
* | Bump version | Tristan Gingold | 2017-12-14 | 2 | -2/+4 |
* | use travis matrix expansion | 1138-4EB | 2017-12-14 | 1 | -45/+27 |
* | Release 0.35 | Tristan Gingold | 2017-12-14 | 2 | -3/+3 |
* | Fix typo in previous commit. Prepare 0.35rc2 | Tristan Gingold | 2017-12-14 | 3 | -6/+9 |
* | Remove 'v' in release files. | Tristan Gingold | 2017-12-14 | 1 | -0/+4 |
* | Bump version and regenerate doc. | Tristan Gingold | 2017-12-14 | 2 | -3/+3 |
* | doc/Makefile: also depends on version.in | Tristan Gingold | 2017-12-14 | 1 | -1/+1 |
* | hack doc and regenerate texi file. | Tristan Gingold | 2017-12-13 | 6 | -1651/+4420 |
* | Remove tag shield from the doc. | Tristan Gingold | 2017-12-12 | 2 | -21/+17 |
* | Remove latest tag shield in readme. | Tristan Gingold | 2017-12-12 | 1 | -3/+3 |
* | Add reproducer for #476 | Tristan Gingold | 2017-12-12 | 17 | -0/+693 |
* | Instantiate declarations of interface packages. | Tristan Gingold | 2017-12-12 | 2 | -7/+18 |
* | issue450: adjust baseline. | Tristan Gingold | 2017-12-11 | 1 | -1/+0 |
* | simul-elaboration: handle unbounded records. | Tristan Gingold | 2017-12-11 | 1 | -1/+1 |
* | simul: handle call to a function of instantiated package. | Tristan Gingold | 2017-12-11 | 1 | -1/+15 |
* | simul: handle open association in implicit procedure | Tristan Gingold | 2017-12-11 | 1 | -3/+14 |
* | simul: fix crash while calling foreign subprogram. | Tristan Gingold | 2017-12-11 | 1 | -2/+2 |
* | simul: create_subprogram_instance: handle protected | Tristan Gingold | 2017-12-11 | 1 | -3/+9 |
* | simul: Check range of the result of concat operator. | Tristan Gingold | 2017-12-11 | 3 | -8/+26 |
* | simul: handle subtype attribute | Tristan Gingold | 2017-12-11 | 1 | -0/+3 |
* | issue450, issue98: check vpi feature presence. | Tristan Gingold | 2017-12-11 | 2 | -21/+29 |
* | simul: support type conversion in association. | Tristan Gingold | 2017-12-11 | 1 | -1/+1 |
* | simul: use same message format for failed assertion. | Tristan Gingold | 2017-12-11 | 1 | -14/+13 |
* | ticket24: check if tested feature is present. | Tristan Gingold | 2017-12-11 | 1 | -10/+17 |
* | issue382: reduce simulation time for interpretation. | Tristan Gingold | 2017-12-11 | 1 | -2/+6 |
* | simul: emit proper error message for negative timeout. | Tristan Gingold | 2017-12-11 | 3 | -3/+6 |
* | simul: fix 'value for physical types. | Tristan Gingold | 2017-12-11 | 1 | -1/+1 |
* | simul: replace Get_Instance_For_Slot by Get_Instance_Object. | Tristan Gingold | 2017-12-11 | 3 | -25/+16 |
* | simul-debugger: add debug_upblock. | Tristan Gingold | 2017-12-11 | 1 | -0/+18 |
* | Replace latest release shield with commits since last release (#487) | 1138-4EB | 2017-12-10 | 1 | -1/+1 |
* | version.in: avoid to duplicate version string. | Tristan Gingold | 2017-12-10 | 6 | -6/+16 |
* | travis-ci: allow unshallow to fail. | Tristan Gingold | 2017-12-10 | 1 | -1/+4 |
* | Merge pull request #485 from 1138-4EB/patch-1 | Patrick Lehmann | 2017-12-10 | 1 | -1/+1 |
|\ |
|
| * | add missing link to 'latest release' shield | 1138-4EB | 2017-12-10 | 1 | -1/+1 |
|/ |
|
* | travis-ci: tentatively fix git --describe for version. | Tristan Gingold | 2017-12-10 | 2 | -2/+7 |
* | Tentatively fix travis-ci gpl build failure. | Tristan Gingold | 2017-12-10 | 1 | -3/+1 |
* | doc: remove references to gna.org (dead), fix minor issues. | Tristan Gingold | 2017-12-10 | 5 | -12/+7 |