aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ortho_debug: suppress one more check with Disable_Checks.Tristan Gingold2016-12-181-0/+3
* lists: delte Remove_Nth_Element (was unused).Tristan Gingold2016-12-182-18/+0
* disp_vhdl: add -do flag to display evaluated expressions.Tristan Gingold2016-12-173-8/+13
* trans-chap8: fix incorrect declare block nesting.Tristan Gingold2016-12-171-0/+2
* Add testcase for #227Tristan Gingold2016-12-173-0/+60
* vhdl2008: evaluate static record aggregate.Tristan Gingold2016-12-173-22/+72
* Get_Object_Prefix: Strengthen.Tristan Gingold2016-12-151-5/+86
* Add testcase for #225Tristan Gingold2016-12-153-0/+87
* assocs: rework conversion.Tristan Gingold2016-12-153-79/+83
* canon: do not create default association if flag_associations is falseTristan Gingold2016-12-141-0/+4
* Add reproducer for #191Tristan Gingold2016-12-132-0/+31
* select_name: consider subtype.Tristan Gingold2016-12-132-9/+14
* Add testcase for #223Tristan Gingold2016-12-122-0/+29
* are_trees_equal: handle type_conversion.Tristan Gingold2016-12-121-0/+15
* ghdlprint: do not canon associations.Tristan Gingold2016-12-123-0/+8
* canon: can canon expressions without canon concurrent statements.Tristan Gingold2016-12-122-150/+187
* ghdlcomp: extract disp_config as a procedure.Tristan Gingold2016-12-122-9/+19
* ownership: fix ghdlsimulTristan Gingold2016-12-125-30/+58
* travis: set CLANGXX in make commandTristan Gingold2016-12-122-10/+12
* travis: use CLANGXX instead of CXXTristan Gingold2016-12-123-8/+11
* travis: set CXXTristan Gingold2016-12-122-3/+3
* travis: disp clang++ versionTristan Gingold2016-12-121-0/+2
* travis: re-add libstdc++Tristan Gingold2016-12-121-0/+1
* travis: try with clang-3.8Tristan Gingold2016-12-121-1/+1
* travis: add libstdc++-6Tristan Gingold2016-12-121-0/+1
* travis: try again with gnat-6/llvm-3.8Tristan Gingold2016-12-121-0/+14
* travis: revertTristan Gingold2016-12-111-8/+0
* travis: don't use a container for llvm-3.8Tristan Gingold2016-12-111-12/+8
* travis: try gnat-5Tristan Gingold2016-12-111-2/+2
* travis: try again with gnat-6Tristan Gingold2016-12-111-2/+2
* travis: try with trusty.Tristan Gingold2016-12-111-0/+1
* travis: remove tabsTristan Gingold2016-12-111-4/+4
* travis: build with llvm-3.8 (test)Tristan Gingold2016-12-112-3/+16
* Fix configure for #220Tristan Gingold2016-12-111-1/+1
* errorout: add set_program_name.Tristan Gingold2016-12-113-26/+57
* Add testcase for #202Tristan Gingold2016-12-115-28/+194
* Rework subprograms translation for package instance.Tristan Gingold2016-12-112-11/+11
* Merge pull request #219 from Paebbels/paebbels/uvvm-updatetgingold2016-12-111-154/+131
|\
| * Updated pre-compile script for UVVM.Patrick Lehmann2016-12-101-154/+131
* | Merge pull request #218 from Paebbels/paebbels/osvvm-updatetgingold2016-12-113-15/+17
|\ \
| * | Updated compile order in compile-osvvm.* files.Patrick Lehmann2016-12-103-15/+17
| |/
* | Merge pull request #217 from Paebbels/paebbels/docs-versiontgingold2016-12-111-4/+17
|\ \ | |/ |/|
| * get documentation version from latest Git tag.Patrick Lehmann2016-12-101-4/+17
|/
* Merge 'paebbels/vendor-compile-uvvm' of https://github.com/Paebbels/ghdlTristan Gingold2016-12-093-2/+315
|\
| * PowerShell vendor compile script for Universal VHDL Verification Methodology ...Patrick Lehmann2016-11-103-10/+323
* | Add reproducer for #204Tristan Gingold2016-12-082-0/+32
* | Set pure on implicit interface function.Tristan Gingold2016-12-081-0/+1
* | Add tests for oread (some are old)Tristan Gingold2016-12-0881-0/+1353
* | Allow operator symbol as formal name.Tristan Gingold2016-12-085-16/+33
* | issue #205: add instantiation.Tristan Gingold2016-12-082-1/+35