Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed explicit llvm35 depdendency | Patrick Lehmann | 2018-11-26 | 1 | -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 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 |
| | | | | Fix #651 | ||||
* | 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 |
| | | | | Tentative fix for #554 | ||||
* | 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 |
| | | | | | | Fixes #526. (cherry picked from commit 621df2024e1d9f3990a058d1e3b6f4130a48a91b) | ||||
* | travis: tentatively fix release identifier in macos builds. | Tristan Gingold | 2017-12-18 | 1 | -6/+10 |
| | | | | For #496 | ||||
* | appveyor: tentatively adjust tagname for versions. | Tristan Gingold | 2017-12-18 | 1 | -2/+5 |
| | | | | For #496 | ||||
* | Tentatively fix tarball filename for travis. | Tristan Gingold | 2017-12-18 | 1 | -4/+5 |
| | | | | For #496 | ||||
* | travis: comments, minor rewrite. | Tristan Gingold | 2017-12-18 | 3 | -9/+10 |
| | |||||
* | use travis stages, use docker multistage builds | 1138-4EB | 2017-12-16 | 25 | -259/+548 |
| | |||||
* | Fix typo in previous commit. Prepare 0.35rc2 | Tristan Gingold | 2017-12-14 | 1 | -3/+4 |
| | |||||
* | Remove 'v' in release files. | Tristan Gingold | 2017-12-14 | 1 | -0/+4 |
| | | | | Fix #454 | ||||
* | travis-ci: allow unshallow to fail. | Tristan Gingold | 2017-12-10 | 1 | -1/+4 |
| | |||||
* | travis-ci: tentatively fix git --describe for version. | Tristan Gingold | 2017-12-10 | 1 | -0/+5 |
| | |||||
* | Tentatively fix travis-ci gpl build failure. | Tristan Gingold | 2017-12-10 | 1 | -3/+1 |
| | |||||
* | Move split ols txts to doc/oldmds. Add shields to README. Change target of ↵ | 1138-4EB | 2017-12-10 | 4 | -140/+0 |
| | | | | license shield on RTD. | ||||
* | travis: add gpl packaging | Tristan Gingold | 2017-08-27 | 3 | -66/+131 |
| | |||||
* | travis-ci: use matrix for docker builds | Tristan Gingold | 2017-08-25 | 8 | -139/+98 |
| | |||||
* | travis-ci: don't disp gna log | Tristan Gingold | 2017-08-18 | 3 | -46/+51 |
| | |||||
* | travis-ci: don't display vests log | Tristan Gingold | 2017-08-18 | 1 | -1/+14 |
| | |||||
* | travis-ci: move tests driver to buildtest.sh, clean cache before setting it. | Tristan Gingold | 2017-08-18 | 3 | -11/+34 |
| | |||||
* | travis: add fold around env. | Tristan Gingold | 2017-08-17 | 1 | -0/+2 |
| | |||||
* | travis-ci: investigate gnat-gpl install issue | Tristan Gingold | 2017-08-17 | 2 | -3/+4 |
| | |||||
* | travis-ci: fix fold (again?) and macos-x | Tristan Gingold | 2017-08-17 | 2 | -5/+7 |
| | |||||
* | travis-ci: try build on macos x | Tristan Gingold | 2017-08-17 | 3 | -17/+79 |
| | |||||
* | travis: remove script deploy, adjust fold. | Tristan Gingold | 2017-08-17 | 1 | -2/+2 |
| | |||||
* | travis: use matrix with os-x, add fold commands in log | Tristan Gingold | 2017-08-17 | 1 | -1/+8 |
| | |||||
* | Added std_logic_misc for all VHDL versions to the synopsys flavor ↵ | Patrick Lehmann | 2017-08-16 | 2 | -18/+16 |
| | | | | (PowerShell). Fixed an issue in Format-VHDLSourceFile. | ||||
* | Reimport appveyor and travis-ci scripts from v0.34 | Tristan Gingold | 2017-08-16 | 7 | -198/+147 |
| | |||||
* | Reworked and improved pre-compile scripts. | Patrick Lehmann | 2017-07-29 | 2 | -237/+321 |
| | | | | | Added Intel FPGA support. Extended list of UVVM verification IPs. | ||||
* | configure: use pwd -W on windows. | Tristan Gingold | 2017-06-13 | 1 | -1/+1 |
| | |||||
* | appveyor/build.ps1: exit with the status of make. | Tristan Gingold | 2017-06-13 | 1 | -1/+4 |
| | |||||
* | Appveyor: set test exit status (tentatively) | Tristan Gingold | 2017-06-12 | 1 | -4/+9 |
| | | | | For #364 | ||||
* | Remove referenced to the mailing list (gna is closed). | Tristan Gingold | 2017-05-29 | 2 | -7/+2 |
| | |||||
* | Fix typo: paths. | Tristan Gingold | 2017-05-18 | 3 | -37/+37 |
| | |||||
* | Fix PowerShell based build flow (#347) | Patrick Lehmann | 2017-05-14 | 3 | -0/+15 |
| | | | | | | * Added missing file for the non-makefile based compilation flow. * Added more missing files for windows/mcode. | ||||
* | Fixed file overwrite problem. | Patrick Lehmann | 2017-03-05 | 2 | -6/+6 |
| | |||||
* | Implemented a way to create self-extracting PowerShell scripts as an ↵ | Patrick Lehmann | 2017-03-05 | 2 | -10/+358 |
| | | | | installer alternative. | ||||
* | Use single VM in .travis.yml to speed-up launching builds. Container are ↵ | 1138-4EB | 2017-03-01 | 9 | -67/+201 |
| | | | | | | | launched in parallel threads. The output of each thread is saved to a log. All of them are printed in order, after all the threads have finished. Shared ANSI color codes between libraries/vendors and dist/linux. The common file to be sourced is dist/ansi_color.sh | ||||
* | gcc/Make-lang.in: Avoid pwd | Tristan Gingold | 2017-02-21 | 1 | -3/+1 |
| | |||||
* | Fixed Windows compile flow (PowerShell scripts) for GHDL and library ↵ | Patrick Lehmann | 2017-02-17 | 17 | -1301/+1286 |
| | | | | compilations. | ||||
* | Replace travis-ci matrix with docker containers (#272) | 1138-4EB | 2017-02-14 | 36 | -11/+52 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | * Extract tag declarations from <travis-ci.sh>. Rename it to <buildtest.sh> and allow to pass -b (BLD) and -f (PKG_FILE) as arguments. Save tag declarations in <travis-ci.sh>, with a different meaning now. Modify <.travis.yml> accordingly. * chmod +x ./dist/buildtest.sh. Can be removed bi changing permissions. * Replace travis builds with docker containers. ubu1404+llvm-3.5, ubu1204+llvm-3.8, ubu+mcode, fed+mcode and fed+llvm Add PKG_DTAG and SHORT_COMMIT after PKG_FILE, to avoid collisions. DOCKER_IMG used to set image to be used in docker build. <mv> is enough if the host dir is mounted in the container. Since multiple files are added, content in <dist> split to <dist/lin> and <dist/win>. Git depth set to 10 in <.travis.yml> * Fix paths lin/linux and win/windows. Remove '_compile'. Revome wrong placed old buildtest. Add conditional builds (3). Leave 2 fixed. | ||||
* | Extract tag declarations from <travis-ci.sh>. Rename it to <buildtest… (#277) | 1138-4EB | 2017-02-12 | 2 | -58/+66 |
| | | | | | | | | | * Extract tag declarations from <travis-ci.sh>. Rename it to <buildtest.sh> and allow to pass -b (BLD) and -f (PKG_FILE) as arguments. Save tag declarations in <travis-ci.sh>, with a different meaning now. Modify <.travis.yml> accordingly. * chmod +x ./dist/buildtest.sh. Can be removed bi changing permissions. | ||||
* | Avoid problems from not using quotes in shell script. | 1138-4EB | 2017-02-10 | 1 | -7/+7 |
| |