aboutsummaryrefslogtreecommitdiffstats
path: root/pyGHDL/lsp/workspace.py
Commit message (Collapse)AuthorAgeFilesLines
* pyGHDL/lsp/workspace.py: reformatTristan Gingold2021-02-191-4/+1
|
* lsp/workspace.py: remove extract encode.Tristan Gingold2021-02-181-2/+1
|
* pyGHDL/lsp: check initialization errorTristan Gingold2021-01-201-1/+7
|
* Make API more pythonic be replacing C-like byte arrays with str. Abstracted ↵Patrick Lehmann2021-01-101-4/+4
| | | | utf-8 encoding/decoding.
* Fixed workspace: A function is called, so must be 'Get_Date_State'.Patrick Lehmann2021-01-071-1/+1
|
* rework 'python', rename to 'pyGHDL'umarcor2020-12-271-0/+499
* 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'.