aboutsummaryrefslogtreecommitdiffstats
path: root/dist
Commit message (Collapse)AuthorAgeFilesLines
* travis-ci: allow unshallow to fail.Tristan Gingold2017-12-101-1/+4
|
* travis-ci: tentatively fix git --describe for version.Tristan Gingold2017-12-101-0/+5
|
* Tentatively fix travis-ci gpl build failure.Tristan Gingold2017-12-101-3/+1
|
* Move split ols txts to doc/oldmds. Add shields to README. Change target of ↵1138-4EB2017-12-104-140/+0
| | | | license shield on RTD.
* travis: add gpl packagingTristan Gingold2017-08-273-66/+131
|
* travis-ci: use matrix for docker buildsTristan Gingold2017-08-258-139/+98
|
* travis-ci: don't disp gna logTristan Gingold2017-08-183-46/+51
|
* travis-ci: don't display vests logTristan Gingold2017-08-181-1/+14
|
* travis-ci: move tests driver to buildtest.sh, clean cache before setting it.Tristan Gingold2017-08-183-11/+34
|
* travis: add fold around env.Tristan Gingold2017-08-171-0/+2
|
* travis-ci: investigate gnat-gpl install issueTristan Gingold2017-08-172-3/+4
|
* travis-ci: fix fold (again?) and macos-xTristan Gingold2017-08-172-5/+7
|
* travis-ci: try build on macos xTristan Gingold2017-08-173-17/+79
|
* travis: remove script deploy, adjust fold.Tristan Gingold2017-08-171-2/+2
|
* travis: use matrix with os-x, add fold commands in logTristan Gingold2017-08-171-1/+8
|
* 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-167-198/+147
|
* 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
* Remove referenced to the mailing list (gna is closed).Tristan Gingold2017-05-292-7/+2
|
* Fix typo: paths.Tristan Gingold2017-05-183-37/+37
|
* 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.
* Use single VM in .travis.yml to speed-up launching builds. Container are ↵1138-4EB2017-03-019-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 pwdTristan Gingold2017-02-211-3/+1
|
* 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-1436-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-4EB2017-02-122-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-4EB2017-02-101-7/+7
|
* <src/version.ads> is not present. However <src/version.in> exists.1138-4EB2017-02-101-1/+1
|
* Allow not to pass BLD as argument to <travis-ci.sh>, but to be previously ↵1138-4EB2017-02-091-2/+3
| | | | defined as an ennvar
* travis-ci: tentatively fix llvm-3.5 buildTristan Gingold2016-12-291-4/+8
|
* appveyor: do not deploy, but create artifacts. Fix llvm buildTristan Gingold2016-12-242-1/+6
|
* Use CXX in makefiles and configures to design the c++ compiler.Tristan Gingold2016-12-241-1/+1
|
* appveyor: configure with LDFLAGS=-staticTristan Gingold2016-12-211-10/+7
|
* Appveyor configuration file.Tristan Gingold2016-12-207-0/+454
|
* travis: set CLANGXX in make commandTristan Gingold2016-12-121-9/+12
|
* travis: set CXXTristan Gingold2016-12-121-2/+0
|
* travis: disp clang++ versionTristan Gingold2016-12-121-0/+2
|
* travis: build with llvm-3.8 (test)Tristan Gingold2016-12-111-2/+4
|
* Updated compile order in compile-osvvm.* files.Patrick Lehmann2016-12-101-1/+1
|
* Make-lang.in: declare Default_PieTristan Gingold2016-12-071-0/+1
|
* Reactivated missing SuppressWarnings flag again. Filter for ":error:" marked ↵Patrick Lehmann2016-11-101-12/+14
| | | | lines.
* Added verbosity control for vendor compile scripts.Patrick Lehmann2016-11-021-2/+2
|
* Use Ada05 for gcc builds.Tristan Gingold2016-11-011-1/+1
|
* Fixed windows build flow.Patrick Lehmann2016-10-234-87/+94
|
* winbuild: Fixed add and remove from PATH.Patrick Lehmann2016-10-191-40/+123
|