Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add testcase for #627 | Tristan Gingold | 2018-07-22 | 2 | -0/+13 | |
| | ||||||
* | avoid crash in scanner if a number is followed by a number. | Tristan Gingold | 2018-07-22 | 1 | -1/+2 | |
| | | | | Fix #627 | |||||
* | Add testcase for #626 | Tristan Gingold | 2018-07-22 | 5 | -0/+5139 | |
| | ||||||
* | elab_object_init: allocate bounds for unounded aggregate if needed. | Tristan Gingold | 2018-07-22 | 1 | -5/+12 | |
| | | | | Fix #626 | |||||
* | Also set -fX and --std to GHDLFLAGS for --gen-makefile | Tristan Gingold | 2018-07-21 | 1 | -0/+2 | |
| | | | | Fix #624 | |||||
* | Add testcase for #623 | Tristan Gingold | 2018-07-20 | 2 | -0/+24 | |
| | ||||||
* | sem_type: avoid crash after error in record constraint. | Tristan Gingold | 2018-07-20 | 1 | -3/+8 | |
| | | | | Fix #623 | |||||
* | Add reproducer for #621 | Tristan Gingold | 2018-07-08 | 3 | -0/+31 | |
| | ||||||
* | sem_names: indexed attribute declaration is an error. | Tristan Gingold | 2018-07-08 | 1 | -2/+4 | |
| | | | | Fix #621 | |||||
* | Merge pull request #617 from vuokko/compile-altera | Patrick Lehmann | 2018-07-02 | 1 | -1/+72 | |
|\ | | | | | Cyclone 1,2,3 support for compile-altera.sh | |||||
| * | Fixes for compile-altera.sh based on feedback | Hannu Vuolasaho | 2018-06-30 | 1 | -9/+22 | |
| | | ||||||
| * | Cyclone 1,2,3 support for compile-altera.sh | Hannu Vuolasaho | 2018-06-29 | 1 | -1/+59 | |
|/ | | | | | | | Quartus 13 is last version which supported older devices. Also first supported version of script. TODO: Port support to Windows, maybe add more file existence testing. | |||||
* | grt: use 64-bit type for Nbr_Cycles. | Tristan Gingold | 2018-06-28 | 2 | -6/+4 | |
| | | | | Fix #614 | |||||
* | pnodes.py: error message on undescribed node. | Tristan Gingold | 2018-06-21 | 1 | -2/+6 | |
| | ||||||
* | Add reproducer for #606 | Tristan Gingold | 2018-06-19 | 3 | -0/+42 | |
| | ||||||
* | Delay translation of default configuration. | Tristan Gingold | 2018-06-19 | 2 | -4/+19 | |
| | | | | Fix #606 | |||||
* | Add testcase for #609 | Tristan Gingold | 2018-06-16 | 2 | -0/+35 | |
| | ||||||
* | Avoid crash in case of incorrect use of signature. | Tristan Gingold | 2018-06-16 | 1 | -4/+27 | |
| | | | | Fix #609 | |||||
* | Merge pull request #601 from 1138-4EB/fix-make-use-tail | Patrick Lehmann | 2018-06-09 | 1 | -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 lines | 1138-4EB | 2018-06-08 | 1 | -1/+4 | |
| | | ||||||
* | | Merge pull request #602 from 1138-4EB/update-fedora | Patrick Lehmann | 2018-06-09 | 1 | -2/+2 | |
|\ \ | |/ |/| | Use fedora28 instead of fedora26. | |||||
| * | use fedora28 instead of fedora26 | 1138-4EB | 2018-06-08 | 1 | -2/+2 | |
|/ | ||||||
* | Add testcase for #598 | Tristan Gingold | 2018-06-08 | 2 | -0/+31 | |
| | ||||||
* | evaluation: handle to_string for arrays. | Tristan Gingold | 2018-06-08 | 1 | -0/+30 | |
| | | | | Fix #598 | |||||
* | 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 |