aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Added file headers to auto generated Python sources.Patrick Lehmann2021-01-017-441/+97
* ci: test if pyGHDL needs to be updatedumarcor2021-01-011-15/+26
* scripts: add 'update_py_bindings.sh'umarcor2021-01-011-0/+12
* ci/msys2: split build and test (#1559)Unai Martinez-Corral2020-12-313-17/+73
* testsuite/gna: add more tests for #1549Tristan Gingold2020-12-313-16/+70
* trans-chap3: also compute the size of record constraints for unbounded subtypesTristan Gingold2020-12-311-2/+23
* vhdl: improve error message for invalid record element constraint.Tristan Gingold2020-12-311-1/+1
* Added type annotations and fixed imports / object references. (#1565)Patrick Lehmann2020-12-311-72/+81
* Changed os.path to pathlib. Added exception handling.Patrick Lehmann2020-12-311-36/+49
* Modified docstrings and other minor changes.Patrick Lehmann2020-12-311-13/+21
* Added file headers and license texts. (#1564)Patrick Lehmann2020-12-3115-11/+366
* Executing Python unit tests in Parallel Processes (#1558)Patrick Lehmann2020-12-307-59/+27
* src/edif: Rename Direction_Type to avoid hiding in types.adsTristan Gingold2020-12-305-29/+29
* scripts/pnodespy.py: adjust generated import statementsTristan Gingold2020-12-301-4/+4
* ghdlrun: factorize code for finalizationTristan Gingold2020-12-302-10/+5
* Rework initialization and finalization.Tristan Gingold2020-12-3020-35/+136
* scripts: force use of python3Tristan Gingold2020-12-302-2/+2
* testsuite/gna: add tests for #1549Tristan Gingold2020-12-297-0/+282
* trans-chap3: compute size of subelements for unconstrained parent subtypesTristan Gingold2020-12-292-8/+40
* Merge pull request #1556 from Paebbels/paebbels/pyGHDLtgingold2020-12-2992-2605/+3235
|\
| * Limit to one test so CI is fine for now.Patrick Lehmann2020-12-291-1/+1
| * Modified formatting.Patrick Lehmann2020-12-291-7/+5
| * Changed error reporting in DOM to in-memory.Patrick Lehmann2020-12-291-3/+3
| * Fixes to xtools.Patrick Lehmann2020-12-291-20/+17
| * Manually fixed import statements after running xtools.Patrick Lehmann2020-12-294-4/+4
| * Activated 'analyze_init_status' in Python code.Patrick Lehmann2020-12-292-5/+5
| * Run xtools.Patrick Lehmann2020-12-295-882/+1162
| * Fixed regexp in 'pnodespy.py'.Patrick Lehmann2020-12-291-1/+1
| * Merge remote-tracking branch 'github-umarcor/py/GHDL' into paebbels/pyGHDLPatrick Lehmann2020-12-291-3/+2
| |\
| | * testsuite/pyunit: fix pyunit exec dirumarcor2020-12-291-3/+2
| |/
| * Merge remote-tracking branch 'github-umarcor/py/GHDL' into paebbels/pyGHDLPatrick Lehmann2020-12-291-1/+1
| |\
| | * testsuite/pyunit: use realpathumarcor2020-12-291-1/+1
| |/
| * Merge remote-tracking branch 'github-umarcor/py/GHDL' into paebbels/pyGHDLPatrick Lehmann2020-12-2926-96/+40
| |\
| | * testsuite: rm pyunit/testsuite.shumarcor2020-12-292-72/+2
| | * ci: collapse build log of temporary imagesumarcor2020-12-291-1/+3
| | * pyGHDL/libghdl: fix absolute importsumarcor2020-12-2924-24/+36
| * | Fixed missing import.Patrick Lehmann2020-12-291-0/+3
| * | Upgraded pnodes.py to Python 3.x syntax.Patrick Lehmann2020-12-291-135/+135
| |/
| * Fixed language server.Patrick Lehmann2020-12-291-8/+8
| * Merge remote-tracking branch 'github-umarcor/py/GHDL' into paebbels/pyGHDLPatrick Lehmann2020-12-294-14/+26
| |\
| | * ci: skip pyunit on macOS (because libghdl is disabled)umarcor2020-12-291-1/+1
| | * ci: skip pyunit on Ubuntu <20umarcor2020-12-291-7/+15
| | * ci: set DOCKER_BUILDKIT envvarumarcor2020-12-291-0/+1
| | * ci: install testsuite Python requirements on MSYS2 jobsumarcor2020-12-291-2/+2
| | * ci: install requirements in temporary containersumarcor2020-12-293-4/+7
| |/
| * Lowering required Python version to 3.7.Patrick Lehmann2020-12-292-2/+3
| * Merge remote-tracking branch 'github-umarcor/py/GHDL' into paebbels/pyGHDLPatrick Lehmann2020-12-292-3/+5
| |\
| | * testuite/pyunit: set PYTHONPATHumarcor2020-12-291-0/+2
| | * testuite: run pyunit from the root of the repoumarcor2020-12-291-2/+2
| | * ci: install python3 on temporary debian containersumarcor2020-12-291-1/+1