Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | black: rerun, to pick pyproject settings | umarcor | 2021-08-23 | 1 | -7/+4 |
| | |||||
* | lsp/lsp.py: do not quote driver letter colon when creating an uri. | Tristan Gingold | 2021-07-06 | 1 | -1/+5 |
| | | | | For ghdl-language-server#79 | ||||
* | fix more codacy issues | umarcor | 2021-06-23 | 1 | -3/+3 |
| | |||||
* | fix issues reported by Codacy | umarcor | 2021-06-22 | 1 | -1/+1 |
| | |||||
* | pyGHDL: format using black | Xiretza | 2021-02-10 | 1 | -0/+1 |
| | |||||
* | LanguageServer: quote URI, adjust lsp.py (for Windows) | Tristan Gingold | 2021-01-20 | 1 | -2/+1 |
| | | | | URI on windows have the colon character (':') quoted. | ||||
* | lsp.py: only use urllib (as python3 is required) | Tristan Gingold | 2021-01-20 | 1 | -6/+3 |
| | |||||
* | pyGHDL/lsp: adjust quoting for Windows | Tristan Gingold | 2021-01-20 | 1 | -1/+2 |
| | |||||
* | lsp.py: factorize is_windows | Tristan Gingold | 2021-01-19 | 1 | -2/+3 |
| | |||||
* | pyGHDL: tentatively fix tests failure | Tristan Gingold | 2021-01-16 | 1 | -4/+6 |
| | |||||
* | pyGHDL: remove dependency on attr | Tristan Gingold | 2021-01-16 | 1 | -36/+0 |
| | |||||
* | rework 'python', rename to 'pyGHDL' | umarcor | 2020-12-27 | 1 | -0/+311 |
* 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'. |