Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix(makefile): conf.py does not exist anymore (#856) | 1138-4EB | 2019-06-25 | 1 | -1/+0 |
| | |||||
* | Add uninstall targets. Fix #849 | Tristan Gingold | 2019-06-20 | 1 | -0/+36 |
| | |||||
* | Makefile: add a dedicated target for libghdl-py.tgz | Tristan Gingold | 2019-06-20 | 1 | -4/+6 |
| | |||||
* | openieee: use .vhdl extension | Tristan Gingold | 2019-06-20 | 1 | -3/+3 |
| | |||||
* | vhdl: install vhdl libraries using .vhdl extension. | Tristan Gingold | 2019-06-20 | 1 | -1/+3 |
| | |||||
* | Makefile: ghdllib also builds libghdl | Tristan Gingold | 2019-06-20 | 1 | -1/+1 |
| | |||||
* | Rework libghdl build/install procedure (#840) | 1138-4EB | 2019-06-17 | 1 | -6/+16 |
| | | | | | | | | | | | | | | | | | | * 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 | ||||
* | vhdl-formatters: Use vstrings to format into a string. | Tristan Gingold | 2019-06-03 | 1 | -0/+3 |
| | |||||
* | Makefile: rebuild setup.py in case of changes. | Tristan Gingold | 2019-05-14 | 1 | -0/+3 |
| | |||||
* | Makefile.in: add all.libghdl | Tristan Gingold | 2019-05-07 | 1 | -1/+2 |
| | |||||
* | Add support for gcc-9.x | Tristan Gingold | 2019-05-06 | 1 | -1/+2 |
| | |||||
* | Install `std.standard` package VHDL source | Torsten Maehne | 2019-05-01 | 1 | -0/+4 |
| | | | | | | | | The `std.standard` package VHDL source is generated with `ghdl --disp-standard --std=<87|93|08>` and redirected to `$PREFIX/lib/ghdl/src/std/standard.v<87|93|08>`. This fixes issue #802. | ||||
* | configure: use default_pic instead of default_pie. | Tristan Gingold | 2019-04-27 | 1 | -1/+6 |
| | | | | | Adjust Makefile.in so that libgrt.a is built with pic only when default_pic is set. | ||||
* | add configure option to enable default_pie | umarcor | 2019-04-27 | 1 | -1/+1 |
| | |||||
* | preserve externally set OPT_FLAGS, ADA_FLAGS and/or LIB_CFLAGS | umarcor | 2019-04-25 | 1 | -3/+3 |
| | |||||
* | grt: extract grt-dynload from grt-cvpi | Tristan Gingold | 2019-04-24 | 1 | -2/+3 |
| | |||||
* | move algos to grt. | Tristan Gingold | 2019-03-20 | 1 | -0/+1 |
| | |||||
* | openieee: add minimal ieee 2008 library for --enable-openieee | Tristan Gingold | 2018-12-31 | 1 | -2/+2 |
| | |||||
* | make install: copy openieee library only if enabled. | Tristan Gingold | 2018-11-24 | 1 | -2/+2 |
| | | | | Fix #701 | ||||
* | Makefile: add libs.vhsl.debug-llvm | Tristan Gingold | 2018-10-21 | 1 | -0/+3 |
| | |||||
* | Remove -gnat05, always use GNATFLAGS. | Tristan Gingold | 2018-09-15 | 1 | -8/+8 |
| | | | | Fix #651 | ||||
* | fix typo in Makefile.in: ortho-lang-8.c | 1138-4EB | 2018-06-05 | 1 | -1/+1 |
| | |||||
* | Add support for gcc 8.1 as a backend. | Tristan Gingold | 2018-06-02 | 1 | -1/+2 |
| | | | | Fix #568 | ||||
* | Revert previous commit (use -$(MKDIR) in Makefile.in) | Tristan Gingold | 2018-05-23 | 1 | -6/+6 |
| | | | | This reverts commit 0d4bfcdca0e2cda064e82a7e9dfad323877c4c88. | ||||
* | Update Makefile.in | flip111 | 2018-05-22 | 1 | -6/+6 |
| | | | make fails if mkdir command fails. `-` in front of mkdir treats it as a success. This is useful when reusing existing `bin`-dir & friends. Or when building/installing ghdl a second time | ||||
* | Makefile.in: Use INSTALL_PROGRAM for anything with SOEXT | Christian Cornelssen | 2018-05-21 | 1 | -3/+3 |
| | | | | | This sets x permissions. Without those, object loaders may complain, as Cygwin does when running testsuite/gna/issue450. | ||||
* | Makefile.in: do not try to replace tarball. | Tristan Gingold | 2018-04-21 | 1 | -5/+6 |
| | | | | For #554 | ||||
* | Set a version to libghdl, put version in configure. | Tristan Gingold | 2018-03-21 | 1 | -8/+12 |
| | |||||
* | configure: add --enable-python | Tristan Gingold | 2018-03-07 | 1 | -1/+5 |
| | |||||
* | Change libraries path to allow installation of system-wide libraries. | Tristan Gingold | 2018-01-25 | 1 | -4/+4 |
| | | | | For #521 | ||||
* | Makefile: Add install.vpi.local and mention it. | Tristan Gingold | 2017-12-21 | 1 | -0/+5 |
| | |||||
* | configure: allow user to override MAKE. | Tristan Gingold | 2017-12-18 | 1 | -0/+1 |
| | |||||
* | Makefile.in: fix typo. | Tristan Gingold | 2017-12-18 | 1 | -1/+1 |
| | |||||
* | Makefile.in: Updated all.gcc print statements | Martin Aberg | 2017-12-18 | 1 | -3/+3 |
| | | | | The $(MAKE) variable is provided by Make itself. | ||||
* | travis-ci: tentatively fix git --describe for version. | Tristan Gingold | 2017-12-10 | 1 | -2/+2 |
| | |||||
* | Makefile.in: add install for simul, use srcdir to include grt. | Tristan Gingold | 2017-12-10 | 1 | -1/+7 |
| | |||||
* | Makefiles: use GNATMAKE for llvm and grt. | Tristan Gingold | 2017-10-19 | 1 | -1/+1 |
| | | | | Tentative fix for #443. | ||||
* | Also support gcc-6 (instead of only gcc 6.x). | Tristan Gingold | 2017-10-04 | 1 | -4/+4 |
| | | | | For #425 | ||||
* | Replace libmhdlsim by libghdl. | Tristan Gingold | 2017-10-03 | 1 | -9/+4 |
| | |||||
* | Makefile: also clean object files in pic/ | Tristan Gingold | 2017-10-02 | 1 | -0/+1 |
| | |||||
* | travis: add gpl packaging | Tristan Gingold | 2017-08-27 | 1 | -3/+14 |
| | |||||
* | Add --enable-openieee to configure | Tristan Gingold | 2017-08-19 | 1 | -0/+2 |
| | |||||
* | Add clean-pure-gpl, allow to build with openieee | Tristan Gingold | 2017-08-19 | 1 | -3/+13 |
| | |||||
* | configure: add --disable-checks | Tristan Gingold | 2017-07-21 | 1 | -9/+12 |
| | |||||
* | Define GHDL_GCC_BIN in Makefile.in | Tristan Gingold | 2017-05-30 | 1 | -1/+6 |
| | | | | Fix #127 | ||||
* | Do not create dir for installation during configure. | Tristan Gingold | 2017-05-30 | 1 | -1/+0 |
| | | | | Fix #359 | ||||
* | Don't install libbacktrace when building with gcc. | Tristan Gingold | 2017-05-24 | 1 | -2/+2 |
| | |||||
* | Build grt to lib/ subdir. | Tristan Gingold | 2017-05-23 | 1 | -14/+6 |
| | | | | For #352 | ||||
* | Avoid dependencies on dirs, create dirs during configure. | Tristan Gingold | 2017-05-23 | 1 | -1/+8 |
| | | | | For #352 | ||||
* | Install libbacktrace.a | Tristan Gingold | 2017-05-23 | 1 | -0/+2 |
| | | | | For #352 |