aboutsummaryrefslogtreecommitdiffstats
path: root/dist/mcode
Commit message (Collapse)AuthorAgeFilesLines
* Replace travis-ci matrix with docker containers (#272)1138-4EB2017-02-1420-3632/+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.
* Updated compile order in compile-osvvm.* files.Patrick Lehmann2016-12-101-1/+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
|
* Fixed windows build flow.Patrick Lehmann2016-10-234-87/+94
|
* 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-184-49/+111
|/
* Windows Build Flow: Fixed error of premature module unload.Patrick Lehmann2016-10-144-34/+23
|
* Reworked compile scripts for Windows.Patrick Lehmann2016-08-085-706/+742
|
* Add commands to build vpi modules (WIP)Tristan Gingold2016-07-141-0/+2
|
* 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-246-1034/+1310
| | | | version test issue. Extended .gitignore to exclude generated files on Windows and Linux.
* Paebbels/master (#75)Patrick Lehmann2016-06-075-207/+829
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
* Add missing copyright.Tristan Gingold2016-01-092-7/+55
|
* windows bat command: move strip command.Tristan Gingold2016-01-092-2/+2
|
* Add elf_arch for windows (!)Tristan Gingold2016-01-091-0/+2
|
* Use github site for reporting problems.Tristan Gingold2015-12-031-1/+1
|
* Fix compile.ps1 (for backtraces).Tristan Gingold2015-11-261-0/+1
|
* Windows: add backtraces in dist/mcode.Tristan Gingold2015-11-262-0/+5
|
* backtrace: add support for windows and for llvm (via libbacktrace).Tristan Gingold2015-11-221-23/+33
|
* Update legacy build script for windows.Tristan Gingold2015-10-232-1/+4
|
* Adjust windows code.Tristan Gingold2015-09-121-3/+1
|
* Updated PowerShell build scripts for Windows.Patrick Lehmann2015-05-292-27/+33
|
* Remove deprecated dist scripts.Tristan Gingold2015-03-131-506/+0
|
* winbuild: Fixed missing env.vhd and env_body.vhd files in v08/std/ after ↵Patrick Lehmann2015-02-091-1/+2
| | | | complib.ps1 run.
* winbuild: Fixed missing strip call to reduce the binary size of ghdl.exe.Patrick Lehmann2015-01-311-2/+2
|
* Fixed paths in winbuild.bat to reflect source tree reorganization (Brian Davis)Tristan Gingold2015-01-211-6/+6
|
* winbuild: Added check for PSCX extension if '-CreatePackage -Zip' is executed.Patrick Lehmann2015-01-212-10/+47
|
* Experimental: Translated compile scripts for windows to PowerShell scripts ↵Patrick Lehmann2015-01-213-0/+1400
| | | | (*.ps1). Updated .hgignore file to ignore folders from windows build process.
* Backport from ghdl 0.32: update libraries and ghdlfilter.Tristan Gingold2014-12-212-21/+137
| | | | From Brian Davis.
* compile.bat: use new filename ortho_jit.adbTristan Gingold2014-12-031-2/+1
| | | | From Brian Davis
* ghdlfilter: accept vhdl08 flagsTristan Gingold2014-12-031-6/+17
| | | | From Brian Davis.
* Move files and dirs from translate/Tristan Gingold2014-11-0514-0/+1357