aboutsummaryrefslogtreecommitdiffstats
path: root/pyGHDL/libghdl/_decorator.py
Commit message (Expand)AuthorAgeFilesLines
* pyGHDL/libghdl: fix typo for argtypes.Tristan Gingold2023-02-221-1/+1
* pyGHDL: update and add prints.pyTristan Gingold2023-01-261-1/+2
* Workaround for the problem in EnumLookupTable decorator.Patrick Lehmann2022-12-011-2/+2
* Formatted code with black.Patrick Lehmann2022-11-301-3/+11
* Converted string formatting to f-strings.Patrick Lehmann2022-11-301-20/+8
* pyGHDL: add file_comments.pyTristan Gingold2022-11-201-1/+1
* Changed export decorator from pydecor to pyTooling.DecoratorsPatrick Lehmann2021-12-121-1/+1
* black: rerun, to pick pyproject settingsumarcor2021-08-231-22/+6
* More DOM improvements (#1806)Patrick Lehmann2021-06-261-3/+23
* Minor fixes and pinned pyVHDLModel version to v0.10.3.Patrick Lehmann2021-06-231-1/+1
* Added handling of new types to the decorator for the Python-C/Ada binding.Patrick Lehmann2021-06-191-6/+37
* pyGHDL: handle c_doubleumarcor2021-06-191-2/+5
* pyGHDL/libghdl/_decorator.py: factorize code, handle c_uint32Tristan Gingold2021-06-181-46/+29
* Black found more files - strange.Patrick Lehmann2021-06-171-15/+37
* Using a decorator to bind libghdl to Python.Patrick Lehmann2021-06-171-6/+96
* pyGHDL: format using blackXiretza2021-02-101-19/+20
* Reworking pre-compile scripts for Windows (#1594)Patrick Lehmann2021-01-151-15/+14
* Fixes for Python files.Patrick Lehmann2021-01-101-20/+53
* Implemented a decorator to pre-calculate enum position to enum literal name l...Patrick Lehmann2021-01-101-0/+33