aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add testcase for #609Tristan Gingold2018-06-162-0/+35
|
* Avoid crash in case of incorrect use of signature.Tristan Gingold2018-06-161-4/+27
| | | | Fix #609
* Merge pull request #601 from 1138-4EB/fix-make-use-tailPatrick Lehmann2018-06-091-1/+4
|\ | | | | Log STDERR of make to a file and use tail to show last 1000 lines.
| * log stderr of make to a file and use tail to show last 1000 lines1138-4EB2018-06-081-1/+4
| |
* | Merge pull request #602 from 1138-4EB/update-fedoraPatrick Lehmann2018-06-091-2/+2
|\ \ | |/ |/| Use fedora28 instead of fedora26.
| * use fedora28 instead of fedora261138-4EB2018-06-081-2/+2
|/
* Add testcase for #598Tristan Gingold2018-06-082-0/+31
|
* evaluation: handle to_string for arrays.Tristan Gingold2018-06-081-0/+30
| | | | Fix #598
* add :z to the docker bind argument1138-4EB2018-06-071-1/+1
|
* Merge pull request #591 from gritbub/documentation-revisionsPatrick Lehmann2018-06-0622-554/+544
|\ | | | | Rephrase documentation - typos, grammatical nuance, and links
| * Add reference to Windows PowerShell upgradegritbub2018-06-051-0/+2
| |
| * Fix typogritbub2018-06-051-1/+1
| | | | | | | | | | | | | | @gwtnb opened PR 597 while PR 591 was still open, pointing out this typo that had been missed. Incorporate this typo fix into PR 591
| * Reduce after-sentence spacing to one spacegritbub2018-06-057-125/+125
| | | | | | | | | | | | | | | | | | During PR 591 it was decided that all sentences should be ended with a period and then followed by only one space. Regex changed 132 instances of two spaces to one space (in 7 files). Also changed the second paragraph of CodingStyle to dictate the use of one space instead of two.
| * Remove single quotes around linksgritbub2018-06-045-16/+16
| |
| * Elaborate the contents of the bug report templategritbub2018-06-041-2/+2
| | | | | | | | Also add a link to 1138-4EB/issue-runner
| * Standardize indentation to 2 spacesgritbub2018-06-044-201/+201
| | | | | | | | | | Change indentation within documentation code blocks to 2 space indents instead of 3.
| * Move short option after long optiongritbub2018-06-041-26/+26
| | | | | | | | Clean up indentation.
| * Replace Minimum with Minimalgritbub2018-06-021-1/+1
| |
| * Change pronouns from singular to plural.gritbub2018-06-023-3/+3
| | | | | | | | | | | | | | Address 3 requested changes: -[Meta](https://github.com/ghdl/ghdl/pull/591/files#r192524451) -[Roadmap](https://github.com/ghdl/ghdl/pull/591/files#r192524641) -[ImplementationOfVHDL](https://github.com/ghdl/ghdl/pull/591/files#r192529073)
| * Rephrase documentation - typos, grammatical nuance, and linksgritbub2018-06-0122-382/+370
| |
* | add gcc case to build.sh1138-4EB2018-06-051-4/+47
| |
* | fix typo in Makefile.in: ortho-lang-8.c1138-4EB2018-06-051-1/+1
| |
* | Add support for gcc 8.1 as a backend.Tristan Gingold2018-06-022-1/+2168
| | | | | | | | Fix #568
* | grt: add declaration to fill the gap with gcc 8.1Tristan Gingold2018-06-021-0/+10
| | | | | | | | For #568
* | Add No_Secondary_Stack restriction.Tristan Gingold2018-06-011-0/+2
| |
* | Rename issue581 -> issue584Tristan Gingold2018-06-013-0/+0
| |
* | Add reproducer for #581Tristan Gingold2018-06-013-0/+59
| |
* | Add reproducer for #586Tristan Gingold2018-06-013-0/+26
| |
* | ortho_llvm: remove outdated comment.Tristan Gingold2018-06-013-3/+0
|/
* update contributing1138-4EB2018-05-301-1/+1
|
* Remove redundant use-clauses for gcc 8.1 compatibilityTruls Asheim2018-05-307-15/+1
|
* Merge pull request #587 from 1138-4EB/add-wait-entPatrick Lehmann2018-05-291-0/+1
|\ | | | | add wait statement to bug_report reproduction example
| * add wait statement to bug_report reproduction example1138-4EB2018-05-291-0/+1
|/
* Merge pull request #585 from 1138-4EB/split-dockerPatrick Lehmann2018-05-2720-278/+24
|\ | | | | move docker-related resources to ghdl/docker
| * move docker-related resources to ghdl/docker1138-4EB2018-05-2720-278/+24
|/
* Merge pull request #583 from 1138-4EB/add-issue-templatesPatrick Lehmann2018-05-267-6/+125
|\ | | | | add .github (issue templates)
| * add .github (issue templates)1138-4EB2018-05-267-6/+125
|/
* Merge pull request #582 from 1138-4EB/occured-typoPatrick Lehmann2018-05-2613-513/+513
|\ | | | | fix 'occured' typo
| * fix 'occured' typo1138-4EB2018-05-2613-513/+513
|/
* Apply previous patch to llvm-nodebugTristan Gingold2018-05-261-8/+17
|
* Add testcase for #578Tristan Gingold2018-05-263-0/+552
|
* ortho_llvm: do not generate loop_stmt/indexed_element if unreachable.Tristan Gingold2018-05-262-16/+34
| | | | Fix for #578
* pnodes.py: add --kind-range-prefix option.Tristan Gingold2018-05-231-4/+11
|
* pnodes: do not allow redeclaration.Tristan Gingold2018-05-231-0/+3
|
* activate xcode9.3 only1138-4EB2018-05-231-5/+3
|
* add xcode8.3 and xcode9.3 travis jobs1138-4EB2018-05-231-2/+7
|
* Revert previous commit (use -$(MKDIR) in Makefile.in)Tristan Gingold2018-05-231-6/+6
| | | | This reverts commit 0d4bfcdca0e2cda064e82a7e9dfad323877c4c88.
* Update Makefile.inflip1112018-05-221-6/+6
| | | make fails if mkdir command fails. `-` in front of mkdir treats it as a success. This is useful when reusing existing `bin`-dir & friends. Or when building/installing ghdl a second time
* Makefile.in: Use INSTALL_PROGRAM for anything with SOEXTChristian Cornelssen2018-05-211-3/+3
| | | | | This sets x permissions. Without those, object loaders may complain, as Cygwin does when running testsuite/gna/issue450.
* configure: Select correct SOEXT, EXEEXT, PIC_FLAGS for CygwinChristian Cornelssen2018-05-211-1/+2
|