Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | black: rerun, to pick pyproject settings | umarcor | 2021-08-23 | 1 | -10/+3 |
| | |||||
* | lsp/document.py: fix a typo in a call to _Replace_Text | Tristan Gingold | 2021-07-22 | 1 | -1/+1 |
| | |||||
* | lsp/document.py: extend source buffer if necessary during reload | Tristan Gingold | 2021-07-22 | 1 | -10/+16 |
| | |||||
* | fix more codacy issues | umarcor | 2021-06-23 | 1 | -1/+1 |
| | |||||
* | pyGHDL: automatically add type annotations for nodes.py | Tristan Gingold | 2021-06-18 | 1 | -1/+1 |
| | | | | Add missing types in _types.py, adjust lsp | ||||
* | Using a decorator to bind libghdl to Python. | Patrick Lehmann | 2021-06-17 | 1 | -1/+1 |
| | |||||
* | pyGHDL: update formatting to black 21.4 | Xiretza | 2021-04-26 | 1 | -1/+1 |
| | |||||
* | Make API more pythonic be replacing C-like byte arrays with str. Abstracted ↵ | Patrick Lehmann | 2021-01-10 | 1 | -2/+2 |
| | | | | utf-8 encoding/decoding. | ||||
* | rework 'python', rename to 'pyGHDL' | umarcor | 2020-12-27 | 1 | -0/+226 |
* Rename 'python' to 'pyGHDL'. * Let 'thin' be 'libghdl'. * Move move 'pyutils.py' from 'python/libghdl/vhdl' to a separate package ('pyGHDL/libghdl/utils/'). * Update 'vhdl_langserver' accordingly. * Rename 'vhdl_langserver' to 'lsp'. * Move 'ghdl-ls' to 'pyGHDL/cli'. |