Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Changed pyGHDL.libghdl.utils from package to module. | Patrick Lehmann | 2021-01-10 | 1 | -459/+0 |
| | |||||
* | Implemented a decorator to pre-calculate enum position to enum literal name ↵ | Patrick Lehmann | 2021-01-10 | 1 | -38/+19 |
| | | | | lookups. | ||||
* | Fixed parameter reference. | Patrick Lehmann | 2021-01-05 | 1 | -13/+13 |
| | |||||
* | Added '@export' to list public interface items in '__all__'. | Patrick Lehmann | 2021-01-02 | 1 | -0/+16 |
| | | | | (cherry picked from commit 17fa10f71a50c2441115459df8d656acdb337f6e) | ||||
* | Reordered import statments to: std library, global install, current project. | Patrick Lehmann | 2021-01-02 | 1 | -0/+2 |
| | |||||
* | Added type annotations and fixed imports / object references. (#1565) | Patrick Lehmann | 2020-12-31 | 1 | -72/+81 |
| | |||||
* | Added file headers and license texts. (#1564) | Patrick Lehmann | 2020-12-31 | 1 | -1/+36 |
| | |||||
* | rework 'python', rename to 'pyGHDL' | umarcor | 2020-12-27 | 1 | -0/+416 |
* 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'. |