| Commit message (Expand) | Author | Age | Files | Lines |
* | revert "configure: fix setting abs_srcdir on MSYS2/MINGW" (#911) (#914) | 1138-4EB | 2019-09-02 | 1 | -6/+5 |
* | Fix configure (#911) | 1138-4EB | 2019-09-01 | 1 | -216/+222 |
* | fix(configure): ignore line ending when comparing ghdl_version and libghdl_ve... | 1138-4EB | 2019-09-01 | 1 | -1/+1 |
* | configure: complete --help | Tristan Gingold | 2019-08-15 | 1 | -0/+2 |
* | configure: add --enable-synth (off by default). | Tristan Gingold | 2019-07-06 | 1 | -1/+14 |
* | python: add version.py, check it in configure. | Tristan Gingold | 2019-06-24 | 1 | -6/+12 |
* | Add support for llvm-8. Close #850 | Tristan Gingold | 2019-06-20 | 1 | -0/+1 |
* | libghdl: just put the version in config.py | Tristan Gingold | 2019-06-20 | 1 | -2/+0 |
* | Rework libghdl build/install procedure (#840) | 1138-4EB | 2019-06-17 | 1 | -8/+13 |
* | ortho: move llvm to llvm35 | Tristan Gingold | 2019-05-16 | 1 | -1/+1 |
* | configure: use default_pic instead of default_pie. | Tristan Gingold | 2019-04-27 | 1 | -7/+3 |
* | do not hijack default_pie | umarcor | 2019-04-27 | 1 | -2/+6 |
* | add configure option to enable default_pie | umarcor | 2019-04-27 | 1 | -5/+5 |
* | Set version to 0.37-dev | Tristan Gingold | 2019-03-03 | 1 | -1/+1 |
* | Release 0.36 - update copyright years, regenerate ghdl.texi | Tristan Gingold | 2019-03-03 | 1 | -1/+1 |
* | Prepare for release. | Tristan Gingold | 2019-02-23 | 1 | -1/+1 |
* | Fixed indentation in configure script. Added missing license text. | Patrick Lehmann | 2018-12-29 | 1 | -178/+194 |
* | Accept LLVM 7 in configure script. | Patrick Lehmann | 2018-11-26 | 1 | -30/+31 |
* | ghdldrv: also search exec in prefix/bin. | Tristan Gingold | 2018-10-21 | 1 | -1/+1 |
* | configure: Select correct SOEXT, EXEEXT, PIC_FLAGS for Cygwin | Christian Cornelssen | 2018-05-21 | 1 | -1/+2 |
* | configure: Fall back to `pwd` if `pwd -W` does not work | Christian Cornelssen | 2018-05-19 | 1 | -3/+3 |
* | Set a version to libghdl, put version in configure. | Tristan Gingold | 2018-03-21 | 1 | -1/+11 |
* | configure: add --enable-python | Tristan Gingold | 2018-03-07 | 1 | -5/+13 |
* | Add support for llvm-6 | Tristan Gingold | 2018-03-01 | 1 | -2/+4 |
* | configure: allow user to override MAKE. | Tristan Gingold | 2017-12-18 | 1 | -1/+1 |
* | configure: Allow user to specify make tool | Martin Aberg | 2017-12-18 | 1 | -1/+2 |
* | Support LLVM 5.0 | Boris-Chengbiao Zhou | 2017-10-06 | 1 | -1/+2 |
* | Add --enable-openieee to configure | Tristan Gingold | 2017-08-19 | 1 | -1/+22 |
* | configure: add --disable-checks | Tristan Gingold | 2017-07-21 | 1 | -1/+5 |
* | Avoid MSYS2 path translation. | Tristan Gingold | 2017-06-17 | 1 | -1/+1 |
* | configure: use pwd -W on windows. | Tristan Gingold | 2017-06-13 | 1 | -1/+7 |
* | configure: do not use exec in config.status | Tristan Gingold | 2017-06-08 | 1 | -1/+3 |
* | Avoid dependencies on dirs, create dirs during configure. | Tristan Gingold | 2017-05-23 | 1 | -0/+3 |
* | configure: add --disable-werror | Tristan Gingold | 2017-05-20 | 1 | -1/+5 |
* | configure: add --reconfigure to config.status | Tristan Gingold | 2017-05-20 | 1 | -2/+3 |
* | Fix typo: paths. | Tristan Gingold | 2017-05-18 | 1 | -4/+4 |
* | configure: set abs_srcdir | Tristan Gingold | 2017-04-19 | 1 | -1/+21 |
* | Simplify build for llvm-nodebug. | Tristan Gingold | 2017-04-04 | 1 | -3/+1 |
* | Use llvm4-nodebug for llvm 3.9 | Tristan Gingold | 2017-04-04 | 1 | -5/+2 |
* | Preliminary support of LLVM 4 | Tristan Gingold | 2017-04-04 | 1 | -0/+4 |
* | gcc: move ortho-lang.c selection from configure to Makefile.in | Tristan Gingold | 2017-02-22 | 1 | -12/+2 |
* | Add support for gcc 5.x and gcc 6.x | Tristan Gingold | 2017-02-21 | 1 | -12/+11 |
* | libghdlsynth: can generate so/dll file. | Tristan Gingold | 2017-02-07 | 1 | -0/+9 |
* | Use CXX in makefiles and configures to design the c++ compiler. | Tristan Gingold | 2016-12-24 | 1 | -2/+3 |
* | configure: add LDFLAGS option. | Tristan Gingold | 2016-12-21 | 1 | -1/+1 |
* | Fix configure for #220 | Tristan Gingold | 2016-12-11 | 1 | -1/+1 |
* | Use -fpic if gcc is configured with --enable-default-pie | Tristan Gingold | 2016-12-06 | 1 | -2/+11 |
* | Add suport for llvm 3.6 - 3.9 | Tristan Gingold | 2016-09-17 | 1 | -9/+19 |
* | Add llvm-nodebug, an llvm backend more portable across llvm versions. | Tristan Gingold | 2016-09-12 | 1 | -3/+4 |
* | Do not use -fPIC to build libghdlvpi on windows and darwin. | Tristan Gingold | 2016-07-21 | 1 | -5/+9 |