aboutsummaryrefslogtreecommitdiffstats
path: root/pyGHDL/cli
Commit message (Collapse)AuthorAgeFilesLines
...
* Extract CLI parameters from ghdl-ls.Patrick Lehmann2021-01-051-14/+29
|
* lsp.py: display trace environment variable in the helpTristan Gingold2021-01-041-1/+1
|
* pyGHDL: rename ghdl-ls to lsp.pyTristan Gingold2021-01-041-0/+0
|
* Added file headers and license texts. (#1564)Patrick Lehmann2020-12-312-0/+69
|
* Fixed language server.Patrick Lehmann2020-12-291-8/+8
|
* Fixed typo in 'ghdl-ls'.Patrick Lehmann2020-12-281-1/+1
|
* Merge remote-tracking branch 'github-umarcor/py/GHDL' into paebbels/pyGHDLPatrick Lehmann2020-12-281-3/+106
|\
| * pyGHDL: move 'lsp/main.py' to 'cli/ghdl-ls.py'umarcor2020-12-271-3/+106
| |
* | Make pyGHDL/cli a Python package.Patrick Lehmann2020-12-271-0/+0
|/
* rework 'python', rename to 'pyGHDL'umarcor2020-12-271-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'.