aboutsummaryrefslogtreecommitdiffstats
path: root/pyGHDL/libghdl/_decorator.py
Commit message (Expand)AuthorAgeFilesLines
* 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