Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Converted string formatting to f-strings. | Patrick Lehmann | 2022-11-30 | 1 | -1/+1 |
| | |||||
* | pyGHDL/lsp: fix after renaming | Tristan Gingold | 2022-07-22 | 1 | -1/+1 |
| | |||||
* | black: rerun, to pick pyproject settings | umarcor | 2021-08-23 | 1 | -3/+1 |
| | |||||
* | lsp/symbols.py: handle simultaneous null statement. | Tristan Gingold | 2021-07-22 | 1 | -0/+1 |
| | |||||
* | Removed duplicate keys in dictionary. | Patrick Lehmann | 2021-06-17 | 1 | -2/+0 |
| | | | | (cherry picked from commit 2ab737115eb3fe650cfc559fd3f5a9a3ef9656e7) | ||||
* | rework 'python', rename to 'pyGHDL' | umarcor | 2020-12-27 | 1 | -0/+177 |
* 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'. |