Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Converted string formatting to f-strings. | Patrick Lehmann | 2022-11-30 | 1 | -7/+7 |
| | |||||
* | Changed export decorator from pydecor to pyTooling.Decorators | Patrick Lehmann | 2021-12-12 | 1 | -3/+4 |
| | |||||
* | pyGHDL/cli/lsp.py: fix --disp-config | Tristan Gingold | 2021-11-01 | 1 | -0/+2 |
| | |||||
* | black: rerun, to pick pyproject settings | umarcor | 2021-08-23 | 1 | -9/+3 |
| | |||||
* | pyGHDL/cli/lsp.py: adjust previous patch in __rotate_log_files | Tristan Gingold | 2021-07-22 | 1 | -5/+7 |
| | |||||
* | pyGHDL/cli/lsp: use pathlib instead of os.remove, os.rename and os.path | umarcor | 2021-07-18 | 1 | -19/+27 |
| | |||||
* | lsp.py: print python platform and name for disp-config | Tristan Gingold | 2021-07-05 | 1 | -0/+3 |
| | |||||
* | lsp.py: fix style (indentation) | Tristan Gingold | 2021-07-03 | 1 | -1/+1 |
| | |||||
* | lsp.py: remove oldest file. | Tristan Gingold | 2021-07-03 | 1 | -0/+8 |
| | | | | Partial work for ghdl-language-server#79 | ||||
* | Added a simple frontend for testing. | Patrick Lehmann | 2021-06-17 | 1 | -8/+8 |
| | |||||
* | pyGHDL: format using black | Xiretza | 2021-02-10 | 1 | -6/+11 |
| | |||||
* | doc: add ref to ghdl-language-server from ghdl-ls | umarcor | 2021-02-01 | 1 | -2/+2 |
| | |||||
* | Reworking pre-compile scripts for Windows (#1594) | Patrick Lehmann | 2021-01-15 | 1 | -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 Lehmann | 2021-01-05 | 1 | -1/+1 |
| | |||||
* | Extract CLI parameters from ghdl-ls. | Patrick Lehmann | 2021-01-05 | 1 | -14/+29 |
| | |||||
* | lsp.py: display trace environment variable in the help | Tristan Gingold | 2021-01-04 | 1 | -1/+1 |
| | |||||
* | pyGHDL: rename ghdl-ls to lsp.py | Tristan Gingold | 2021-01-04 | 1 | -0/+141 |