Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | add :z to the docker bind argument | 1138-4EB | 2018-06-07 | 1 | -1/+1 | |
| | ||||||
* | Merge pull request #591 from gritbub/documentation-revisions | Patrick Lehmann | 2018-06-06 | 22 | -554/+544 | |
|\ | | | | | Rephrase documentation - typos, grammatical nuance, and links | |||||
| * | Add reference to Windows PowerShell upgrade | gritbub | 2018-06-05 | 1 | -0/+2 | |
| | | ||||||
| * | Fix typo | gritbub | 2018-06-05 | 1 | -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 space | gritbub | 2018-06-05 | 7 | -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 links | gritbub | 2018-06-04 | 5 | -16/+16 | |
| | | ||||||
| * | Elaborate the contents of the bug report template | gritbub | 2018-06-04 | 1 | -2/+2 | |
| | | | | | | | | Also add a link to 1138-4EB/issue-runner | |||||
| * | Standardize indentation to 2 spaces | gritbub | 2018-06-04 | 4 | -201/+201 | |
| | | | | | | | | | | Change indentation within documentation code blocks to 2 space indents instead of 3. | |||||
| * | Move short option after long option | gritbub | 2018-06-04 | 1 | -26/+26 | |
| | | | | | | | | Clean up indentation. | |||||
| * | Replace Minimum with Minimal | gritbub | 2018-06-02 | 1 | -1/+1 | |
| | | ||||||
| * | Change pronouns from singular to plural. | gritbub | 2018-06-02 | 3 | -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 links | gritbub | 2018-06-01 | 22 | -382/+370 | |
| | | ||||||
* | | add gcc case to build.sh | 1138-4EB | 2018-06-05 | 1 | -4/+47 | |
| | | ||||||
* | | fix typo in Makefile.in: ortho-lang-8.c | 1138-4EB | 2018-06-05 | 1 | -1/+1 | |
| | | ||||||
* | | Add support for gcc 8.1 as a backend. | Tristan Gingold | 2018-06-02 | 2 | -1/+2168 | |
| | | | | | | | | Fix #568 | |||||
* | | grt: add declaration to fill the gap with gcc 8.1 | Tristan Gingold | 2018-06-02 | 1 | -0/+10 | |
| | | | | | | | | For #568 | |||||
* | | Add No_Secondary_Stack restriction. | Tristan Gingold | 2018-06-01 | 1 | -0/+2 | |
| | | ||||||
* | | Rename issue581 -> issue584 | Tristan Gingold | 2018-06-01 | 3 | -0/+0 | |
| | | ||||||
* | | Add reproducer for #581 | Tristan Gingold | 2018-06-01 | 3 | -0/+59 | |
| | | ||||||
* | | Add reproducer for #586 | Tristan Gingold | 2018-06-01 | 3 | -0/+26 | |
| | | ||||||
* | | ortho_llvm: remove outdated comment. | Tristan Gingold | 2018-06-01 | 3 | -3/+0 | |
|/ | ||||||
* | update contributing | 1138-4EB | 2018-05-30 | 1 | -1/+1 | |
| | ||||||
* | Remove redundant use-clauses for gcc 8.1 compatibility | Truls Asheim | 2018-05-30 | 7 | -15/+1 | |
| | ||||||
* | Merge pull request #587 from 1138-4EB/add-wait-ent | Patrick Lehmann | 2018-05-29 | 1 | -0/+1 | |
|\ | | | | | add wait statement to bug_report reproduction example | |||||
| * | add wait statement to bug_report reproduction example | 1138-4EB | 2018-05-29 | 1 | -0/+1 | |
|/ | ||||||
* | Merge pull request #585 from 1138-4EB/split-docker | Patrick Lehmann | 2018-05-27 | 20 | -278/+24 | |
|\ | | | | | move docker-related resources to ghdl/docker | |||||
| * | move docker-related resources to ghdl/docker | 1138-4EB | 2018-05-27 | 20 | -278/+24 | |
|/ | ||||||
* | Merge pull request #583 from 1138-4EB/add-issue-templates | Patrick Lehmann | 2018-05-26 | 7 | -6/+125 | |
|\ | | | | | add .github (issue templates) | |||||
| * | add .github (issue templates) | 1138-4EB | 2018-05-26 | 7 | -6/+125 | |
|/ | ||||||
* | Merge pull request #582 from 1138-4EB/occured-typo | Patrick Lehmann | 2018-05-26 | 13 | -513/+513 | |
|\ | | | | | fix 'occured' typo | |||||
| * | fix 'occured' typo | 1138-4EB | 2018-05-26 | 13 | -513/+513 | |
|/ | ||||||
* | Apply previous patch to llvm-nodebug | Tristan Gingold | 2018-05-26 | 1 | -8/+17 | |
| | ||||||
* | Add testcase for #578 | Tristan Gingold | 2018-05-26 | 3 | -0/+552 | |
| | ||||||
* | ortho_llvm: do not generate loop_stmt/indexed_element if unreachable. | Tristan Gingold | 2018-05-26 | 2 | -16/+34 | |
| | | | | Fix for #578 | |||||
* | pnodes.py: add --kind-range-prefix option. | Tristan Gingold | 2018-05-23 | 1 | -4/+11 | |
| | ||||||
* | pnodes: do not allow redeclaration. | Tristan Gingold | 2018-05-23 | 1 | -0/+3 | |
| | ||||||
* | activate xcode9.3 only | 1138-4EB | 2018-05-23 | 1 | -5/+3 | |
| | ||||||
* | add xcode8.3 and xcode9.3 travis jobs | 1138-4EB | 2018-05-23 | 1 | -2/+7 | |
| | ||||||
* | Revert previous commit (use -$(MKDIR) in Makefile.in) | Tristan Gingold | 2018-05-23 | 1 | -6/+6 | |
| | | | | This reverts commit 0d4bfcdca0e2cda064e82a7e9dfad323877c4c88. | |||||
* | Update Makefile.in | flip111 | 2018-05-22 | 1 | -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 SOEXT | Christian Cornelssen | 2018-05-21 | 1 | -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 Cygwin | Christian Cornelssen | 2018-05-21 | 1 | -1/+2 | |
| | ||||||
* | src/grt/Makefile.inc: grt/grt-files: Remove CR from line ends | Christian Cornelssen | 2018-05-20 | 1 | -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 work | Christian Cornelssen | 2018-05-19 | 1 | -3/+3 | |
| | | | | | | This enables configure runs under Cygwin. Also (re)move an unused curdir=`pwd`. | |||||
* | Fix warning: use clause for package has no effect | Vicente Bergas | 2018-05-03 | 19 | -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 #563 | Tristan Gingold | 2018-04-30 | 5 | -0/+149 | |
| | ||||||
* | Avoid crash on empty parentheses. | Tristan Gingold | 2018-04-30 | 1 | -4/+18 | |
| | | | | Fix #563 | |||||
* | Use specific error message for direction mismatch. | Tristan Gingold | 2018-04-25 | 6 | -24/+74 | |
| | | | | Fix #559 | |||||
* | Add reproducer for #559 | Tristan Gingold | 2018-04-24 | 2 | -0/+78 | |
| | ||||||
* | Improve error message for #560. | Tristan Gingold | 2018-04-24 | 2 | -1/+19 | |
| |