Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ci: use a clean base image for ghdl/doc | umarcor | 2021-02-01 | 1 | -9/+9 |
| | |||||
* | ci: do not pass empty PYTHON envvar to CodeCov Action | umarcor | 2021-01-17 | 1 | -1/+0 |
| | |||||
* | workflow: tentatively fix coverage failure | Tristan Gingold | 2021-01-16 | 1 | -1/+1 |
| | |||||
* | libraries: unuse 'openieee', rename enable_openieee to enable_gplcompat | umarcor | 2021-01-16 | 1 | -1/+1 |
| | |||||
* | ci: deprecate Travis in favour of GitHub Actions | eine | 2021-01-13 | 2 | -54/+84 |
| | |||||
* | ci: codecov needs the repo to be checked out in job 'coverage-publish' | umarcor | 2021-01-12 | 1 | -0/+3 |
| | |||||
* | ci/coverage: publish coverage report at CodeCov and Codacy | umarcor | 2021-01-08 | 1 | -17/+58 |
| | |||||
* | ci/macos: p7zip is pre-installed now | umarcor | 2021-01-08 | 1 | -4/+1 |
| | |||||
* | mv dist/* scripts/ | umarcor | 2021-01-06 | 1 | -8/+8 |
| | |||||
* | ci: add graphiz to temporary ghdl/doc image | umarcor | 2021-01-06 | 1 | -1/+1 |
| | |||||
* | coverage: run pyunit directly | umarcor | 2021-01-01 | 1 | -5/+2 |
| | |||||
* | ci: add job 'Coverage' | umarcor | 2021-01-01 | 1 | -2/+42 |
| | |||||
* | ci: test if pyGHDL needs to be updated | umarcor | 2021-01-01 | 1 | -15/+26 |
| | |||||
* | ci/msys2: split build and test (#1559) | Unai Martinez-Corral | 2020-12-31 | 1 | -11/+56 |
| | |||||
* | Executing Python unit tests in Parallel Processes (#1558) | Patrick Lehmann | 2020-12-30 | 1 | -16/+16 |
| | | | | | | | | | | | | | | | | | | | | | * Prepare pyunit tests for parallel and independent execution with pytest/pytest-forked. * Added forked pytest test executions. * Added a pytest ini-file * Corrected pytest settings. * Adjusting PYTHONPATH. * Reverted changes required for pytest without modified file search patterns. (cherry picked from commit 0207b11cfef029f2ed765df3ad983ef47cc0838b) * Run pyunit tests without '--forked'. * Deactivate black. (cherry picked from commit d6b68588d4de26bf94181ea726be969cd09aadf0) | ||||
* | ci: set DOCKER_BUILDKIT envvar | umarcor | 2020-12-29 | 1 | -0/+1 |
| | |||||
* | ci: install testsuite Python requirements on MSYS2 jobs | umarcor | 2020-12-29 | 1 | -2/+2 |
| | |||||
* | ci: MSYS2 job cleanup | umarcor | 2020-12-28 | 1 | -11/+21 |
| | |||||
* | doc: update 'using/py' -> 'using/pyGHDL' | umarcor | 2020-12-28 | 1 | -1/+1 |
| | |||||
* | ci: add emojis | umarcor | 2020-11-30 | 2 | -15/+37 |
| | |||||
* | ci: matrix cleanup | eine | 2020-11-29 | 1 | -21/+19 |
| | |||||
* | ci: fix ghdl/doc | eine | 2020-11-18 | 1 | -1/+2 |
| | |||||
* | ci/osx: skip brew update error | umarcor | 2020-10-23 | 1 | -1/+1 |
| | |||||
* | ci: add ubuntu-20.04 job and push nightly artifact | umarcor | 2020-10-03 | 1 | -8/+11 |
| | |||||
* | doc: add gnatdoc HTML output | umarcor | 2020-09-22 | 1 | -0/+14 |
| | |||||
* | ci: use buildthedocs/btd to build and publish the docs to GHP | umarcor | 2020-08-31 | 3 | -9/+25 |
| | |||||
* | ci: add black --check | eine | 2020-08-23 | 1 | -2/+19 |
| | |||||
* | ci(msys2): eine/setup-msys2 was transferred to msys2/setup-msys2, bump to v2 | eine | 2020-07-24 | 1 | -3/+41 |
| | |||||
* | ci: skip 'nightly', not only eine/tip | umarcor | 2020-07-10 | 1 | -2/+2 |
| | |||||
* | ci: actions/upload-artifact supports multiple paths now | umarcor | 2020-07-10 | 1 | -5/+3 |
| | |||||
* | ci(msys2): define deps in PKGBUILD, cleanup run.sh | umarcor | 2020-06-17 | 1 | -2/+4 |
| | |||||
* | ci(msys2): update eine/setup-msys2 to v1 | umarcor | 2020-06-06 | 1 | -1/+1 |
| | |||||
* | ci(msys2): set default shell on GHA windows-latest jobs | umarcor | 2020-06-06 | 1 | -2/+4 |
| | |||||
* | ci: trigger repository_dispatch in ghdl/docker | eine | 2020-06-04 | 1 | -0/+6 |
| | |||||
* | ci: fix format of github.ref | umarcor | 2020-05-21 | 1 | -1/+1 |
| | |||||
* | ci: use eine/tip to provide nightly releases (#1315) | umarcor | 2020-05-20 | 2 | -11/+47 |
| | | | | | * ci: use eine/tip * ci: skip 'nightly' builds on Travis and AppVeyor | ||||
* | rework 'version.tmp' (#1320) | umarcor | 2020-05-20 | 2 | -5/+7 |
| | | | | | | | | | * 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 | ||||
* | push.yml: comment upload code. | Tristan Gingold | 2020-05-14 | 1 | -4/+4 |
| | |||||
* | push.yaml: fix artifact path. From eine. | Tristan Gingold | 2020-05-13 | 1 | -1/+2 |
| | |||||
* | push.yml: fix syntax error (tab) in previous commit. | Tristan Gingold | 2020-05-13 | 1 | -1/+1 |
| | |||||
* | push.yml: save win build to investigate MINGW64,llvm CI failure | Tristan Gingold | 2020-05-13 | 1 | -0/+3 |
| | |||||
* | ci: minor style change in push workflow (#1147) | eine | 2020-03-02 | 1 | -6/+2 |
| | |||||
* | enable synth by default (#1102) | eine | 2020-03-01 | 1 | -9/+13 |
| | | | | | | | | * enable synth by default * ci: disable synth for the GPL builds * deprecate Ubuntu 16, use Ubuntu 18 in Travis | ||||
* | GHA: fix windows jobs (#1106) | eine | 2020-01-20 | 1 | -4/+7 |
| | | | | | | * ci: use eine/setup-msys2 instead of numworks/setup-msys2 * msys2: fix package extension (change from xz to zst) | ||||
* | ci: update installation of GNAT GPL on macOS (#1072) | eine | 2020-01-08 | 1 | -1/+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/+76 |
| | | | | | | | | | | | | | | * 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 | ||||
* | Update doc (#1003) | 1138-4EB | 2019-11-11 | 1 | -0/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | * doc: update makefile and build scripts * actions: add workflow 'doc' * doc: reorganize sections * doc: fix 'unknown option' warnings, headings, spaces, etc. * doc: add subdir 'examples', move 'quick_start' sources * doc: add section 'Development/Debugging' * doc: add section'Development/Synthesis' * doc: update roadmap * doc: add section examples * doc: use standard domain * doc: add comment about 'vhd' vs 'vhdl' | ||||
* | update bug report template (#942) | 1138-4EB | 2019-09-25 | 1 | -28/+24 |
| | |||||
* | Remove multiple whitespaces from code of conduct | Dominik Salvet | 2019-06-16 | 1 | -1/+1 |
| | |||||
* | Add a code of conduct | Dominik Salvet | 2019-06-16 | 1 | -0/+5 |
| |