aboutsummaryrefslogtreecommitdiffstats
path: root/dist
Commit message (Collapse)AuthorAgeFilesLines
* ci: use DESTDIR instead of PREFIX (#1104)eine2020-01-201-10/+10
|
* GHA: fix windows jobs (#1106)eine2020-01-201-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 Gingold2020-01-121-1/+1
|
* ci: the URL to retrieve GCC sources has changed (#1084)eine2020-01-121-2/+3
|
* ci: update installation of GNAT GPL on macOS (#1072)eine2020-01-082-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)eine2020-01-081-2/+2
|
* fix btdi image names (#1070)eine2020-01-071-1/+1
| | | | | | * ci: fix btdi image used in man.sh * ci: fix btdi image used in make.sh
* Actions: add workflow 'push' (#1016)1138-4EB2019-11-219-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 Gingold2019-11-211-3/+6
|
* Makefile: fix build of ghdl_gcc with synth.Tristan Gingold2019-11-201-2/+5
|
* ci: fix envvar name to run synth tests (#1024)1138-4EB2019-11-201-1/+1
|
* grt: split grt-cbinding into grt-cstdio.c and grt-cgnatrts.cTristan Gingold2019-11-152-4/+4
|
* update testsuite (#928)1138-4EB2019-09-182-129/+11
| | | | | | * update testsuite/testsuite.sh * deprecate dist/travis/test.sh, use testsuite/testsuite.sh instead
* Add synth testsuite to CI (#862)1138-4EB2019-07-104-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-4EB2019-07-091-9/+18
|
* fix(dist/travis/build.sh): apply #837 again (#854)1138-4EB2019-06-241-3/+3
|
* Fix typo in build.sh patch.Tristan Gingold2019-06-241-1/+1
|
* travis/build.sh: handle any version.Tristan Gingold2019-06-231-21/+6
|
* Rework libghdl build/install procedure (#840)1138-4EB2019-06-171-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 separated1138-4EB2019-06-121-8/+7
|
* travis-ci: pass CONFIG_OPTS to docker containers1138-4EB2019-06-071-1/+1
|
* Add support for gcc-9.xTristan Gingold2019-05-061-0/+3
|
* add configure option to enable default_pieumarcor2019-04-271-21/+21
|
* grt: rename grt-dynload.[ch] to grt-cdynload.[ch]Tristan Gingold2019-04-271-2/+2
|
* libraries: rename _body files.Tristan Gingold2019-04-242-12/+12
| | | | Fix #699
* grt: update windows targets.psm1 with grt-dynload.Tristan Gingold2019-04-241-0/+2
|
* gcc/Make-lang.in: do not enable warnings as errors.Tristan Gingold2019-03-261-1/+1
| | | | For #771
* allow to pass OPT_FLAGS and LIB_CFLAGS to dist/travis/build.sh1138-4EB2019-03-091-1/+1
|
* rename travis-utils to utils; load ansi_color, add buildCmdOpts, ↵1138-4EB2019-02-235-139/+141
| | | | travis_start and travis_finish
* style: install-ada1138-4EB2019-02-042-38/+36
|
* Add man pages job to travis (#733)1138-4EB2019-01-062-1/+14
| | | * add man pages job to travis
* travis-ci: skip 004all08 test for gpl build.Tristan Gingold2018-12-221-0/+2
|
* Removed explicit llvm35 depdendencyPatrick Lehmann2018-11-261-2/+2
| | | | | MinGW changed from `*llvm35` and `*clang35` packages to `*llvm` and `clang` packages. This PR removes the version number for LLVM. Latest version used by MinGW is `7.0.0-1`.
* change to FQN for Archive-Expand commandMartin Cizmar2018-10-281-1/+1
|
* windows install script fixMartin Cizmar2018-10-251-2/+2
|
* Remove -gnat05, always use GNATFLAGS.Tristan Gingold2018-09-151-1/+1
| | | | Fix #651
* add option llvm-6.0 to travis build script1138-4EB2018-09-131-0/+4
|
* log stderr of make to a file and use tail to show last 1000 lines1138-4EB2018-06-081-1/+4
|
* add gcc case to build.sh1138-4EB2018-06-051-4/+47
|
* move docker-related resources to ghdl/docker1138-4EB2018-05-2719-239/+11
|
* travis-ci.sh: call make with ghdl_version.Tristan Gingold2018-04-131-1/+2
| | | | Tentative fix for #554
* Set a version to libghdl, put version in configure.Tristan Gingold2018-03-212-35/+38
|
* Fixed library compilation on Windows due to changes in 7ef79a53.Patrick Lehmann2018-02-122-23/+14
| | | | | | Fixes #526. (cherry picked from commit 621df2024e1d9f3990a058d1e3b6f4130a48a91b)
* travis: tentatively fix release identifier in macos builds.Tristan Gingold2017-12-181-6/+10
| | | | For #496
* appveyor: tentatively adjust tagname for versions.Tristan Gingold2017-12-181-2/+5
| | | | For #496
* Tentatively fix tarball filename for travis.Tristan Gingold2017-12-181-4/+5
| | | | For #496
* travis: comments, minor rewrite.Tristan Gingold2017-12-183-9/+10
|
* use travis stages, use docker multistage builds1138-4EB2017-12-1625-259/+548
|
* Fix typo in previous commit. Prepare 0.35rc2Tristan Gingold2017-12-141-3/+4
|
* Remove 'v' in release files.Tristan Gingold2017-12-141-0/+4
| | | | Fix #454