Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | pyGHDL/lsp: style | umarcor | 2021-08-23 | 1 | -6/+3 |
| | |||||
* | black: rerun, to pick pyproject settings | umarcor | 2021-08-23 | 5 | -65/+21 |
| | |||||
* | lsp/symbols.py: handle simultaneous null statement. | Tristan Gingold | 2021-07-22 | 1 | -0/+1 |
| | |||||
* | lsp/document.py: fix a typo in a call to _Replace_Text | Tristan Gingold | 2021-07-22 | 1 | -1/+1 |
| | |||||
* | lsp/document.py: extend source buffer if necessary during reload | Tristan Gingold | 2021-07-22 | 1 | -10/+16 |
| | |||||
* | 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 | ||||
* | lsp/vhdl_ls.py: slightly improve log message | Tristan Gingold | 2021-07-05 | 1 | -1/+1 |
| | |||||
* | Changed dependency files. Fixed a typo. | Patrick Lehmann | 2021-07-02 | 1 | -0/+1 |
| | |||||
* | fix more codacy issues | umarcor | 2021-06-23 | 5 | -16/+22 |
| | |||||
* | fix issues reported by Codacy | umarcor | 2021-06-22 | 2 | -8/+8 |
| | |||||
* | pyGHDL: automatically add type annotations for nodes.py | Tristan Gingold | 2021-06-18 | 2 | -4/+4 |
| | | | | Add missing types in _types.py, adjust lsp | ||||
* | Using a decorator to bind libghdl to Python. | Patrick Lehmann | 2021-06-17 | 1 | -1/+1 |
| | |||||
* | Removed duplicate keys in dictionary. | Patrick Lehmann | 2021-06-17 | 1 | -2/+0 |
| | | | | (cherry picked from commit 2ab737115eb3fe650cfc559fd3f5a9a3ef9656e7) | ||||
* | pyGHDL: update formatting to black 21.4 | Xiretza | 2021-04-26 | 1 | -1/+1 |
| | |||||
* | pyGHDL/lsp/workspace.py: reformat | Tristan Gingold | 2021-02-19 | 1 | -4/+1 |
| | |||||
* | lsp/workspace.py: remove extract encode. | Tristan Gingold | 2021-02-18 | 1 | -2/+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: check initialization error | Tristan Gingold | 2021-01-20 | 1 | -1/+7 |
| | |||||
* | 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 |
| | |||||
* | Make API more pythonic be replacing C-like byte arrays with str. Abstracted ↵ | Patrick Lehmann | 2021-01-10 | 3 | -7/+7 |
| | | | | utf-8 encoding/decoding. | ||||
* | Fixed references: Get_Is_Ref has only 1 parameter. | Patrick Lehmann | 2021-01-07 | 1 | -1/+1 |
| | |||||
* | Fixed workspace: A function is called, so must be 'Get_Date_State'. | Patrick Lehmann | 2021-01-07 | 1 | -1/+1 |
| | |||||
* | scripts: move 'pyGHDL/xtools' to 'scripts', update Makefiles and docs ↵ | umarcor | 2020-12-28 | 1 | -1/+1 |
| | | | | accordingly | ||||
* | pyGHDL: move 'lsp/main.py' to 'cli/ghdl-ls.py' | umarcor | 2020-12-27 | 2 | -129/+23 |
| | |||||
* | rework 'python', rename to 'pyGHDL' | umarcor | 2020-12-27 | 11 | -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'. |