aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
Commit message (Collapse)AuthorAgeFilesLines
...
* libraries: unuse 'openieee', rename enable_openieee to enable_gplcompatumarcor2021-01-161-19/+24
|
* update license headersumarcor2021-01-141-11/+9
|
* mv dist/* scripts/umarcor2021-01-061-5/+5
|
* version: add Ref and Hashumarcor2021-01-051-3/+15
|
* scripts: move 'pyGHDL/xtools' to 'scripts', update Makefiles and docs ↵umarcor2020-12-281-1/+1
| | | | accordingly
* makefile: fix 'test' when buildir != srcdireine2020-07-241-3/+3
|
* Makefile.in: force -gnat12, pass CFLAGS to llvm Makefile.Tristan Gingold2020-06-191-3/+4
|
* Makefile.in: always add src/synth to the include path.Tristan Gingold2020-06-041-1/+1
|
* Makefile.in: use gnatlink -g for libghdl.Tristan Gingold2020-05-241-1/+3
|
* Makefile.in: also build and install libghdl.a. For #1336Tristan Gingold2020-05-231-1/+10
|
* Disable gnatwc warnings for gnatgpl2020Tristan Gingold2020-05-231-1/+1
|
* rework 'version.tmp' (#1320)umarcor2020-05-201-8/+4
| | | | | | | | | * msys2: work around makepkg hanging at the end of build() * ci: update actions/checkout to v2 * make: allow setting default description through GHDL_DESC * ci: ensure clean git describe on MSYS2
* Makefile.in: also copy grt-severity.ads for gcc.Tristan Gingold2020-05-141-0/+1
|
* Makefile.in: minor cleanup.Tristan Gingold2020-04-251-3/+0
|
* Makefile: add test target. Fix #1255Tristan Gingold2020-04-241-0/+11
|
* Automatically add -Wl,-u,ghdl_main when -shared is used. For #640Tristan Gingold2020-04-151-1/+8
|
* Makefile.in: link ghdl_mcode with GRT_EXEC_OPTS. Fix #1222Tristan Gingold2020-04-131-1/+1
|
* grt and ghdldrv: extract grt-exec.lst from grt.lst. For #640Tristan Gingold2020-04-101-1/+3
|
* Makefile: Generate Param_Pval_* in ghdlsynth_gates.hTristan Gingold2020-03-311-0/+4
|
* Makefile.in: add a missing file for gcc sources.Tristan Gingold2020-03-261-0/+1
|
* Makefile.in: minor refactoring.Tristan Gingold2020-03-051-12/+12
|
* Remove deprecated libghdlsynth.Tristan Gingold2020-03-041-30/+0
|
* vhdl: merge synopsys into the ieee libraries. For #980Tristan Gingold2020-03-041-7/+4
|
* update for gcc10 (#1119)sharkcz2020-01-301-1/+2
| | | | | | * update for gcc10 * update GCC docs for the upcoming version 10
* ci: use DESTDIR instead of PREFIX (#1104)eine2020-01-201-1/+1
|
* Makefile: fix build of ghdl_gcc with synth.Tristan Gingold2019-11-201-0/+1
|
* Makefile.in: add files for synthesis to copy-sources.gccTristan Gingold2019-11-191-0/+3
|
* Makefile: fix build with --enable-synthTristan Gingold2019-11-171-5/+11
|
* Makefile.in: fix build of libghdlTristan Gingold2019-11-151-2/+4
|
* grt: split grt-cbinding into grt-cstdio.c and grt-cgnatrts.cTristan Gingold2019-11-151-2/+4
|
* Makefile.in: adjust libghdl name on windows. For #1010Tristan Gingold2019-11-071-0/+6
|
* Install source of std.standard package to respective VHDL standard version ↵Torsten Maehne2019-11-021-3/+3
| | | | sub-directories (#995)
* makefile: remove 'check' target (#992)1138-4EB2019-10-231-2/+0
|
* Fix UPF (#905)1138-4EB2019-09-011-1/+2
| | | | | | * add test for UPF * fix: add UPF when openieee=false too
* fix llvm build with synth enabledDan Horák2019-08-311-1/+1
|
* Makefile.in: Add .NOTPARALLEL. For #888Tristan Gingold2019-08-271-0/+9
|
* Makefile.in: install synth include files as part of libghdl.Tristan Gingold2019-08-151-1/+6
|
* libghdl: also add synthesis part. For #884Tristan Gingold2019-08-131-3/+5
|
* configure: add --enable-synth (off by default).Tristan Gingold2019-07-061-2/+3
|
* Makefile: automatically rebuild ghdlsynth_gates.h.Tristan Gingold2019-07-021-6/+13
|
* Makefile: add grt-cdynload in clean-cTristan Gingold2019-07-011-1/+2
|
* ghdl_jit: almost add ghdlsynthTristan Gingold2019-06-291-1/+1
|
* fix(makefile): conf.py does not exist anymore (#856)1138-4EB2019-06-251-1/+0
|
* Add uninstall targets. Fix #849Tristan Gingold2019-06-201-0/+36
|
* Makefile: add a dedicated target for libghdl-py.tgzTristan Gingold2019-06-201-4/+6
|
* openieee: use .vhdl extensionTristan Gingold2019-06-201-3/+3
|
* vhdl: install vhdl libraries using .vhdl extension.Tristan Gingold2019-06-201-1/+3
|
* Makefile: ghdllib also builds libghdlTristan Gingold2019-06-201-1/+1
|
* Rework libghdl build/install procedure (#840)1138-4EB2019-06-171-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 Gingold2019-06-031-0/+3
|