aboutsummaryrefslogtreecommitdiffstats
path: root/dist/mcode/winbuild.ps1
Commit message (Collapse)AuthorAgeFilesLines
* Replace travis-ci matrix with docker containers (#272)1138-4EB2017-02-141-692/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
* Added verbosity control for vendor compile scripts.Patrick Lehmann2016-11-021-2/+2
|
* Fixed windows build flow.Patrick Lehmann2016-10-231-29/+79
|
* winbuild: Fixed add and remove from PATH.Patrick Lehmann2016-10-191-40/+123
|
* Merge pull request #170 from Paebbels/paebbels/winbuild-update-uninstalltgingold2016-10-181-23/+88
|\ | | | | Added support for install into default directory, install into same directory, update and uninstall.
| * Added support for install into default directory, install into same ↵Patrick Lehmann2016-10-181-23/+88
| | | | | | | | directory, update and uninstall.
* | Fixed verbosity problem in the Windows build flow.Patrick Lehmann2016-10-181-7/+7
|/
* Windows Build Flow: Fixed error of premature module unload.Patrick Lehmann2016-10-141-1/+2
|
* Reworked compile scripts for Windows.Patrick Lehmann2016-08-081-336/+369
|
* Clean up links, repository-wide (#117)Ben Wiederhake2016-07-091-2/+2
| | | | | | | | | | | | | | * https: ieee.org * https: readthedocs * https: technet.com * https: debian.org * https: w3.org * Fix or mark dead links
* Reworked standard libraries compile flow (std, ieee, ...). Fixed GHDL ↵Patrick Lehmann2016-06-241-22/+17
| | | | version test issue. Extended .gitignore to exclude generated files on Windows and Linux.
* Paebbels/master (#75)Patrick Lehmann2016-06-071-20/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Obviously, this is the initial commit on a .gitignore file. * Implemented vendor specific compile scripts for: Altera Quartus-II (tested with 15.0), Xilinx ISE (tested with 14.7) and OSVVM. * Minor fixes. * First version of a README file for the vendor specific library compile scripts. * Vendor specific simulation library compile scripts: Improved error handling by stream processing. Extracted configuration into a config.ps1 file. * Minor fixes. * Added Unisim SecureIP primitives. Added Unimacro library. * Fixed file encoding of compile-osvvm.ps1. Implemented a 'advanced functions' to restore ghdl warning/error messages as a one-liner. * Splitted Xilinx compile scripts into *-ise.ps1 and *-vivado.ps1. * Added compile script for VUnit. * Updated README.md for the vendor compile scripts. * Added file headers. Change config.ps1 and shared.ps1 to a PowerShell module (*.psm1). * Fixed embedded help pages in all compile scripts. * Fixed all errors in compile script for Vivado simulation libraries: *_retarget_VCOMP.vhd was missing. * First steps towards compile scripts for Linux. * Translated lines from Windows script to Linux script. * Step 3 - colors and basic control blocks. * Changed copyright line in file header. * Changed copyright line in file header. * Added colorizer rules. Added skip mode for existing object files. Added cleanup mode. * Disabled vital checks in Xilinx's simprim library. Fixed typo. * Added '-Clean' parameter to cleanup the directory before analyzing. * Added a new '-Help' switch to all compile scripts to show the embedded help page(s). * Generalized config.sh. Fixed some bugs in compile-xilinx-ise.sh. * Added command line argument parsing. * Fixed syntax errors on Linux. * Added --all option. Generalized GHDL parameters. * Added '--skip-largefile' option. * Added the 'stop compiling' feature (not working). * Updated README.md for vendor specific compile scripts. * Implemented a check if grcat is installed on the system. Added support to execute the script from an other directory. Changed file size test from 'du -b' to 'wc -b'. * Fixed exit code problem in pipes. Fixed word count problem. * Minor fixes. * Fixed possible syntax error. * Implemented vendor specific library compile script for OSVVM. * Implemented vendor specific library compile script for VUnit. * Enabled disabled messages. Fixed typos. * Implemented vendor specific library compile script for Xilinx Vivado. * Minor fixes. * Implemented vendor specific library compile script for Altera Quartus-II. * Applied chmod to all new compile scripts. * Minor fixes. * Fixed typos. * Implemented 'halt-on-error' feature. * Fixed relative path problem for grcat. * README updates. * Updated PoSh scripts for - IEEE library compilation (complib.ps1) - added VITAL2000 support for VHDL-2008 - minor fixes - vendor compile scripts - added VHDL93 and VHDL2008 switches to compile vendor libraries with VHDL-2008 - minor fixes * Updated vendor library compile scripts (Bash) for Linux, too. * Fixed error in vendor library compile scripts for osvvm and vunit. * Windows compile scripts for mcode backend: Reworked compile.ps1. * Changed default output directory to xilinx-ise and xilinx-vivado. * compile-altera.sh: Skip large files * Updated compile script for OSVVM. * Improved OSVVM compile script for Linux.
* Updated PowerShell build scripts for Windows.Patrick Lehmann2015-05-291-6/+21
|
* winbuild: Added check for PSCX extension if '-CreatePackage -Zip' is executed.Patrick Lehmann2015-01-211-0/+21
|
* Experimental: Translated compile scripts for windows to PowerShell scripts ↵Patrick Lehmann2015-01-211-0/+422
(*.ps1). Updated .hgignore file to ignore folders from windows build process.