Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | testsuite/pyunit/lsp: add a test for removing diags on close | Tristan Gingold | 2022-06-26 | 4 | -0/+567 | |
| | | | ||||||
* | | | pyGHDL/lsp: remove diagnostics when a file is closed | Tristan Gingold | 2022-06-26 | 1 | -1/+2 | |
| | | | ||||||
* | | | pyGHDL/lsp: ignore setTrace request | Tristan Gingold | 2022-06-26 | 1 | -0/+4 | |
| | | | ||||||
* | | | testsuite/pyunit/lsp: adjust README | Tristan Gingold | 2022-06-26 | 1 | -2/+2 | |
| | | | ||||||
* | | | testsuite/pyunit/lsp: add a test for ghdl/ghdl-language-server#28 | Tristan Gingold | 2022-06-26 | 6 | -0/+714 | |
| | | | ||||||
* | | | pyGHDL/lsp/workspace.py: handle entity_aspect_entity | Tristan Gingold | 2022-06-26 | 1 | -5/+13 | |
| | | | | | | | | | | | | Fix ghdl/ghdl-language-server#28 | |||||
* | | | Add a readme in testsuite/pyunit/lsp | Tristan Gingold | 2022-06-25 | 1 | -0/+45 | |
| | | | ||||||
* | | | testsuite/pyunit: add a test for ghdl/ghdl-language-server#122 | Tristan Gingold | 2022-06-25 | 3 | -0/+610 | |
| | | | ||||||
* | | | errorout_memory.py: decode messages using latin-1 | Tristan Gingold | 2022-06-25 | 1 | -1/+1 | |
| | | | | | | | | | | | | Fix ghdl/ghdl-language-server#122 | |||||
* | | | pyGHDL/lsp: load files as bytes string | Tristan Gingold | 2022-06-25 | 2 | -4/+5 | |
| | | | ||||||
* | | | testsuite/gna: add a test for #2101 | Tristan Gingold | 2022-06-25 | 2 | -0/+30 | |
|/ / | ||||||
* | | doc: fix outdated link in precompile vendor readme (#2106) | Unai Martinez-Corral | 2022-06-22 | 1 | -3/+3 | |
|\ \ | ||||||
| * | | Fix outdated link in precompile vendor readme | Hauke Günther | 2022-06-22 | 1 | -2/+2 | |
| | | | ||||||
| * | | Fix typo | Hauke Günther | 2022-06-22 | 1 | -1/+1 | |
| | | | ||||||
* | | | testsuite/gna: add tests for #2104 | Tristan Gingold | 2022-06-22 | 7 | -0/+115 | |
| | | | ||||||
* | | | trans-chap8: adjust conditions to pass parameters. Fix #2104 | Tristan Gingold | 2022-06-22 | 1 | -2/+9 | |
|/ / | ||||||
* | | testsuite/gna: add a test for #2103 | Tristan Gingold | 2022-06-21 | 9 | -0/+594 | |
| | | ||||||
* | | vhdl-sem.adb: avoid a crash on conformance error. Fix #2103 | Tristan Gingold | 2022-06-21 | 1 | -2/+2 | |
| | | ||||||
* | | pyGHDL: codacy issues | umarcor | 2022-06-20 | 1 | -2/+1 | |
| | | ||||||
* | | Bumped dependencies to support pyTooling ≥2.0. | Patrick Lehmann | 2022-06-19 | 9 | -30/+44 | |
|\ \ | ||||||
| * | | Made paths relative, so it can be launched from testsuits directory too. | Patrick Lehmann | 2022-06-19 | 1 | -3/+5 | |
| | | | ||||||
| * | | Enabled AMS support for all VHDL files. Added more [NOT IMPLEMENTED] rules ↵ | Patrick Lehmann | 2022-06-19 | 3 | -13/+26 | |
| | | | | | | | | | | | | to support VHDL-AMS code. | |||||
| * | | Checking if all other stuff is working without sanity checks. | Patrick Lehmann | 2022-06-18 | 1 | -0/+1 | |
| | | | ||||||
| * | | Updated dependency to pyVHDLModel to 0.14.4. | Patrick Lehmann | 2022-06-18 | 1 | -1/+1 | |
| | | | ||||||
| * | | Bumped Python package dependencies in pyGHDL. | Patrick Lehmann | 2022-06-18 | 3 | -7/+7 | |
| | | | ||||||
| * | | Fixed failing sanity checks for pyGHDL.dom in coverage job. | Patrick Lehmann | 2022-06-18 | 2 | -4/+6 | |
| | | | ||||||
| * | | Bumped dependency of pyVHDLModel to latest release. | Patrick Lehmann | 2022-06-18 | 2 | -2/+2 | |
| | | | ||||||
| * | | Workaround for Application class. | Patrick Lehmann | 2022-06-18 | 1 | -6/+2 | |
| | | | ||||||
| * | | Bumped dependencies to support pyTooling ≥2.0. | Patrick Lehmann | 2022-06-18 | 2 | -3/+3 | |
| | | | ||||||
* | | | vhdl-sem_lib: do not disable warnings for files in -c/-r | Tristan Gingold | 2022-06-19 | 1 | -1/+5 | |
| | | | ||||||
* | | | testsuite/gna: add a test for #2066 | Tristan Gingold | 2022-06-19 | 3 | -0/+46 | |
| | | | ||||||
* | | | trans-chap7: translate anonymous subtype of overflow literal. Fox #2066 | Tristan Gingold | 2022-06-19 | 1 | -2/+6 | |
| | | | ||||||
* | | | vhdl-sem_expr: check expression index range for aggregate. Fix #2066 | Tristan Gingold | 2022-06-19 | 1 | -0/+25 | |
|/ / | ||||||
* | | doc: document all warnings | Tristan Gingold | 2022-06-17 | 1 | -23/+122 | |
| | | ||||||
* | | testsuite/synth: add a test for #2099 | Tristan Gingold | 2022-06-16 | 2 | -0/+39 | |
| | | ||||||
* | | synth-vhdl_insts(synth_single_input_assoc): handle type conversion. | Tristan Gingold | 2022-06-16 | 2 | -4/+13 | |
| | | | | | | | | Fix #2099 | |||||
* | | testsuite/gna: add a test for #2098 | Tristan Gingold | 2022-06-16 | 2 | -0/+167 | |
| | | ||||||
* | | vhdl-sem.adb(are_trees_equal): handle simple aggregate. | Tristan Gingold | 2022-06-16 | 1 | -14/+12 | |
| | | | | | | | | Fix #2098 | |||||
* | | testsuite/gna: add a test for #2065 | Tristan Gingold | 2022-06-16 | 4 | -0/+742 | |
| | | ||||||
* | | vhdl/translate: handle inertial association in recursive instantiation | Tristan Gingold | 2022-06-16 | 2 | -2/+16 | |
| | | | | | | | | Fix #2065 | |||||
* | | testsuite/gna: add a test for #2097 | Tristan Gingold | 2022-06-16 | 6 | -0/+209 | |
| | | ||||||
* | | vhdl-sem_names: handle element and subtype attributes for type conv. | Tristan Gingold | 2022-06-16 | 1 | -22/+26 | |
| | | | | | | | | Fix #2097 | |||||
* | | vhdl-sem_expr: do not attribute element or subtype attributes as expr. | Tristan Gingold | 2022-06-16 | 1 | -0/+2 | |
| | | | | | | | | For #2097 | |||||
* | | testsuite/gna: add a test for #2071 | Tristan Gingold | 2022-06-15 | 4 | -0/+111 | |
| | | ||||||
* | | vhdl: handle 'element in 'range. Fix #2071 | Tristan Gingold | 2022-06-15 | 2 | -23/+104 | |
| | | ||||||
* | | Add comments | Tristan Gingold | 2022-06-15 | 2 | -1/+2 | |
| | | ||||||
* | | testsuite/synth: add a test for #2093 | Tristan Gingold | 2022-06-15 | 3 | -1/+54 | |
| | | ||||||
* | | netlists-rename: handle handle signal instances. Fix #2093 | Tristan Gingold | 2022-06-15 | 3 | -2/+28 | |
| | | ||||||
* | | testsuite/synth: add a test for #2054 | Tristan Gingold | 2022-06-14 | 2 | -0/+27 | |
| | | ||||||
* | | src/synth: add netlists.rename to rename identifiers. Fix #2054 | Tristan Gingold | 2022-06-14 | 4 | -2/+132 | |
| | |