Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ci: set DOCKER_BUILDKIT envvar | umarcor | 2020-12-29 | 1 | -0/+1 |
| | |||||
* | ci: install testsuite Python requirements on MSYS2 jobs | umarcor | 2020-12-29 | 1 | -2/+2 |
| | |||||
* | ci: install requirements in temporary containers | umarcor | 2020-12-29 | 3 | -4/+7 |
| | |||||
* | Lowering required Python version to 3.7. | Patrick Lehmann | 2020-12-29 | 2 | -2/+3 |
| | |||||
* | Merge remote-tracking branch 'github-umarcor/py/GHDL' into paebbels/pyGHDL | Patrick Lehmann | 2020-12-29 | 2 | -3/+5 |
|\ | |||||
| * | testuite/pyunit: set PYTHONPATH | umarcor | 2020-12-29 | 1 | -0/+2 |
| | | |||||
| * | testuite: run pyunit from the root of the repo | umarcor | 2020-12-29 | 1 | -2/+2 |
| | | |||||
| * | ci: install python3 on temporary debian containers | umarcor | 2020-12-29 | 1 | -1/+1 |
| | | |||||
* | | Fixed package names in pyGHDL.dom and Initialize test case. | Patrick Lehmann | 2020-12-29 | 4 | -16/+14 |
|/ | |||||
* | Made path to VHDL files relative to the testcase. | Patrick Lehmann | 2020-12-29 | 5 | -10/+10 |
| | |||||
* | Merge remote-tracking branch 'github-umarcor/py/GHDL' into paebbels/pyGHDL | Patrick Lehmann | 2020-12-28 | 7 | -13/+75 |
|\ | |||||
| * | ci: MSYS2 job cleanup | umarcor | 2020-12-28 | 4 | -104/+23 |
| | | |||||
| * | ci: on ubuntu jobs, add temporary image with Python for testing 'pyunit' ↵ | umarcor | 2020-12-28 | 1 | -1/+13 |
| | | | | | | | | testsuite | ||||
| * | merge testsuite/python into testsuite/pyunit | umarcor | 2020-12-28 | 8 | -58/+84 |
| | | |||||
| * | doc: update 'using/py' -> 'using/pyGHDL' | umarcor | 2020-12-28 | 9 | -137/+136 |
| | | |||||
| * | scripts: move 'pyGHDL/xtools' to 'scripts', update Makefiles and docs ↵ | umarcor | 2020-12-28 | 10 | -24/+44 |
| | | | | | | | | accordingly | ||||
* | | Allow execution of tests within testsuite. | Patrick Lehmann | 2020-12-28 | 5 | -7/+16 |
| | | |||||
* | | Merge remote-tracking branch 'github-umarcor/py/GHDL' into paebbels/pyGHDL | Patrick Lehmann | 2020-12-28 | 24 | -321/+239 |
|\ \ | |||||
| * | | ci: MSYS2 job cleanup | umarcor | 2020-12-28 | 4 | -104/+23 |
| | | | |||||
| * | | ci: on ubuntu jobs, add temporary image with Python for testing 'pyunit' ↵ | umarcor | 2020-12-28 | 1 | -1/+13 |
| | | | | | | | | | | | | testsuite | ||||
| * | | merge testsuite/python into testsuite/pyunit | umarcor | 2020-12-28 | 8 | -58/+83 |
| | | | |||||
| * | | doc: update 'using/py' -> 'using/pyGHDL' | umarcor | 2020-12-28 | 8 | -135/+134 |
| | | | |||||
| * | | scripts: move 'pyGHDL/xtools' to 'scripts', update Makefiles and docs ↵ | umarcor | 2020-12-28 | 9 | -23/+43 |
| |/ | | | | | | | accordingly | ||||
* | | setup.py needs the license information twice ... | Patrick Lehmann | 2020-12-28 | 2 | -10/+9 |
| | | |||||
* | | Tiny improvements. | Patrick Lehmann | 2020-12-28 | 4 | -11/+13 |
| | | |||||
* | | Added new package description for pyGHDL. | Patrick Lehmann | 2020-12-28 | 1 | -0/+119 |
| | | |||||
* | | Removed outdated files. | Patrick Lehmann | 2020-12-28 | 7 | -233/+21 |
| | | |||||
* | | Added a test for Architectures. | Patrick Lehmann | 2020-12-28 | 1 | -1/+7 |
| | | |||||
* | | Added testsuites so all Python unit tests can be run with a single command. | Patrick Lehmann | 2020-12-28 | 3 | -0/+32 |
|/ | |||||
* | Improved testcase ' SimpleEntity' for pyGHDL.dom. | Patrick Lehmann | 2020-12-28 | 3 | -9/+25 |
| | |||||
* | Fixed typo in 'ghdl-ls'. | Patrick Lehmann | 2020-12-28 | 1 | -1/+1 |
| | |||||
* | Renamed testcase to SimpleEntity. | Patrick Lehmann | 2020-12-28 | 2 | -0/+0 |
| | |||||
* | Merge sub tests into one test due to test case ordering and possible ↵ | Patrick Lehmann | 2020-12-28 | 2 | -25/+9 |
| | | | | parallel execution. | ||||
* | Translatest `python/units01` test to a unit test in Python. | Patrick Lehmann | 2020-12-28 | 2 | -8/+95 |
| | |||||
* | Merge remote-tracking branch 'github-umarcor/py/GHDL' into paebbels/pyGHDL | Patrick Lehmann | 2020-12-28 | 3 | -132/+129 |
|\ | |||||
| * | pyGHDL: move 'lsp/main.py' to 'cli/ghdl-ls.py' | umarcor | 2020-12-27 | 3 | -132/+129 |
| | | |||||
* | | Added a minimal README for pyGHDL. | Patrick Lehmann | 2020-12-28 | 1 | -0/+12 |
| | | |||||
* | | Added requirements for Python test. | Patrick Lehmann | 2020-12-28 | 2 | -0/+5 |
| | | |||||
* | | Added structure for unit tests for Python code. | Patrick Lehmann | 2020-12-27 | 2 | -0/+44 |
| | | |||||
* | | Added settings for Python's Coverage package. | Patrick Lehmann | 2020-12-27 | 1 | -0/+12 |
| | | |||||
* | | Make pyGHDL/cli a Python package. | Patrick Lehmann | 2020-12-27 | 1 | -0/+0 |
| | | |||||
* | | Added Python requirements. | Patrick Lehmann | 2020-12-27 | 1 | -0/+2 |
| | | |||||
* | | Reorganized gitignore. | Patrick Lehmann | 2020-12-27 | 1 | -9/+33 |
| | | |||||
* | | Added first implementation of a document object model (DOM). | Patrick Lehmann | 2020-12-27 | 5 | -0/+281 |
| | | |||||
* | | Merge remote-tracking branch 'github-umarcor/py/GHDL' into paebbels/pyGHDL | Patrick Lehmann | 2020-12-27 | 44 | -55/+52 |
|\| | |||||
| * | rework 'python', rename to 'pyGHDL' | umarcor | 2020-12-27 | 44 | -55/+52 |
|/ | | | | | | | | | | * 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'. | ||||
* | testsuite/python: adjust tests for previous commit. For #1551 | Tristan Gingold | 2020-12-26 | 2 | -3/+4 |
| | |||||
* | libraries: Load_Std_Library: now return a status. | Tristan Gingold | 2020-12-26 | 12 | -40/+123 |
| | | | | | | Propagate this change to libghdl and python binding to avoid abort. For #1551 | ||||
* | testsuite/python/units01: install error handler | Tristan Gingold | 2020-12-26 | 2 | -0/+7 |
| | |||||
* | testsuite/synth: add tests for #1540 | Tristan Gingold | 2020-12-20 | 3 | -0/+38 |
| |