aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* src/grt/Makefile.inc: grt/grt-files: Remove CR from line endsChristian Cornelssen2018-05-201-1/+1
| | | | | | Under Cygwin, generated *.adb files get CRLF line endings. These get propagated to grt/grt-files and later confuse the ar command for libgrt.a (because IFS does not contain CR).
* configure: Fall back to `pwd` if `pwd -W` does not workChristian Cornelssen2018-05-191-3/+3
| | | | | | This enables configure runs under Cygwin. Also (re)move an unused curdir=`pwd`.
* Fix warning: use clause for package has no effectVicente Bergas2018-05-0319-49/+4
| | | | | | | With gcc 8.1 the following message appears: warning: use clause for package "*" has no effect gnatmake: "*.adb" compilation error This patch fixes it.
* Add testcase for #563Tristan Gingold2018-04-305-0/+149
|
* Avoid crash on empty parentheses.Tristan Gingold2018-04-301-4/+18
| | | | Fix #563
* Use specific error message for direction mismatch.Tristan Gingold2018-04-256-24/+74
| | | | Fix #559
* Add reproducer for #559Tristan Gingold2018-04-242-0/+78
|