aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
Commit message (Expand)AuthorAgeFilesLines
...
* Add libs targets in Makefile.Tristan Gingold2017-04-191-0/+2
* scanner: use grt-fcvt for radix conversion.Tristan Gingold2017-04-191-6/+8
* Simplify build for llvm-nodebug.Tristan Gingold2017-04-041-4/+2
* Use single VM in .travis.yml to speed-up launching builds. Container are laun...1138-4EB2017-03-011-0/+3
* gcc: move ortho-lang.c selection from configure to Makefile.inTristan Gingold2017-02-221-2/+10
* Add support for gcc 5.x and gcc 6.xTristan Gingold2017-02-211-0/+3
* target install.libghdlsynth addedobijuan2017-02-101-0/+2
* libghdlsynth: can generate so/dll file.Tristan Gingold2017-02-071-13/+23
* Makefile: add install.libghdlsynthTristan Gingold2017-02-021-0/+6
* Add ghdlsynth in ghdl_simulTristan Gingold2017-01-311-2/+15
* Use CXX in makefiles and configures to design the c++ compiler.Tristan Gingold2016-12-241-5/+5
* Makefile.in: Use @echo instead of echoTristan Gingold2016-12-241-5/+5
* Makefile: use LDFLAGS for ghdl_mcode and ghdl_llvmTristan Gingold2016-12-221-2/+2
* Be sure PWD is set (for windows).Tristan Gingold2016-12-201-0/+1
* ownership: fix ghdlsimulTristan Gingold2016-12-121-1/+2
* travis: use CLANGXX instead of CXXTristan Gingold2016-12-121-4/+7
* Fix parallel buildsVicente Bergas2016-11-041-2/+2
* Remove auto-generated files with `make clean'Vicente Bergas2016-11-041-1/+1
* Makefiles: use gnatmake instead of gcc to compile single Ada files.Tristan Gingold2016-11-011-3/+3
* Also create version.ads for ghdl1-gcc development target.Tristan Gingold2016-11-011-1/+1
* Create version.ads from git hash/date in version.adsTristan Gingold2016-10-201-9/+24
* Add suport for llvm 3.6 - 3.9Tristan Gingold2016-09-171-2/+3
* Add llvm-nodebug, an llvm backend more portable across llvm versions.Tristan Gingold2016-09-121-4/+5
* Makefile.in: fix library build during development.Tristan Gingold2016-09-121-1/+4
* Makefiles changes for $(EXEEXT) - please review. (#119)Patrick Lehmann2016-07-261-27/+27
* Do not use -fPIC to build libghdlvpi on windows and darwin.Tristan Gingold2016-07-211-1/+2
* build and vpi: adjust for windows.Tristan Gingold2016-07-201-1/+1
* Makefile: add comments.Tristan Gingold2016-07-171-0/+5
* Rework gcc build procedure. Add vpi build command.Tristan Gingold2016-07-161-57/+49
* Add commands to build vpi modules (WIP)Tristan Gingold2016-07-141-1/+24
* makefile: use GNATMAKE for oread.Tristan Gingold2016-07-091-0/+1
* A first changeset for MinGW32 and MinGW64 to compile GHDL with mcode and llvm...Patrick Lehmann2016-06-301-6/+8
* Install vendor shell scripts with executable mode.Tristan Gingold2016-06-221-0/+2
* Install vendors scripts.Tristan Gingold2016-06-221-0/+4
* ghwdump: make output more easily readable.Tristan Gingold2016-05-231-2/+4
* mhdlsim: add initial version of the vhdl part (as a library).Tristan Gingold2016-05-171-0/+12
* mcode: add support for x86-64Tristan Gingold2016-01-061-1/+1
* Makefile: do not use OPT_FLAGS for LIB_CFLAGS.Tristan Gingold2015-12-211-1/+2
* configure: add --enable-coverage.Tristan Gingold2015-12-211-1/+4
* configure: add --with-llvm-configTristan Gingold2015-12-201-3/+1
* backtrace: add support for windows and for llvm (via libbacktrace).Tristan Gingold2015-11-221-4/+14
* Tentatively fix win32 support.Tristan Gingold2015-09-121-1/+1
* Add missing dependencies in Makefile.inTristan Gingold2015-06-011-3/+3
* Fix llvm link on darwin (set no_compat_unwind).Tristan Gingold2015-05-281-2/+3
* Use cxx compiler to link llvm executable.Tristan Gingold2015-05-211-1/+4
* Add ghwdump build rules in Makefile.Tristan Gingold2015-03-101-0/+13
* Makefile: fix path to build lib for llvm.Tristan Gingold2015-02-071-2/+3
* Makefile: share INCFLAGS.Tristan Gingold2015-01-171-8/+8
* Fix build of ghdl_simul (WIP).Tristan Gingold2015-01-161-1/+8
* Makefiles: add OPT_FLAGS.Tristan Gingold2014-12-241-13/+13