Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | testsuite/gna: add a test for #1123 | Tristan Gingold | 2020-02-01 | 3 | -0/+75 | |
| | ||||||
* | testsuite/gna: add more tests for #1038 | Tristan Gingold | 2020-01-27 | 1 | -0/+6 | |
| | ||||||
* | testsuite/gna: add testcase for the previous commit. | Tristan Gingold | 2020-01-22 | 4 | -0/+146 | |
| | ||||||
* | testsuite: add more tests for #1038 | Tristan Gingold | 2020-01-06 | 5 | -0/+106 | |
| | ||||||
* | testsuite: add a case for #1038 | Tristan Gingold | 2020-01-06 | 2 | -0/+35 | |
| | ||||||
* | testsuite: add cases for #1051 | Tristan Gingold | 2020-01-02 | 13 | -0/+3855 | |
| | ||||||
* | testsuite: complete test for #1063 | Tristan Gingold | 2020-01-02 | 1 | -2/+6 | |
| | ||||||
* | testsuite: add case for #1063 | Tristan Gingold | 2020-01-01 | 2 | -0/+22 | |
| | ||||||
* | testsuite: add a test for previous change | Tristan Gingold | 2019-12-26 | 3 | -0/+28 | |
| | ||||||
* | testsuite/gna: add a test for #1057 | Tristan Gingold | 2019-12-24 | 3 | -0/+22 | |
| | ||||||
* | testsuite: add a reproducer for #265 | Tristan Gingold | 2019-11-25 | 3 | -0/+54 | |
| | ||||||
* | testsuite: add a testcase for #264 | Tristan Gingold | 2019-11-25 | 2 | -0/+31 | |
| | ||||||
* | testsuite/gna: add testcase for #1015 | Tristan Gingold | 2019-11-23 | 2 | -0/+10 | |
| | ||||||
* | Actions: add workflow 'push' (#1016) | 1138-4EB | 2019-11-21 | 1 | -2/+6 | |
| | | | | | | | | | | | | | | * use CC=clang to build C sources on macOS * actions: ensure that shared libs are in the PATH on windows * ci: add GitHub Actions 'push' workflow * ci: fix group labels * dist: add GRAY to ansi_color * ci: use same scripts for GHA and Travis | |||||
* | Add testcase for #984 | Tristan Gingold | 2019-10-24 | 6 | -0/+62 | |
| | ||||||
* | Add testcase for #983 | Tristan Gingold | 2019-10-20 | 2 | -0/+53 | |
| | ||||||
* | testsuite: add test for previous commit. | Tristan Gingold | 2019-09-30 | 1 | -0/+11 | |
| | ||||||
* | testsuite: add testcase for ghdl/ghdl-language-server#27 | Tristan Gingold | 2019-09-06 | 2 | -0/+96 | |
| | ||||||
* | testsuite: add testcase for #918 | Tristan Gingold | 2019-09-05 | 2 | -0/+54 | |
| | ||||||
* | testsuite: add case for previous commit. | Tristan Gingold | 2019-09-04 | 2 | -0/+18 | |
| | ||||||
* | testsuite: add reproducer for issue #912 | Tristan Gingold | 2019-09-02 | 3 | -0/+67 | |
| | ||||||
* | testsuite: strenghten a testcase. | Tristan Gingold | 2019-08-16 | 1 | -0/+1 | |
| | ||||||
* | testsuite/gna: use common testsuite.sh | Tristan Gingold | 2019-08-14 | 1 | -14/+5 | |
| | ||||||
* | testsuite/gna/README: document naming convention. | Tristan Gingold | 2019-08-14 | 1 | -2/+11 | |
| | ||||||
* | testsuite/gna: make testsuite.py neutral. | Tristan Gingold | 2019-08-14 | 1 | -4/+1 | |
| | ||||||
* | testsuite/gna: rename perf02 to not run it normally. | Tristan Gingold | 2019-08-14 | 36 | -0/+0 | |
| | ||||||
* | Add testcase for #885 | Tristan Gingold | 2019-08-11 | 2 | -0/+44 | |
| | ||||||
* | Add testcase for #886 | Tristan Gingold | 2019-08-10 | 5 | -0/+141 | |
| | ||||||
* | Add support for PSL assumptions, used in formal verification (#880) | Pepijn de Vos | 2019-08-07 | 4 | -0/+104 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | * vhdl: make the parser understand PSL assume * assume does not actually have report according to the spec. Just a property. * add SPL assume to semantic analysis * canonicalise PSL assume * add assume to annotations * add PSL assume to simulation code * statement -> directive * add assume to translation files * update ticked24 testcase * correctly parse assume * add assume testcase * refactor chunk of duplicated code | |||||
* | Add testcase for #877 | Tristan Gingold | 2019-08-06 | 5 | -0/+43 | |
| | ||||||
* | Add more tests in issue613 | Tristan Gingold | 2019-08-06 | 2 | -0/+5 | |
| | ||||||
* | Add a testcase for #881 | Tristan Gingold | 2019-08-06 | 3 | -0/+57 | |
| | ||||||
* | vhdl: add tests for concat. | Tristan Gingold | 2019-07-26 | 5 | -0/+99 | |
| | ||||||
* | vhdl: add testcase. | Tristan Gingold | 2019-07-22 | 2 | -0/+93 | |
| | | | | Close #875 | |||||
* | Add a testcase about distinct alternate labels. | Tristan Gingold | 2019-07-16 | 3 | -0/+145 | |
| | ||||||
* | Add testcase for #869 | Tristan Gingold | 2019-07-15 | 2 | -0/+30 | |
| | ||||||
* | Add a test for ghdl/ghdl-language-server#7 | Tristan Gingold | 2019-07-09 | 3 | -2/+10 | |
| | ||||||
* | Add testcase for #864 | Tristan Gingold | 2019-07-09 | 3 | -0/+90 | |
| | ||||||
* | Add testcase for #860 | Tristan Gingold | 2019-07-08 | 2 | -0/+68 | |
| | ||||||
* | Add test for previous commit. | Tristan Gingold | 2019-07-03 | 2 | -0/+38 | |
| | ||||||
* | testsuite: add a case for previous commit. | Tristan Gingold | 2019-07-03 | 2 | -0/+47 | |
| | ||||||
* | Add a test for previous commit. | Tristan Gingold | 2019-06-20 | 2 | -0/+13 | |
| | ||||||
* | Add tests for previous patches. | Tristan Gingold | 2019-06-13 | 3 | -0/+24 | |
| | ||||||
* | Add tests for previous commit. | Tristan Gingold | 2019-06-13 | 3 | -0/+26 | |
| | ||||||
* | Add reproducer for #838 | Tristan Gingold | 2019-06-12 | 2 | -0/+69 | |
| | ||||||
* | Add a testcase for previous commit. | Tristan Gingold | 2019-06-12 | 2 | -0/+9 | |
| | ||||||
* | Add a testcase for previous commit. | Tristan Gingold | 2019-06-12 | 3 | -0/+26 | |
| | ||||||
* | Add a test for previous two commits. | Tristan Gingold | 2019-06-05 | 2 | -0/+21 | |
| | ||||||
* | Add a test for force-analysis. | Tristan Gingold | 2019-06-04 | 2 | -0/+16 | |
| | ||||||
* | Add testcase for #830; adjust harness. | Tristan Gingold | 2019-06-04 | 2 | -0/+14 | |
| |