Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ci: collapse build log of temporary images | umarcor | 2020-12-29 | 1 | -1/+3 |
| | |||||
* | ci: skip pyunit on macOS (because libghdl is disabled) | umarcor | 2020-12-29 | 1 | -1/+1 |
| | |||||
* | ci: skip pyunit on Ubuntu <20 | umarcor | 2020-12-29 | 1 | -7/+15 |
| | |||||
* | ci: install requirements in temporary containers | umarcor | 2020-12-29 | 1 | -2/+5 |
| | |||||
* | ci: install python3 on temporary debian containers | umarcor | 2020-12-29 | 1 | -1/+1 |
| | |||||
* | ci: on ubuntu jobs, add temporary image with Python for testing 'pyunit' ↵ | umarcor | 2020-12-28 | 1 | -1/+13 |
| | | | | testsuite | ||||
* | merge testsuite/python into testsuite/pyunit | umarcor | 2020-12-28 | 1 | -2/+2 |
| | |||||
* | ci: fix CXX override, needs to be clang++ (#888) | eine | 2020-07-24 | 1 | -1/+1 |
| | |||||
* | ci: adjust pkg tag in ci-run.sh (#1329) | umarcor | 2020-05-20 | 1 | -3/+3 |
| | |||||
* | rework 'version.tmp' (#1320) | umarcor | 2020-05-20 | 1 | -10/+1 |
| | | | | | | | | | * msys2: work around makepkg hanging at the end of build() * ci: update actions/checkout to v2 * make: allow setting default description through GHDL_DESC * ci: ensure clean git describe on MSYS2 | ||||
* | Constants in vpi (#1297) | Ben Reynwar | 2020-05-10 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | * Adding some very basic vpi tests. * Modify test so that's it's checking VPI access to constants. * Provide VPI to access constants. * Add vpi tests to testsuite. * Fix bug to allow getting values of generic/constant boolean and std_logic. * Fix stupid copying mistake in last commit. * Formatting and trying to get tests working on windows. * Fixing comment and removing redundant VhpiConstantDeclK | ||||
* | enable synth by default (#1102) | eine | 2020-03-01 | 1 | -14/+9 |
| | | | | | | | | * enable synth by default * ci: disable synth for the GPL builds * deprecate Ubuntu 16, use Ubuntu 18 in Travis | ||||
* | Adjust version check in ci-run.sh | Tristan Gingold | 2020-02-29 | 1 | -4/+5 |
| | |||||
* | ci: use DESTDIR instead of PREFIX (#1104) | eine | 2020-01-20 | 1 | -10/+10 |
| | |||||
* | ci: the URL to retrieve GCC sources has changed (#1084) | eine | 2020-01-12 | 1 | -2/+3 |
| | |||||
* | ci: update installation of GNAT GPL on macOS (#1072) | eine | 2020-01-08 | 1 | -10/+7 |
| | | | | | | | | * ci: move 'install-ada' to YAML files * ci: update Xcode to 10 * ci: update GNAT to 2019 | ||||
* | Actions: add workflow 'push' (#1016) | 1138-4EB | 2019-11-21 | 1 | -0/+476 |
* 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 |