index
:
iCE40/ghdl
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
pyGHDL
/
lsp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Converted string formatting to f-strings.
Patrick Lehmann
2022-11-30
3
-10
/
+10
*
Resolve crashes caused by inconsistent capitalization on Windows (fix issue #...
Farmadupe
2022-08-08
1
-14
/
+29
*
pyGHDL/lsp: fix after renaming
Tristan Gingold
2022-07-22
1
-1
/
+1
*
pyGHDL/lsp/workspace.py: run black
Tristan Gingold
2022-06-26
1
-1
/
+1
*
pyGHDL/lsp: remove diagnostics when a file is closed
Tristan Gingold
2022-06-26
1
-1
/
+2
*
pyGHDL/lsp: ignore setTrace request
Tristan Gingold
2022-06-26
1
-0
/
+4
*
pyGHDL/lsp/workspace.py: handle entity_aspect_entity
Tristan Gingold
2022-06-26
1
-5
/
+13
*
pyGHDL/lsp: load files as bytes string
Tristan Gingold
2022-06-25
2
-4
/
+5
*
pyGHDL/lsp: reformat
Tristan Gingold
2022-06-04
1
-3
/
+1
*
pyGHDL/lsp: enable warning for unassociated ports
Tristan Gingold
2022-06-04
1
-0
/
+1
*
pyGHDL/lsp: handle goto-reference on records elements
Tristan Gingold
2022-06-04
1
-1
/
+3
*
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
*
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
*
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
*
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
*
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 u...
Patrick Lehmann
2021-01-10
3
-7
/
+7
*
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 accordi...
umarcor
2020-12-28
1
-1
/
+1
*
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