Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | pyGHDL: rename ghdl-ls to lsp.py | Tristan Gingold | 2021-01-04 | 1 | -141/+0 |
| | |||||
* | Added file headers and license texts. (#1564) | Patrick Lehmann | 2020-12-31 | 1 | -0/+34 |
| | |||||
* | Fixed language server. | Patrick Lehmann | 2020-12-29 | 1 | -8/+8 |
| | |||||
* | Fixed typo in 'ghdl-ls'. | Patrick Lehmann | 2020-12-28 | 1 | -1/+1 |
| | |||||
* | pyGHDL: move 'lsp/main.py' to 'cli/ghdl-ls.py' | umarcor | 2020-12-27 | 1 | -3/+106 |
| | |||||
* | rework 'python', rename to 'pyGHDL' | umarcor | 2020-12-27 | 1 | -0/+4 |
* 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'. |