Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | 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 |
| | |||||
* | Add testcase for #560 | Tristan Gingold | 2018-04-24 | 5 | -0/+244 |
| | |||||
* | sem_scopes: correctly handle conflicting potential visibility. | Tristan Gingold | 2018-04-24 | 1 | -2/+2 |
| | | | | Fix #560 | ||||
* | Complete testcase. | Tristan Gingold | 2018-04-23 | 2 | -0/+71 |
| | |||||
* | Add reproducer for previous commit. | Tristan Gingold | 2018-04-23 | 2 | -0/+46 |
| | |||||
* | Avoid a crash on incorrect range dimension. | Tristan Gingold | 2018-04-23 | 1 | -2/+9 |
| | |||||
* | Makefile.in: do not try to replace tarball. | Tristan Gingold | 2018-04-21 | 1 | -5/+6 |
| | | | | For #554 | ||||
* | Add testcase for #558 | Tristan Gingold | 2018-04-21 | 2 | -0/+25 |
| | |||||
* | add ref to tar.gz file in Building | 1138-4EB | 2018-04-21 | 2 | -2/+2 |
| | |||||
* | move COPYING_DOC.md to subdir doc | 1138-4EB | 2018-04-21 | 2 | -2/+2 |
| | |||||
* | travis-ci.sh: call make with ghdl_version. | Tristan Gingold | 2018-04-13 | 1 | -1/+2 |
| | | | | Tentative fix for #554 | ||||
* | Add reproducer for #553 | Tristan Gingold | 2018-04-12 | 3 | -0/+63 |
| | |||||
* | Avoid a crash on overload name used as a type mark. | Tristan Gingold | 2018-04-12 | 1 | -1/+7 |
| | | | | Fix #553 | ||||
* | Add reproducer for #552 | Tristan Gingold | 2018-04-11 | 2 | -0/+37 |
| | |||||
* | Fix bounds of unconstrained strings. | Tristan Gingold | 2018-04-11 | 1 | -2/+2 |
| | | | | Fix #552 | ||||
* | Add reproducer for #381. | Tristan Gingold | 2018-03-24 | 2 | -0/+24 |
| | |||||
* | Avoid crash after error. For #381 | Tristan Gingold | 2018-03-24 | 2 | -1/+5 |
| |