Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bump version to 4.0.0-dev | Tristan Gingold | 2023-03-08 | 1 | -1/+1 |
| | |||||
* | Release: bump to 3.0.0 | Tristan Gingold | 2023-03-08 | 1 | -1/+1 |
| | |||||
* | Bump to 3.0.0-rc.4, regenerate doc | Tristan Gingold | 2023-03-08 | 1 | -1/+1 |
| | |||||
* | ghdl: print llvm or gcc backend version with --version | Tristan Gingold | 2023-02-12 | 1 | -2/+6 |
| | |||||
* | configure: tentatively enable llvm 15 | Tristan Gingold | 2022-09-21 | 1 | -0/+1 |
| | |||||
* | configure: add --with-sundials (preliminary work) | Tristan Gingold | 2022-07-20 | 1 | -0/+8 |
| | |||||
* | use --version flag to check for C compiler | sudden6 | 2022-05-30 | 1 | -1/+1 |
| | |||||
* | fix(configure): disable -Werror by default | Xiretza | 2022-05-16 | 1 | -1/+1 |
| | | | | | | | | | | | | Because the build system does not have direct control over the compiler, it cannot ensure that no warnings are issued in downstream compilations. Such warnings can occur due to newer compiler versions with more sophisticated diagnostics, older compiler versions with diagnostics bugs, or simply different, untested compilers. With -Werror enabled by default, these harmless warnings result in complete compilation failures. The option remains enabled in CI to ensure upstream code quality. | ||||
* | configure: generate grt-readline.ads | Tristan Gingold | 2022-05-15 | 1 | -0/+7 |
| | |||||
* | update for LLVM 14.0 | umarcor | 2022-04-08 | 1 | -0/+1 |
| | |||||
* | Fix include-dir paths returned by cmdline _again_ | Daniel Gröber | 2022-03-14 | 1 | -1/+1 |
| | | | | | | --libghdl-include-dir should point at a directory containing a ghdl/ subdirectory while --vpi-include-dir should point right at the ghdl/ subdir. | ||||
* | Fix hardcoded values in gcc backend's default_paths | Daniel Gröber | 2022-03-13 | 1 | -19/+20 |
| | | | | | | | | | | The gcc backend's Make-lang.in still had hardcoded install paths. Since this is copied to the gcc build system we don't have access to our configure variables, so just treat it as a subst_file in the configure script. While we're at it we get rid of the separate sed invocation for default_paths and have that go through config.status instead. | ||||
* | configure: explain in help the installation directories | Tristan Gingold | 2022-03-11 | 1 | -1/+6 |
| | |||||
* | mk: Remove unused $libdirreverse | Daniel Gröber | 2022-03-11 | 1 | -2/+1 |
| | |||||
* | mk: Introduce configure options for inc/libdirsuffix | Daniel Gröber | 2022-03-11 | 1 | -4/+18 |
| | | | | | | | | This patch is based on one from the Debian ghdl packaging. We use it to support coinstallability of the different ghdl backend executables. Force prepending ghdl/ to the include path really doesn't help us with that any. Note this effectively reverts 786ca17ce. | ||||
* | Bump version to 3.0.0-dev | Tristan Gingold | 2022-02-28 | 1 | -1/+1 |
| | |||||
* | Prepare for release 2.0.0 | Tristan Gingold | 2022-02-28 | 1 | -1/+1 |
| | |||||
* | configure: update version check regexp | umarcor | 2021-12-15 | 1 | -6/+6 |
| | |||||
* | Adjusted configure script. | Patrick Lehmann | 2021-12-12 | 1 | -8/+8 |
| | |||||
* | configure: blindly allow llvm 13 | Tristan Gingold | 2021-10-15 | 1 | -0/+1 |
| | |||||
* | configure: use macosx mcode configuration files for OpenBSD x86 | Tristan Gingold | 2021-06-13 | 1 | -3/+3 |
| | |||||
* | configure: Add checks for OpenBSD. | Alfred M. Szmidt | 2021-06-13 | 1 | -0/+2 |
| | |||||
* | configure, Makefile.in: use CXXFLAGS from environment | Xiretza | 2021-05-10 | 1 | -1/+2 |
| | |||||
* | configure: use LDFLAGS from environment | Xiretza | 2021-05-10 | 1 | -1/+1 |
| | |||||
* | configure: use ADA_FLAGS from environment | Xiretza | 2021-05-10 | 1 | -1/+2 |
| | |||||
* | configure: update for LLVM 12.0 (#1747) | Jeroen Van den Keybus | 2021-04-27 | 1 | -0/+1 |
| | |||||
* | configure: work-around unexpected regexp range with sv_SE locale. Fix #1581 | Tristan Gingold | 2021-03-18 | 1 | -2/+5 |
| | |||||
* | update for LLVM 11.1 (#1651) | Dan Horák | 2021-02-17 | 1 | -0/+1 |
| | |||||
* | Bump version to 2.0.0-dev | Tristan Gingold | 2021-02-02 | 1 | -1/+1 |
| | |||||
* | Prepare release 1.0.0 | Tristan Gingold | 2021-02-02 | 1 | -1/+1 |
| | |||||
* | Bump version to v1.0.0rc4 | Tristan Gingold | 2021-02-01 | 1 | -1/+1 |
| | |||||
* | Bump version to v1.0.0rc3 | Tristan Gingold | 2021-01-31 | 1 | -1/+1 |
| | |||||
* | Bump version to v1.0.0.rc1 | Tristan Gingold | 2021-01-31 | 1 | -1/+1 |
| | |||||
* | libraries: unuse 'openieee', rename enable_openieee to enable_gplcompat | umarcor | 2021-01-16 | 1 | -15/+15 |
| | |||||
* | update license headers | umarcor | 2021-01-14 | 1 | -11/+9 |
| | |||||
* | mv dist/* scripts/ | umarcor | 2021-01-06 | 1 | -1/+1 |
| | |||||
* | scripts: move 'pyGHDL/xtools' to 'scripts', update Makefiles and docs ↵ | umarcor | 2020-12-28 | 1 | -1/+1 |
| | | | | accordingly | ||||
* | configure: detect 'x86_64-w64-windows-gnu' as a Windows platform | umarcor | 2020-10-24 | 1 | -1/+1 |
| | |||||
* | fix/configure: debugging is enabled with LLVM>=6 | eine | 2020-08-30 | 1 | -2/+2 |
| | |||||
* | update for LLVM 11 | Dan Horák | 2020-08-29 | 1 | -0/+1 |
| | |||||
* | python: execute 'black' | eine | 2020-08-23 | 1 | -1/+1 |
| | |||||
* | configure: use llvm6 ortho backend for all llvm versions. | Tristan Gingold | 2020-07-21 | 1 | -13/+9 |
| | |||||
* | configure: factorize code. | Tristan Gingold | 2020-06-12 | 1 | -2/+1 |
| | |||||
* | Adjust help for --disable-synth. | Tristan Gingold | 2020-04-10 | 1 | -1/+1 |
| | |||||
* | Add compatibility with LLVM-10. (#1192) | Björn Esser | 2020-04-06 | 1 | -7/+8 |
| | | | | | * configure: Add compatibility with LLVM-10. * doc: Update list of supported LLVM versions. | ||||
* | enable synth by default (#1102) | eine | 2020-03-01 | 1 | -1/+1 |
| | | | | | | | | * enable synth by default * ci: disable synth for the GPL builds * deprecate Ubuntu 16, use Ubuntu 18 in Travis | ||||
* | Set version to 1.0-dev | Tristan Gingold | 2020-02-28 | 1 | -1/+1 |
| | |||||
* | Release 0.37 | Tristan Gingold | 2020-02-28 | 1 | -1/+1 |
| | |||||
* | configure: allow options in --with-llvm-config. | Tristan Gingold | 2020-01-12 | 1 | -1/+4 |
| | |||||
* | configure: clarify help for --with-llvm-config | Tristan Gingold | 2020-01-12 | 1 | -1/+1 |
| |