aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Errorout.Disp_Subprg: handle interface subprograms.Tristan Gingold2016-12-081-4/+7
|
* Add testcase for #205Tristan Gingold2016-12-082-0/+17
|
* Merge pull request #215 from robinkjoy/mastertgingold2016-12-071-2/+2
|\ | | | | Fix spelling in error message
| * Fix spelling in error messageRobin Joy2016-12-071-2/+2
| |
* | Make-lang.in: declare Default_PieTristan Gingold2016-12-071-0/+1
| |
* | Add xrefs for interface_subprograms.Tristan Gingold2016-12-062-0/+2
| |
* | disp_vhdl: handle association_element_subprogram.Tristan Gingold2016-12-061-1/+2
| |
* | Add testcase for #212Tristan Gingold2016-12-062-0/+54
| |
* | are_trees_equal: handle function_callTristan Gingold2016-12-061-0/+6
| | | | | | | | Fixes #212
* | Use -fpic if gcc is configured with --enable-default-pieTristan Gingold2016-12-067-16/+81
|/ | | | | | | | Test in configure and set Default_Pie in default_pathes.ads Pass -fpic to ghdl1 if Default_Pie is set. Decode -fpic in ghdl1_llvm Fix #213
* cleanup: remove Package_Instantiation_Bodies_ChainTristan Gingold2016-12-057-280/+188
|
* disp_tree: avoid a crash on Ref list.Tristan Gingold2016-12-051-0/+2
|
* Add testcase for type interface.Tristan Gingold2016-12-052-0/+28
|
* Add testcase for interface function.Tristan Gingold2016-12-054-0/+78
|
* Add testcase for #107Tristan Gingold2016-12-053-0/+56
|
* Add testcase for #151Tristan Gingold2016-12-052-0/+27
|
* Add testcase for #201Tristan Gingold2016-12-052-0/+25
|
* vhdl08: support top-level macro-expanded package instantiation declarations.Tristan Gingold2016-12-058-151/+186
| | | | Fixes #199
* sem_assocs: handle overloaded operators for interface_functionTristan Gingold2016-12-055-269/+320
| | | | For #199
* Clarify BUILD instructions with gcc.Tristan Gingold2016-12-051-1/+1
| | | | Close #210.
* Add testcase for issue reported on gitter.Tristan Gingold2016-12-052-0/+26
|
* File testcase for #207Tristan Gingold2016-12-053-0/+229
|
* Add reproducer for issue #209Tristan Gingold2016-12-054-0/+46
|
* Add testcase for previous patch.Tristan Gingold2016-12-052-0/+27
|
* parse: improve error message on missing 'generic map'Tristan Gingold2016-12-051-0/+9
|
* Merge pull request #208 from preusser/patch-1tgingold2016-11-191-1/+1
|\ | | | | Corrected named location of ./configure.
| * Corrected named location of ./configure.Thomas B. Preußer2016-11-191-1/+1
|/
* Merge pull request #206 from Technolution/mastertgingold2016-11-161-5/+13
|\ | | | | implement vpi_free_object
| * implement vpi_free_objectSijmen Woutersen2016-11-161-5/+13
|/
* Add testcase for #199Tristan Gingold2016-11-122-0/+41
|
* Handle top-level instantiation of macro-expansed packages.Tristan Gingold2016-11-124-18/+49
| | | | Fix #199
* WIP for nested instantiation of macro-expansed packages.Tristan Gingold2016-11-123-23/+34
|
* support operator_symbol in subprogram association.Tristan Gingold2016-11-122-6/+16
| | | | Fix #197
* improve error message for a procedure call within an expression.Tristan Gingold2016-11-121-1/+2
|
* Add testcase for previous patch.Tristan Gingold2016-11-113-0/+32
|
* scanner: emit better error message for UTF-8 quote marks.Tristan Gingold2016-11-111-4/+51
|
* iirs: add Iir_Predefined_IEEE_Explicit subtype.Tristan Gingold2016-11-111-0/+5
|
* Merge pull request #198 from Paebbels/paebbels/vendor-compile-xilinxtgingold2016-11-112-8/+41
|\ | | | | Bugfixes for compile-xilinx-***.sh scripts.
| * Fixed bugs in compile-xilinx-***.sh files. Added support for the unifast ↵Patrick Lehmann2016-11-102-8/+41
|/ | | | library in Vivado.
* Merge pull request #196 from Paebbels/paebbels/compile-osvvm-updatetgingold2016-11-102-0/+6
|\ | | | | Added OSVVM's new Scoreboards to the file list in compile-osvvm.ps1/sh.
| * Added OSVVM's new Scoreboards to the file list in compile-osvvm.ps1/sh.Patrick Lehmann2016-11-102-0/+6
| |
* | Merge pull request #194 from Paebbels/paebbels/vendor-compile-uvvm-bashtgingold2016-11-102-0/+389
|\ \ | | | | | | Implemented vendor compile script for UVVM (Bash).
| * | Implemented vendor compile script for UVVM (Bash).Patrick Lehmann2016-11-103-2/+391
| |/
* | Merge pull request #192 from Paebbels/paebbels/enabled-warning-suppressiontgingold2016-11-1011-79/+88
|\ \ | |/ |/| Reactivated missing SuppressWarnings flag again.
| * Reactivated missing SuppressWarnings flag again. Filter for ":error:" marked ↵Patrick Lehmann2016-11-1011-79/+88
|/ | | | lines.
* Merge pull request #189 from gitter-badger/gitter-badgetgingold2016-11-091-0/+2
|\ | | | | Add a Gitter chat badge to README.md
| * Add Gitter badgeThe Gitter Badger2016-11-091-0/+2
|/
* Add dyn_tables package, rewrite tables using dyn_tables.Tristan Gingold2016-11-084-99/+256
|
* win32.c: install SEH handler only on i386Tristan Gingold2016-11-061-3/+9
|
* Merge pull request #185 from vicencb/mastertgingold2016-11-051-3/+3
|\ | | | | Minor fixes