aboutsummaryrefslogtreecommitdiffstats
path: root/dist
Commit message (Collapse)AuthorAgeFilesLines
...
* Reworked compile scripts for Windows.Patrick Lehmann2016-08-085-706/+742
|
* Rework gcc build procedure. Add vpi build command.Tristan Gingold2016-07-163-88/+29
|
* ghdldrv: add --bootstrap-standard to simplify build.Tristan Gingold2016-07-151-229/+0
|
* 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.
* Install vendor shell scripts with executable mode.Tristan Gingold2016-06-221-2/+4
| | | | For issue #83
* Install vendors scripts.Tristan Gingold2016-06-221-0/+4
| | | | Issue #83
* 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.
* travis: adjust script and configTristan Gingold2016-05-031-1/+5
|
* travis-ci: deploy snapshot using github release.Tristan Gingold2016-05-031-1/+3
|
* travis-ci: create a tarball for the build.Tristan Gingold2016-05-031-5/+16
|
* travis: fix mcode build.Tristan Gingold2016-01-141-6/+5
|
* travis: use envs.Tristan Gingold2016-01-141-21/+23
|
* travis: also build with llvm.Tristan Gingold2016-01-141-4/+27
|
* travis: Use an external script to build and test.Tristan Gingold2016-01-121-0/+15
|
* 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-032-2/+2
|
* 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-222-23/+36
|
* Update legacy build script for windows.Tristan Gingold2015-10-232-1/+4
|
* Fix ticket94: default binding indication for component.Tristan Gingold2015-09-241-1/+1
|
* Update README and some copyright dates.Tristan Gingold2015-09-131-1/+1
|
* 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-133-1314/+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
|
* dist/gcc: fix missing dependency in Make-lang.inTristan Gingold2015-01-231-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.
* gcc/Make-lang.in: fix dependency.Tristan Gingold2015-01-021-1/+1
|
* Make-lang.in: Fix dependency.Tristan Gingold2014-12-301-1/+1
|
* dist/gcc: add compilation flags, avoid to rebuilt ghdllib.Tristan Gingold2014-12-272-10/+25
|
* Backport from ghdl 0.32: update libraries and ghdlfilter.Tristan Gingold2014-12-212-21/+137
| | | | From Brian Davis.
* Adjust makefiles to accept absolute srcdir path.Tristan Gingold2014-12-182-75/+32
|
* 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.
* gcc/Make-lang.in: handle non-default libexecdir.Tristan Gingold2014-11-181-3/+5
|
* Fix dist/gcc makefilesTristan Gingold2014-11-172-51/+40
|
* Fix parallel build.Tristan Gingold2014-11-091-0/+1
|
* Move files and dirs from translate/Tristan Gingold2014-11-0524-0/+2881