| Commit message (Expand) | Author | Age | Files | Lines |
* | termux: setting symlinks explicitly is not required now (its-pointless/gcc_te... | umarcor | 2020-03-26 | 1 | -2/+0 |
* | enable synth by default (#1102) | eine | 2020-03-01 | 1 | -14/+9 |
* | 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 |
* | 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: 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 |
* | Actions: add workflow 'push' (#1016) | 1138-4EB | 2019-11-21 | 9 | -384/+658 |
* | 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 |
* | Add synth testsuite to CI (#862) | 1138-4EB | 2019-07-10 | 4 | -24/+62 |
* | 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 |
* | fix(dist/travis/build.sh): ensure that CONFIG_OPTS arguments are separated | 1138-4EB | 2019-06-12 | 1 | -8/+7 |
* | travis-ci: pass CONFIG_OPTS to docker containers | 1138-4EB | 2019-06-07 | 1 | -1/+1 |
* | Add support for gcc-9.x | Tristan Gingold | 2019-05-06 | 1 | -0/+3 |
* | add configure option to enable default_pie | umarcor | 2019-04-27 | 1 | -21/+21 |
* | grt: rename grt-dynload.[ch] to grt-cdynload.[ch] | Tristan Gingold | 2019-04-27 | 1 | -2/+2 |
* | libraries: rename _body files. | Tristan Gingold | 2019-04-24 | 2 | -12/+12 |
* | grt: update windows targets.psm1 with grt-dynload. | Tristan Gingold | 2019-04-24 | 1 | -0/+2 |
* | gcc/Make-lang.in: do not enable warnings as errors. | Tristan Gingold | 2019-03-26 | 1 | -1/+1 |
* | allow to pass OPT_FLAGS and LIB_CFLAGS to dist/travis/build.sh | 1138-4EB | 2019-03-09 | 1 | -1/+1 |
* | rename travis-utils to utils; load ansi_color, add buildCmdOpts, travis_start... | 1138-4EB | 2019-02-23 | 5 | -139/+141 |
* | style: install-ada | 1138-4EB | 2019-02-04 | 2 | -38/+36 |
* | Add man pages job to travis (#733) | 1138-4EB | 2019-01-06 | 2 | -1/+14 |
* | travis-ci: skip 004all08 test for gpl build. | Tristan Gingold | 2018-12-22 | 1 | -0/+2 |
* | Removed explicit llvm35 depdendency | Patrick Lehmann | 2018-11-26 | 1 | -2/+2 |
* | change to FQN for Archive-Expand command | Martin Cizmar | 2018-10-28 | 1 | -1/+1 |
* | windows install script fix | Martin Cizmar | 2018-10-25 | 1 | -2/+2 |
* | Remove -gnat05, always use GNATFLAGS. | Tristan Gingold | 2018-09-15 | 1 | -1/+1 |
* | add option llvm-6.0 to travis build script | 1138-4EB | 2018-09-13 | 1 | -0/+4 |
* | log stderr of make to a file and use tail to show last 1000 lines | 1138-4EB | 2018-06-08 | 1 | -1/+4 |
* | add gcc case to build.sh | 1138-4EB | 2018-06-05 | 1 | -4/+47 |
* | move docker-related resources to ghdl/docker | 1138-4EB | 2018-05-27 | 19 | -239/+11 |
* | travis-ci.sh: call make with ghdl_version. | Tristan Gingold | 2018-04-13 | 1 | -1/+2 |
* | Set a version to libghdl, put version in configure. | Tristan Gingold | 2018-03-21 | 2 | -35/+38 |
* | Fixed library compilation on Windows due to changes in 7ef79a53. | Patrick Lehmann | 2018-02-12 | 2 | -23/+14 |
* | travis: tentatively fix release identifier in macos builds. | Tristan Gingold | 2017-12-18 | 1 | -6/+10 |
* | appveyor: tentatively adjust tagname for versions. | Tristan Gingold | 2017-12-18 | 1 | -2/+5 |
* | Tentatively fix tarball filename for travis. | Tristan Gingold | 2017-12-18 | 1 | -4/+5 |