aboutsummaryrefslogtreecommitdiffstats
path: root/pyGHDL/cli/lsp.py
Commit message (Collapse)AuthorAgeFilesLines
* Converted string formatting to f-strings.Patrick Lehmann2022-11-301-7/+7
|
* Changed export decorator from pydecor to pyTooling.DecoratorsPatrick Lehmann2021-12-121-3/+4
|
* pyGHDL/cli/lsp.py: fix --disp-configTristan Gingold2021-11-011-0/+2
|
* black: rerun, to pick pyproject settingsumarcor2021-08-231-9/+3
|
* pyGHDL/cli/lsp.py: adjust previous patch in __rotate_log_filesTristan Gingold2021-07-221-5/+7
|
* pyGHDL/cli/lsp: use pathlib instead of os.remove, os.rename and os.pathumarcor2021-07-181-19/+27
|
* lsp.py: print python platform and name for disp-configTristan Gingold2021-07-051-0/+3
|
* lsp.py: fix style (indentation)Tristan Gingold2021-07-031-1/+1
|
* lsp.py: remove oldest file.Tristan Gingold2021-07-031-0/+8
| | | | Partial work for ghdl-language-server#79
* Added a simple frontend for testing.Patrick Lehmann2021-06-171-8/+8
|
* pyGHDL: format using blackXiretza2021-02-101-6/+11
|
* doc: add ref to ghdl-language-server from ghdl-lsumarcor2021-02-011-2/+2
|
* Reworking pre-compile scripts for Windows (#1594)Patrick Lehmann2021-01-151-15/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Updated pre-compile scripts for OSVVM. * Reworked script for Vivado. * Reworked script for ISE. * Reworked UVVM compile script. Cannot be tested due to missing feature in GHDL see #1593. * Reworked scripts for Altera, Intel and Lattice. * Updated module imports. * Adjusted warnings. * Read OSVVM package files from compile-order file 'osvvm.pro'. * Support OSVVM and OSVVMLibraries as source directory. * Added support for OSVVM models to precompile script. * First update to the pre-compile scripts documentation. * Minimized file headers and redundant documentation. Using PowerShell's feature to document files, functions and modules. * Updated README in precompile scripts directory. * license: update headers of pyGHDL, scripts/windows, libraries/vendors * Fixed ForegroundColor and InvocationName. Co-authored-by: umarcor <unai.martinezcorral@ehu.eus>
* Tiny modifications.Patrick Lehmann2021-01-051-1/+1
|
* Extract CLI parameters from ghdl-ls.Patrick Lehmann2021-01-051-14/+29
|
* lsp.py: display trace environment variable in the helpTristan Gingold2021-01-041-1/+1
|
* pyGHDL: rename ghdl-ls to lsp.pyTristan Gingold2021-01-041-0/+141