aboutsummaryrefslogtreecommitdiffstats
path: root/dist/windows
Commit message (Collapse)AuthorAgeFilesLines
* ci/appveyor/build: llvm-config --link-staticeine2020-11-201-2/+1
|
* grt: split grt-cbinding into grt-cstdio.c and grt-cgnatrts.cTristan Gingold2019-11-152-4/+4
|
* 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
|
* 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
|
* Set a version to libghdl, put version in configure.Tristan Gingold2018-03-211-34/+37
|
* Fixed library compilation on Windows due to changes in 7ef79a53.Patrick Lehmann2018-02-122-23/+14
| | | | | | Fixes #526. (cherry picked from commit 621df2024e1d9f3990a058d1e3b6f4130a48a91b)
* appveyor: tentatively adjust tagname for versions.Tristan Gingold2017-12-181-2/+5
| | | | For #496
* Move split ols txts to doc/oldmds. Add shields to README. Change target of ↵1138-4EB2017-12-101-47/+0
| | | | license shield on RTD.
* Added std_logic_misc for all VHDL versions to the synopsys flavor ↵Patrick Lehmann2017-08-162-18/+16
| | | | (PowerShell). Fixed an issue in Format-VHDLSourceFile.
* Reimport appveyor and travis-ci scripts from v0.34Tristan Gingold2017-08-164-132/+55
|
* Reworked and improved pre-compile scripts.Patrick Lehmann2017-07-292-237/+321
| | | | | Added Intel FPGA support. Extended list of UVVM verification IPs.
* configure: use pwd -W on windows.Tristan Gingold2017-06-131-1/+1
|
* appveyor/build.ps1: exit with the status of make.Tristan Gingold2017-06-131-1/+4
|
* Appveyor: set test exit status (tentatively)Tristan Gingold2017-06-121-4/+9
| | | | For #364
* Fix typo: paths.Tristan Gingold2017-05-182-13/+13
|
* Fix PowerShell based build flow (#347)Patrick Lehmann2017-05-143-0/+15
| | | | | | * Added missing file for the non-makefile based compilation flow. * Added more missing files for windows/mcode.
* Fixed file overwrite problem.Patrick Lehmann2017-03-052-6/+6
|
* Implemented a way to create self-extracting PowerShell scripts as an ↵Patrick Lehmann2017-03-052-10/+358
| | | | installer alternative.
* Fixed Windows compile flow (PowerShell scripts) for GHDL and library ↵Patrick Lehmann2017-02-1717-1301/+1286
| | | | compilations.
* Replace travis-ci matrix with docker containers (#272)1138-4EB2017-02-1427-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.