Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | Fix #699 | ||||
* | grt: update windows targets.psm1 with grt-dynload. | Tristan Gingold | 2019-04-24 | 1 | -0/+2 |
| | |||||
* | 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 |
| | |||||
* | Set a version to libghdl, put version in configure. | Tristan Gingold | 2018-03-21 | 1 | -34/+37 |
| | |||||
* | 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) | ||||
* | appveyor: tentatively adjust tagname for versions. | Tristan Gingold | 2017-12-18 | 1 | -2/+5 |
| | | | | For #496 | ||||
* | Move split ols txts to doc/oldmds. Add shields to README. Change target of ↵ | 1138-4EB | 2017-12-10 | 1 | -47/+0 |
| | | | | license shield on RTD. | ||||
* | 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 | 4 | -132/+55 |
| | |||||
* | 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 | ||||
* | Fix typo: paths. | Tristan Gingold | 2017-05-18 | 2 | -13/+13 |
| | |||||
* | 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. | ||||
* | 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 | 27 | -0/+4088 |
* 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. |