aboutsummaryrefslogtreecommitdiffstats
path: root/pyGHDL/lsp
Commit message (Collapse)AuthorAgeFilesLines
* LanguageServer: quote URI, adjust lsp.py (for Windows)Tristan Gingold2021-01-201-2/+1
| | | | URI on windows have the colon character (':') quoted.
* lsp.py: only use urllib (as python3 is required)Tristan Gingold2021-01-201-6/+3
|
* pyGHDL/lsp: check initialization errorTristan Gingold2021-01-201-1/+7
|
* pyGHDL/lsp: adjust quoting for WindowsTristan Gingold2021-01-201-1/+2
|
* lsp.py: factorize is_windowsTristan Gingold2021-01-191-2/+3
|
* pyGHDL: tentatively fix tests failureTristan Gingold2021-01-161-4/+6
|
* pyGHDL: remove dependency on attrTristan Gingold2021-01-161-36/+0
|
* Make API more pythonic be replacing C-like byte arrays with str. Abstracted ↵Patrick Lehmann2021-01-103-7/+7
| | | | utf-8 encoding/decoding.
* Fixed references: Get_Is_Ref has only 1 parameter.Patrick Lehmann2021-01-071-1/+1
|
* Fixed workspace: A function is called, so must be 'Get_Date_State'.Patrick Lehmann2021-01-071-1/+1
|
* scripts: move 'pyGHDL/xtools' to 'scripts', update Makefiles and docs ↵umarcor2020-12-281-1/+1
| | | | accordingly
* pyGHDL: move 'lsp/main.py' to 'cli/ghdl-ls.py'umarcor2020-12-272-129/+23
|
* rework 'python', rename to 'pyGHDL'umarcor2020-12-2711-0/+1652
* 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'.