aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix issue #394 for windows.Tristan Gingold2017-08-301-1/+1
|
* Add reproducer for #394Tristan Gingold2017-08-303-0/+40
|
* Write assert and report messages to stdoutTristan Gingold2017-08-305-8/+28
| | | | Fix #394
* appveyor: use branch in versionTristan Gingold2017-08-271-1/+1
|
* travis: add gpl packagingTristan Gingold2017-08-277-78/+158
|
* travis-ci: use matrix for docker buildsTristan Gingold2017-08-259-139/+114
|
* appveyor: don't put branch in version (until we know how to do it).Tristan Gingold2017-08-251-1/+1
|
* appveyor: tentatively adjust previous commit.Tristan Gingold2017-08-251-1/+1
|
* appveyor: do not hardcode releaseTristan Gingold2017-08-251-8/+4
|
* Add testcase for #400Tristan Gingold2017-08-252-0/+28
|
* Handle protected function as association conversion function.Tristan Gingold2017-08-254-18/+71
| | | | Fix #400
* Add sanity/ testsuite.Tristan Gingold2017-08-199-0/+137
|
* Add --enable-openieee to configureTristan Gingold2017-08-193-8/+27
|
* Add clean-pure-gpl, allow to build with openieeeTristan Gingold2017-08-192-14/+58
|
* travis-ci: tentatively use cache only on macos-xTristan Gingold2017-08-181-4/+3
|
* travis-ci: don't disp gna logTristan Gingold2017-08-185-47/+55
|
* travis-ci: don't display vests logTristan Gingold2017-08-181-1/+14
|
* travis-ci: move tests driver to buildtest.sh, clean cache before setting it.Tristan Gingold2017-08-184-28/+42
|
* travis: add fold around env.Tristan Gingold2017-08-171-0/+2
|
* travis-ci: investigate gnat-gpl install issueTristan Gingold2017-08-172-3/+4
|
* travis-ci: fix fold (again?) and macos-xTristan Gingold2017-08-172-5/+7
|
* travis-ci: try build on macos xTristan Gingold2017-08-174-17/+83
|
* travis: remove script deploy, adjust fold.Tristan Gingold2017-08-172-5/+3
|
* travis: use matrix with os-x, add fold commands in logTristan Gingold2017-08-172-4/+23
|
* Added std_logic_misc for all VHDL versions to the synopsys flavor ↵Patrick Lehmann2017-08-162-18/+16
| | | | (PowerShell). Fixed an issue in Format-VHDLSourceFile.
* Reimport appveyor and travis-ci scripts from v0.34Tristan Gingold2017-08-169-271/+186
|
* Add testcase for #397Tristan Gingold2017-08-162-0/+36
|
* Avoid crash in overload resolution of selected element.Tristan Gingold2017-08-161-2/+8
| | | | Fix #397
* Add reproducer for #395Tristan Gingold2017-08-033-0/+25
|
* sem_names: fix a crash with overload on a slice.Tristan Gingold2017-08-031-0/+1
| | | | Fix #395
* Reworked and improved pre-compile scripts.Patrick Lehmann2017-07-2915-428/+1881
| | | | | Added Intel FPGA support. Extended list of UVVM verification IPs.
* Add testcase for #392Tristan Gingold2017-07-272-0/+17
|
* Translation: consider big arrays as non-static.Tristan Gingold2017-07-271-1/+12
| | | | Fix #392
* Set version to 0.35-devTristan Gingold2017-07-261-2/+2
|
* Add testcase for #389Tristan Gingold2017-07-222-0/+15
|
* Avoid crash on indexed enumeration literal.Tristan Gingold2017-07-221-1/+2
| | | | Fix #389
* Add testcase for #388Tristan Gingold2017-07-222-0/+17
|
* is_same_profile: handle enumeration_literal and function.Tristan Gingold2017-07-221-0/+10
| | | | Fix #388
* Add testcase for #387Tristan Gingold2017-07-222-0/+12
|
* Improve error handling on type mark.Tristan Gingold2017-07-222-1/+8
| | | | Fix #387
* configure: add --disable-checksTristan Gingold2017-07-212-10/+17
|
* Refine previous patch: don't keep obsolete units of current analyzed file.Tristan Gingold2017-07-202-34/+29
|
* libraries: mark unit obsolete to reduce the number of obsolete checks.Tristan Gingold2017-07-191-186/+270
| | | | Fix #385
* Add testcase from #382Tristan Gingold2017-07-146-0/+202
|
* Detect wait timeout overflow.Tristan Gingold2017-07-141-2/+7
| | | | Fix #382
* Add reproducer for #384Tristan Gingold2017-07-142-0/+35
|
* Set parent of implicit deallocate declaration.Tristan Gingold2017-07-141-0/+1
| | | | Fix #384
* vests: use ghdl --find-top instead of get_entities.Tristan Gingold2017-07-052-12/+33
| | | | Move log redirection to upper testsuite.sh
* Add ghdl --find-top command.Tristan Gingold2017-07-057-0/+345
|
* vests: fix incorrect assertions.Tristan Gingold2017-07-052-54/+54
|