Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mv dist/* scripts/ | umarcor | 2021-01-06 | 14 | -998/+0 |
| | |||||
* | grt: split grt-cbinding into grt-cstdio.c and grt-cgnatrts.c | Tristan Gingold | 2019-11-15 | 1 | -2/+2 |
| | |||||
* | libraries: rename _body files. | Tristan Gingold | 2019-04-24 | 1 | -5/+5 |
| | | | | Fix #699 | ||||
* | 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. | ||||
* | 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 Windows compile flow (PowerShell scripts) for GHDL and library ↵ | Patrick Lehmann | 2017-02-17 | 17 | -3179/+577 |
| | | | | compilations. | ||||
* | Replace travis-ci matrix with docker containers (#272) | 1138-4EB | 2017-02-14 | 20 | -0/+3632 |
* 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. |