aboutsummaryrefslogtreecommitdiffstats
path: root/src/ghdldrv/ghdldrv.adb
Commit message (Expand)AuthorAgeFilesLines
* ghdldrv: only put direct dependences in gen-makefileTristan Gingold2023-03-131-2/+2
* ghdllocal.adb(Build_Dependence): rebuild file dependencies.Tristan Gingold2023-03-131-5/+7
* fix: avoid "pragma Unreferenced given" warnings with GCC 12Xiretza2022-05-141-1/+1
* mk: Introduce configure options for inc/libdirsuffixDaniel Gröber2022-03-111-1/+1
* ghdldrv: use environment variable CC to set the default compiler. For #1629Tristan Gingold2021-09-231-3/+6
* ghdllocal: generalize top level unit extractionTristan Gingold2021-09-071-2/+2
* ghdldrv: handle auxbase option in ortho/gcc. Fix #1845Tristan Gingold2021-08-241-10/+0
* ghdldrv.adb: use cc (instead of gcc) as linker driver. Fix #1629Tristan Gingold2021-08-011-1/+1
* ghdldrv.adb: factorize code (for #1817)Tristan Gingold2021-07-231-68/+57
* ghdldrv.adb: pass option -auxbase to ghdl1. For #1817Tristan Gingold2021-07-231-1/+14
* ghdldrv,configure: allow LIB.UNIT name for -e/-r commands. Fix #1718Tristan Gingold2021-04-101-10/+32
* update license headersumarcor2021-01-141-11/+9
* libraries: Load_Std_Library: now return a status.Tristan Gingold2020-12-261-2/+6
* ghdldrv: adjust style and some error messages.Tristan Gingold2020-09-201-42/+29
* cli: rework syntax, add commands without '-' or '--'umarcor2020-09-201-44/+109
* ghdldrv: factorize part of --gen-makefileTristan Gingold2020-07-301-42/+2
* vhdl: allows --work between files for -c. Fix #1362Tristan Gingold2020-06-091-0/+1
* Automatically add -Wl,-u,ghdl_main when -shared is used. For #640Tristan Gingold2020-04-151-1/+3
* ghdldrv: add -shared option to build a shared library. For #640Tristan Gingold2020-04-101-3/+24
* ghdldrv: refactoring (move more flags into the command object).Tristan Gingold2020-04-101-116/+119
* ghdldrv: Make Perform_Action cmd parameter in out.Tristan Gingold2020-04-101-163/+161
* grt and ghdldrv: extract grt-exec.lst from grt.lst. For #640Tristan Gingold2020-04-101-2/+9
* Warn on unexpected options for command '-a'. Fix #1066Tristan Gingold2020-03-041-0/+3
* vhdl: merge synopsys into the ieee libraries. For #980Tristan Gingold2020-03-041-0/+10
* ghdldrv: adjust after change in Dyn_Tables. Fix breakage.Tristan Gingold2019-11-111-6/+5
* vhdl: refactoring: remove configure function with string access.Tristan Gingold2019-07-141-16/+22
* Error_Msg_Option: do not raise exception.Tristan Gingold2019-06-251-42/+47
* ghdldrv: handle --force-analysis for llvm and gcc.Tristan Gingold2019-06-051-2/+1
* ghdldrv: use Dyn_Table instead of the GNAT package.Tristan Gingold2019-05-191-8/+6
* Add simple_IO - to be used instead of Text_IO.Tristan Gingold2019-05-191-2/+3
* vhdl: rename iirs to vhdl.nodesTristan Gingold2019-05-051-1/+1
* vhdl: move ieee packages to vhdl children.Tristan Gingold2019-05-051-3/+3
* vhdl: move configuration package as a vhdl child.Tristan Gingold2019-05-051-2/+2
* vhdl: supports VHPIDIRECT in mcode backend.Tristan Gingold2019-04-271-2/+5
* vhdl: handle names starting with '_' as an identifier.Tristan Gingold2019-03-141-1/+5
* errorout: discard disabled warnings.Tristan Gingold2019-01-041-2/+9
* ghdldrv: Cmd argument of Perform_Action is now in.Tristan Gingold2018-12-161-26/+26
* Finish_Compilation: do not raise Compilation_Error.Tristan Gingold2018-12-161-0/+4
* Clarify error message.Tristan Gingold2018-12-111-1/+1
* ghdllocal: clean post files.Tristan Gingold2018-10-211-3/+0
* ghdldrv: also search exec in prefix/bin.Tristan Gingold2018-10-211-2/+18
* ghdldrv: allow bootstrap with oread.Tristan Gingold2018-10-211-2/+1
* Add support for --time-resolution (jit only). Fix #613Tristan Gingold2018-08-101-0/+5
* Fix warning: use clause for package has no effectVicente Bergas2018-05-031-2/+0
* Change libraries path to allow installation of system-wide libraries.Tristan Gingold2018-01-251-1/+1
* ghdldrv: remove most usages of Nam_Buffer.Tristan Gingold2018-01-181-8/+5
* version.in: avoid to duplicate version string.Tristan Gingold2017-12-101-1/+3
* Drivers: add --pre-elab (as a stub).Tristan Gingold2017-11-161-1/+25
* Update ghdldrv after list changes.Tristan Gingold2017-11-111-37/+44
* comment and whitespace cleanupJulius Rakow2017-09-301-10/+10