Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix CI failure on macosx (llvm) (#2128) | tgingold | 2022-07-06 | 1 | -4/+2 |
| | | | * Test.yml: add llvm at the end of PATH for macosx | ||||
* | ci/Test: typo | umarcor | 2022-07-05 | 1 | -1/+1 |
| | |||||
* | Test.yml: list brew package on macos | Tristan Gingold | 2022-07-05 | 1 | -4/+2 |
| | |||||
* | Test.yml: add more debug commands for macos | Tristan Gingold | 2022-07-04 | 1 | -1/+1 |
| | |||||
* | Test.yml: fix syntax | Tristan Gingold | 2022-07-04 | 1 | -4/+5 |
| | |||||
* | Test.yml: untabify | Tristan Gingold | 2022-07-04 | 1 | -3/+3 |
| | |||||
* | github/workflows: add log for llvm on macos | Tristan Gingold | 2022-07-04 | 1 | -0/+3 |
| | |||||
* | fix(configure): disable -Werror by default | Xiretza | 2022-05-16 | 1 | -2/+2 |
| | | | | | | | | | | | | Because the build system does not have direct control over the compiler, it cannot ensure that no warnings are issued in downstream compilations. Such warnings can occur due to newer compiler versions with more sophisticated diagnostics, older compiler versions with diagnostics bugs, or simply different, untested compilers. With -Werror enabled by default, these harmless warnings result in complete compilation failures. The option remains enabled in CI to ensure upstream code quality. | ||||
* | ci: fix skip-deploy syntax | umarcor | 2022-02-03 | 1 | -1/+1 |
| | |||||
* | ci/msys2: fix buildir upload path | umarcor | 2021-12-20 | 1 | -2/+2 |
| | |||||
* | ci: create builddir tarballs to reduce artifact download time | umarcor | 2021-12-18 | 1 | -2/+5 |
| | |||||
* | ci: use ghdl/build:doc to build ghdl/doc | umarcor | 2021-12-18 | 1 | -2/+1 |
| | |||||
* | ci: use ghdl/debug:base for running gnatdoc only | umarcor | 2021-12-18 | 1 | -12/+31 |
| | |||||
* | ci/doc: use option 'skip-deploy' of Action buildthedocs/btd | umarcor | 2021-12-18 | 1 | -2/+1 |
| | |||||
* | ci: eine/tip was merged into pyTooling/Actions/releaser | umarcor | 2021-12-18 | 1 | -1/+1 |
| | |||||
* | pyTooling.Packaging is now replaced by pyTooling. | Patrick Lehmann | 2021-12-16 | 1 | -1/+1 |
| | |||||
* | ci: remove explicitly installing pyTooling | umarcor | 2021-12-15 | 1 | -5/+2 |
| | |||||
* | One more dependency. | Patrick Lehmann | 2021-12-14 | 1 | -1/+1 |
| | |||||
* | Install pyTooling.Packaging together with pyGHDL | Patrick Lehmann | 2021-12-14 | 1 | -1/+3 |
| | |||||
* | Adjusted configure script. | Patrick Lehmann | 2021-12-12 | 1 | -1/+1 |
| | |||||
* | ci: simplify MSYS2 matrices using 'pacboy' | umarcor | 2021-11-03 | 1 | -44/+42 |
| | |||||
* | ci: cleanup job names | umarcor | 2021-10-17 | 1 | -7/+7 |
| | |||||
* | ci: add UCRT64 jobs and generate artifacts/assets | umarcor | 2021-10-17 | 1 | -43/+53 |
| | |||||
* | ci: bump Python to 3.10 when using Action setup-python | umarcor | 2021-10-17 | 1 | -3/+3 |
| | |||||
* | ci: upload ghdl.1 to nightly | umarcor | 2021-10-04 | 1 | -9/+2 |
| | |||||
* | ci: run macOS 10.15 and 11.0 (#1630) | eine | 2021-09-23 | 1 | -5/+8 |
| | |||||
* | ci: update comment about regenerating Python bindings | umarcor | 2021-09-02 | 1 | -1/+1 |
| | |||||
* | Test.yml: explain how to regenerate the python binding | Tristan Gingold | 2021-08-31 | 1 | -0/+1 |
| | |||||
* | Debian Bullseye was released | umarcor | 2021-08-23 | 2 | -2/+2 |
| | |||||
* | ci: style | umarcor | 2021-08-23 | 1 | -8/+21 |
| | |||||
* | Reordered content in YAML file and fixed syntax for lists. | Patrick Lehmann | 2021-08-23 | 1 | -512/+533 |
| | |||||
* | ci: fix coverage-publish artifact path | umarcor | 2021-07-19 | 1 | -4/+1 |
| | |||||
* | ci: disable win-cpython-standalone mcode32 until the zipfile generation is fixed | umarcor | 2021-07-19 | 1 | -1/+1 |
| | |||||
* | ci: build pyGHDL wheel in job 'pyGHDL' and upload it as an artifact | umarcor | 2021-07-19 | 1 | -72/+76 |
| | |||||
* | ci: style | umarcor | 2021-07-19 | 1 | -81/+80 |
| | | | | | | * reorder and rename jobs * update symbols * clean sys field in MSYS2 jobs | ||||
* | ci: add CPython pyGHDL test with standalone zipfile | umarcor | 2021-07-18 | 1 | -0/+56 |
| | |||||
* | ci: rework artifact names | umarcor | 2021-07-18 | 1 | -7/+29 |
| | |||||
* | ci: remove parallel job restrictions | umarcor | 2021-07-18 | 1 | -7/+0 |
| | |||||
* | ci: add Windows CPython jobs | umarcor | 2021-07-18 | 1 | -1/+63 |
| | |||||
* | ci: generate standalone zipfiles | umarcor | 2021-07-18 | 1 | -1/+63 |
| | |||||
* | ci: update MSYS2 icons | umarcor | 2021-07-18 | 1 | -12/+12 |
| | |||||
* | ci: build MINGW64 mcode | umarcor | 2021-07-18 | 1 | -5/+5 |
| | |||||
* | ci: update comments/headers | umarcor | 2021-07-18 | 1 | -4/+4 |
| | |||||
* | ci: rename win-pyGHDL to win-pip | umarcor | 2021-07-18 | 1 | -2/+2 |
| | |||||
* | ci: test the installation of pyGHDL through pip | umarcor | 2021-07-03 | 1 | -1/+53 |
| | |||||
* | ci/msys2: MINGW_INSTALLS is deprecated, use MINGW_ARCH instead | umarcor | 2021-03-29 | 1 | -1/+1 |
| | |||||
* | VHPI: add tests for loading libraries | Marlon James | 2021-03-04 | 1 | -1/+1 |
| | |||||
* | ci/coverage: install python-setuptools through pacman | umarcor | 2021-02-17 | 1 | -1/+3 |
| | |||||
* | ci/win-test: install python-setuptools through pacman | umarcor | 2021-02-17 | 1 | -0/+1 |
| | |||||
* | CI: re-enable black formatting check | Xiretza | 2021-02-10 | 1 | -3/+3 |
| |