Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | fix issues reported by Codacy | umarcor | 2021-06-22 | 2 | -4/+3 | |
| | ||||||
* | Fixed issues reported by Codacy. | Patrick Lehmann | 2021-06-22 | 1 | -1/+1 | |
| | ||||||
* | Prepared handling of functions, types, subtypes and aliases. | Patrick Lehmann | 2021-06-22 | 4 | -4/+4 | |
| | ||||||
* | Minimal handling of types and subtypes. | Patrick Lehmann | 2021-06-22 | 1 | -1/+1 | |
| | ||||||
* | Start handling function calls. | Patrick Lehmann | 2021-06-22 | 1 | -3/+3 | |
| | ||||||
* | New testing file. | Patrick Lehmann | 2021-06-22 | 1 | -2/+2 | |
| | ||||||
* | testsuite/pyunit/dom: test only vhdl source files from sanity/ | Tristan Gingold | 2021-06-22 | 1 | -1/+1 | |
| | ||||||
* | Merge pull request #1798 from Paebbels/paebbels/aggregates | tgingold | 2021-06-20 | 4 | -2/+177 | |
|\ | | | | | Python-C/Ada Bindings - Updated decorator | |||||
| * | Simplified prettyprint, as pyVHDLModel has now builtin __str__ methods for ↵ | Patrick Lehmann | 2021-06-19 | 1 | -9/+30 | |
| | | | | | | | | expressions, aggregates and literals. | |||||
| * | Added handling of Parenthesis. | Patrick Lehmann | 2021-06-19 | 1 | -2/+2 | |
| | | ||||||
| * | Testcase(s) for expressions. | Patrick Lehmann | 2021-06-19 | 2 | -2/+52 | |
| | | ||||||
| * | Added testcase for integer literals. | Patrick Lehmann | 2021-06-19 | 3 | -9/+105 | |
| | | ||||||
| * | Improvements to pyGHDL.dom. | Patrick Lehmann | 2021-06-19 | 1 | -1/+1 | |
| | | ||||||
| * | pyGHDL: handle c_double | umarcor | 2021-06-19 | 1 | -1/+1 | |
| | | ||||||
| * | Better aggregate handling | Patrick Lehmann | 2021-06-19 | 1 | -1/+1 | |
| | | ||||||
| * | First step towards aggregates. | Patrick Lehmann | 2021-06-19 | 1 | -0/+8 | |
| | | ||||||
* | | testsuite/pyunit/dom: replace AllVHDLSources.sh with AllSources.py | umarcor | 2021-06-19 | 2 | -31/+23 | |
| | | ||||||
* | | testsuite/pyunit: add AllVHDLSources.sh | umarcor | 2021-06-19 | 1 | -0/+31 | |
|/ | ||||||
* | Added handling of Floating Point. | Patrick Lehmann | 2021-06-18 | 1 | -1/+2 | |
| | ||||||
* | Reduced testcase. | Patrick Lehmann | 2021-06-17 | 1 | -10/+1 | |
| | ||||||
* | Updates to the dom namespace in pyGHDL. | Patrick Lehmann | 2021-06-17 | 3 | -5/+5 | |
| | ||||||
* | lsp testsuite: improve substitution (for windows) | Tristan Gingold | 2021-01-21 | 1 | -8/+13 | |
| | | | | URI and paths need to be substitued differently | |||||
* | LanguageServer: quote URI, adjust lsp.py (for Windows) | Tristan Gingold | 2021-01-20 | 1 | -1/+2 | |
| | | | | URI on windows have the colon character (':') quoted. | |||||
* | testsuite/pyunit/lsp: Remove verbosity flag | Tristan Gingold | 2021-01-20 | 1 | -1/+1 | |
| | ||||||
* | testsuite/pyunit/lsp: use absolute path and metavalue @ROOT@ | Tristan Gingold | 2021-01-19 | 17 | -96/+131 | |
| | ||||||
* | LanguageServer.py: print missing elements in case of errors | Tristan Gingold | 2021-01-18 | 1 | -6/+8 | |
| | ||||||
* | testsuite/pyunit/lsp/003errors: adjust testcase | Tristan Gingold | 2021-01-17 | 2 | -96/+1 | |
| | ||||||
* | testsuite/pyunit/lsp: check references and adjust them | Tristan Gingold | 2021-01-17 | 6 | -62/+132 | |
| | ||||||
* | testsuite/pyunit/lsp: rename test | Tristan Gingold | 2021-01-17 | 4 | -9/+5 | |
| | ||||||
* | pyunit/lsp: adjust tests | Tristan Gingold | 2021-01-16 | 12 | -152/+64 | |
| | ||||||
* | pyunit/lsp: fix and reenable some tests | Tristan Gingold | 2021-01-16 | 3 | -59/+35 | |
| | ||||||
* | Make API more pythonic be replacing C-like byte arrays with str. Abstracted ↵ | Patrick Lehmann | 2021-01-10 | 1 | -1/+1 | |
| | | | | utf-8 encoding/decoding. | |||||
* | Adding types and docstrings to libghdl. | Patrick Lehmann | 2021-01-10 | 1 | -2/+2 | |
| | ||||||
* | testuite/pyunit: call pyGHDL.cli.lsp instead of ghdl-ls | umarcor | 2021-01-08 | 1 | -2/+2 | |
| | ||||||
* | Marked failing tests with `@skip` for now. | Patrick Lehmann | 2021-01-07 | 1 | -24/+31 | |
| | ||||||
* | Added test module for LanguageServer tests containing 8 test groups 001..008 ↵ | Patrick Lehmann | 2021-01-07 | 1 | -0/+199 | |
| | | | | and 10 tests. | |||||
* | Added json files from https://github.com/ghdl/ghdl-language-server repository. | Patrick Lehmann | 2021-01-07 | 33 | -0/+3787 | |
| | ||||||
* | Fixed parameter reference. | Patrick Lehmann | 2021-01-05 | 1 | -1/+1 | |
| | ||||||
* | Add a testcase for packages. | Patrick Lehmann | 2021-01-01 | 1 | -1/+1 | |
| | ||||||
* | Enable coverage collection in pytest. | Patrick Lehmann | 2021-01-01 | 1 | -0/+31 | |
| | ||||||
* | Added file headers and license texts. (#1564) | Patrick Lehmann | 2020-12-31 | 2 | -1/+3 | |
| | ||||||
* | Executing Python unit tests in Parallel Processes (#1558) | Patrick Lehmann | 2020-12-30 | 4 | -40/+7 | |
| | | | | | | | | | | | | | | | | | | | | | * Prepare pyunit tests for parallel and independent execution with pytest/pytest-forked. * Added forked pytest test executions. * Added a pytest ini-file * Corrected pytest settings. * Adjusting PYTHONPATH. * Reverted changes required for pytest without modified file search patterns. (cherry picked from commit 0207b11cfef029f2ed765df3ad983ef47cc0838b) * Run pyunit tests without '--forked'. * Deactivate black. (cherry picked from commit d6b68588d4de26bf94181ea726be969cd09aadf0) | |||||
* | Rework initialization and finalization. | Tristan Gingold | 2020-12-30 | 1 | -0/+1 | |
| | | | | libghdl can now be re-initialized. | |||||
* | Activated 'analyze_init_status' in Python code. | Patrick Lehmann | 2020-12-29 | 1 | -2/+2 | |
| | ||||||
* | testsuite: rm pyunit/testsuite.sh | umarcor | 2020-12-29 | 1 | -59/+0 | |
| | ||||||
* | pyGHDL/libghdl: fix absolute imports | umarcor | 2020-12-29 | 1 | -1/+1 | |
| | ||||||
* | Merge remote-tracking branch 'github-umarcor/py/GHDL' into paebbels/pyGHDL | Patrick Lehmann | 2020-12-29 | 1 | -2/+4 | |
|\ | ||||||
| * | testuite/pyunit: set PYTHONPATH | umarcor | 2020-12-29 | 1 | -0/+2 | |
| | | ||||||
| * | testuite: run pyunit from the root of the repo | umarcor | 2020-12-29 | 1 | -2/+2 | |
| | | ||||||
* | | Fixed package names in pyGHDL.dom and Initialize test case. | Patrick Lehmann | 2020-12-29 | 1 | -9/+6 | |
|/ |