Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | msys2: add 'provides' field to PKGBUILD recipes | umarcor | 2021-01-06 | 2 | -7/+15 |
| | |||||
* | version: add Ref and Hash | umarcor | 2021-01-05 | 1 | -1/+7 |
| | |||||
* | ci/msys2: split build and test (#1559) | Unai Martinez-Corral | 2020-12-31 | 2 | -6/+17 |
| | |||||
* | 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: MSYS2 job cleanup | umarcor | 2020-12-28 | 3 | -93/+2 |
| | |||||
* | 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/appveyor/build: llvm-config --link-static | eine | 2020-11-20 | 1 | -2/+1 |
| | |||||
* | msys2/llvm: use clang instead of gcc | umarcor | 2020-10-24 | 1 | -0/+2 |
| | |||||
* | termux: use setup-pathforgcc and clang++ | umarcor | 2020-09-15 | 1 | -4/+3 |
| | | | | Co-authored-by: Benjamin Renz <BenjaminRenz@users.noreply.github.com> | ||||
* | termux: ln gnatmake-10 | umarcor | 2020-09-12 | 1 | -0/+3 |
| | |||||
* | termux: update gnat, install llvm and make explicitly | umarcor | 2020-09-12 | 1 | -2/+2 |
| | |||||
* | ci: fix CXX override, needs to be clang++ (#888) | eine | 2020-07-24 | 1 | -1/+1 |
| | |||||
* | ci(msys2): eine/setup-msys2 was transferred to msys2/setup-msys2, bump to v2 | eine | 2020-07-24 | 1 | -5/+3 |
| | |||||
* | ci(msys2): define deps in PKGBUILD, cleanup run.sh | umarcor | 2020-06-17 | 3 | -92/+36 |
| | |||||
* | ci/msys2: style | eine | 2020-06-04 | 1 | -7/+15 |
| | |||||
* | Disable gnatwc warnings for gnatgpl2020 | Tristan Gingold | 2020-05-23 | 1 | -1/+1 |
| | |||||
* | ci(msys2): explicitly exiting is not required anymore | umarcor | 2020-05-22 | 2 | -2/+0 |
| | |||||
* | ci: adjust pkg tag in ci-run.sh (#1329) | umarcor | 2020-05-20 | 1 | -3/+3 |
| | |||||
* | rework 'version.tmp' (#1320) | umarcor | 2020-05-20 | 4 | -14/+14 |
| | | | | | | | | | * 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 | ||||
* | Document and use --vpi-library-dir-unix (#1279) | umarcor | 2020-05-03 | 1 | -1/+0 |
| | | | | | * testsuite: use '--vpi-library-dir-unix' in 'add_vpi_path' * doc: add '--vpi-library-dir-unix', remove redundant headers | ||||
* | termux: setting symlinks explicitly is not required now ↵ | umarcor | 2020-03-26 | 1 | -2/+0 |
| | | | | (its-pointless/gcc_termux#84) (#1173) | ||||
* | 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 |
| | |||||
* | add build script for termux (#1143) | umarcor | 2020-02-20 | 1 | -0/+15 |
| | |||||
* | ci: use DESTDIR instead of PREFIX (#1104) | eine | 2020-01-20 | 1 | -10/+10 |
| | |||||
* | GHA: fix windows jobs (#1106) | eine | 2020-01-20 | 1 | -1/+1 |
| | | | | | | * ci: use eine/setup-msys2 instead of numworks/setup-msys2 * msys2: fix package extension (change from xz to zst) | ||||
* | msys2-mingw: build llvm with --static-link (tentatively fix ci) | Tristan Gingold | 2020-01-12 | 1 | -1/+1 |
| | |||||
* | 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 | 2 | -23/+23 |
| | | | | | | | | * ci: move 'install-ada' to YAML files * ci: update Xcode to 10 * ci: update GNAT to 2019 | ||||
* | ci: fix gnat-gpl download URL (#1071) | eine | 2020-01-08 | 1 | -2/+2 |
| | |||||
* | fix btdi image names (#1070) | eine | 2020-01-07 | 1 | -1/+1 |
| | | | | | | * ci: fix btdi image used in man.sh * ci: fix btdi image used in make.sh | ||||
* | Actions: add workflow 'push' (#1016) | 1138-4EB | 2019-11-21 | 9 | -384/+658 |
| | | | | | | | | | | | | | | * 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 | ||||
* | Make-lang.in: use linker and linker flags. | Tristan Gingold | 2019-11-21 | 1 | -3/+6 |
| | |||||
* | Makefile: fix build of ghdl_gcc with synth. | Tristan Gingold | 2019-11-20 | 1 | -2/+5 |
| | |||||
* | ci: fix envvar name to run synth tests (#1024) | 1138-4EB | 2019-11-20 | 1 | -1/+1 |
| | |||||
* | grt: split grt-cbinding into grt-cstdio.c and grt-cgnatrts.c | Tristan Gingold | 2019-11-15 | 2 | -4/+4 |
| | |||||
* | update testsuite (#928) | 1138-4EB | 2019-09-18 | 2 | -129/+11 |
| | | | | | | * update testsuite/testsuite.sh * deprecate dist/travis/test.sh, use testsuite/testsuite.sh instead | ||||
* | Add synth testsuite to CI (#862) | 1138-4EB | 2019-07-10 | 4 | -24/+62 |
| | | | | | | | | | | | | * add synth testsuite to CI * update travis jobs to fedora29 * travis: add 'dummy' image name to man job * travis: update Debian from Stretch to Buster * update travis jobs to fedora30 | ||||
* | fix: *gcc* build and run docker images are now named *gcc (#865) | 1138-4EB | 2019-07-09 | 1 | -9/+18 |
| | |||||
* | fix(dist/travis/build.sh): apply #837 again (#854) | 1138-4EB | 2019-06-24 | 1 | -3/+3 |
| | |||||
* | Fix typo in build.sh patch. | Tristan Gingold | 2019-06-24 | 1 | -1/+1 |
| | |||||
* | travis/build.sh: handle any version. | Tristan Gingold | 2019-06-23 | 1 | -21/+6 |
| | |||||
* | Rework libghdl build/install procedure (#840) | 1138-4EB | 2019-06-17 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | * feat(libghdl): add libghdl_pkg.py, add option to generate libghdl-py.tgz with dist/travis/build.sh * libghdl*.so is now part of GHDL * move python sources to python/libghdl and python/pnodes * rename src/vhdl/python to src/vhdl/libghdl * add generation of tarball for libghdl-py to the makefile * deprecate --enable-python and --disable-python * add configuration option --disable-libghdl * feat(python/libghdl): add support for LIBGHDL_PREFIX (#844) * fix(travis): disable libghdl on mac * feat(python/libghdl): add support for GHDL_BIN_PATH and VUNIT_GHDL_PATH | ||||
* | fix(dist/travis/build.sh): ensure that CONFIG_OPTS arguments are separated | 1138-4EB | 2019-06-12 | 1 | -8/+7 |
| |