Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | python: refine the result of set_option. | Tristan Gingold | 2019-06-26 | 1 | -1/+2 |
| | |||||
* | python: add __init__.py files. | Tristan Gingold | 2019-06-25 | 2 | -0/+0 |
| | |||||
* | libghdl: fix support for non-posix OS. | Tristan Gingold | 2019-06-24 | 1 | -1/+2 |
| | |||||
* | python: add version.py, check it in configure. | Tristan Gingold | 2019-06-24 | 3 | -21/+4 |
| | |||||
* | libraries.py: add more bindings. | Tristan Gingold | 2019-06-24 | 1 | -0/+4 |
| | |||||
* | setup.py: rework version extraction. | Tristan Gingold | 2019-06-21 | 2 | -3/+37 |
| | |||||
* | libghdl: just put the version in config.py | Tristan Gingold | 2019-06-20 | 1 | -23/+33 |
| | |||||
* | libghdl/__init__.py: rework prefix search. | Tristan Gingold | 2019-06-20 | 1 | -23/+55 |
| | |||||
* | Move setup.py | Tristan Gingold | 2019-06-20 | 1 | -2/+2 |
| | |||||
* | fix: move src/xtools to python/xtools (#846) | 1138-4EB | 2019-06-17 | 1 | -0/+929 |
| | | | | | | * fix: move src/xtools to python/xtools * fix Makefiles affected by xtools and pnodes being moved | ||||
* | Rework libghdl build/install procedure (#840) | 1138-4EB | 2019-06-17 | 27 | -0/+5864 |
* feat(libghdl): add libghdl_pkg.py, add option to generate libghdl-py.tgz with dist/travis/build.sh * libghdl*.so is now part of GHDL * move python sources to python/libghdl and python/pnodes * rename src/vhdl/python to src/vhdl/libghdl * add generation of tarball for libghdl-py to the makefile * deprecate --enable-python and --disable-python * add configuration option --disable-libghdl * feat(python/libghdl): add support for LIBGHDL_PREFIX (#844) * fix(travis): disable libghdl on mac * feat(python/libghdl): add support for GHDL_BIN_PATH and VUNIT_GHDL_PATH |