aboutsummaryrefslogtreecommitdiffstats
path: root/src/ghdldrv
Commit message (Expand)AuthorAgeFilesLines
* files_map: rename Get_Source_File_Directory to Get_Directory_Name.Tristan Gingold2018-12-181-1/+1
* driver: add --force-analysis debug flag.Tristan Gingold2018-12-161-13/+36
* ghdldrv: Cmd argument of Perform_Action is now in.Tristan Gingold2018-12-1610-108/+111
* Finish_Compilation: do not raise Compilation_Error.Tristan Gingold2018-12-162-0/+7
* files_map: renaming for consistency.Tristan Gingold2018-12-141-1/+1
* Rename overloaded Load_File and export it to python.Tristan Gingold2018-12-133-8/+8
* Clarify error message.Tristan Gingold2018-12-112-3/+2
* Move Error_Msg_Parse from errorout to parse.Tristan Gingold2018-12-051-1/+2
* Keep source file entry in design file to avoid searching the file.Tristan Gingold2018-11-262-6/+17
* --dir: print library name and directory.Tristan Gingold2018-11-231-0/+7
* Add --max-stack-alloc option, check stack allocation of complex object.Tristan Gingold2018-11-231-0/+2
* ghdlprint: pass a location.Tristan Gingold2018-11-171-1/+1
* errorout: split and rework.Tristan Gingold2018-11-161-1/+3
* Create sem_lib from libraries.Tristan Gingold2018-11-144-21/+25
* Fix overflow detection for **, implement ** for i64.Tristan Gingold2018-11-141-2/+4
* ghdllocal: clean post files.Tristan Gingold2018-10-213-3/+6
* ghdldrv: also search exec in prefix/bin.Tristan Gingold2018-10-211-2/+18
* ghdldrv: allow bootstrap with oread.Tristan Gingold2018-10-211-2/+1
* Pass time-resolution to grt.Tristan Gingold2018-10-214-13/+16
* Add Maybe_Ref_Chain (WIP).Tristan Gingold2018-09-201-0/+6
* ghdl_simul: adjust after ghdlcomp change.Tristan Gingold2018-08-101-5/+13
* Add support for --time-resolution (jit only). Fix #613Tristan Gingold2018-08-104-13/+102
* rework parse_expression to add parse_binary_expression.Tristan Gingold2018-08-041-13/+1
* Also set -fX and --std to GHDLFLAGS for --gen-makefileTristan Gingold2018-07-211-0/+2
* Remove redundant use-clauses for gcc 8.1 compatibilityTruls Asheim2018-05-301-3/+0
* Fix warning: use clause for package has no effectVicente Bergas2018-05-033-9/+1
* Use specific error message for direction mismatch.Tristan Gingold2018-04-251-2/+4
* Set a version to libghdl, put version in configure.Tristan Gingold2018-03-211-2/+1
* ghdl_mcode: error message if no file to analyze.Tristan Gingold2018-03-011-0/+5
* Change libraries path to allow installation of system-wide libraries.Tristan Gingold2018-01-252-8/+11
* translation: remove some use of Nam_Buffer.Tristan Gingold2018-01-201-4/+3
* Convert_Identifier: don't use Nam_Buffer anymore.Tristan Gingold2018-01-181-17/+17
* ghdldrv: remove most usages of Nam_Buffer.Tristan Gingold2018-01-183-28/+15
* sem_inst: fix relocation of instances in instances.Tristan Gingold2017-12-211-0/+2
* update tgingold/ghdl refs to ghdl/ghdl1138-4EB2017-12-201-1/+1
* Tentatively fix tarball filename for travis.Tristan Gingold2017-12-181-1/+1
* version.in: avoid to duplicate version string.Tristan Gingold2017-12-104-3/+12
* simul: support --file-to-xmlTristan Gingold2017-12-071-0/+2
* ghdl -i: stop on error.Tristan Gingold2017-12-011-1/+7
* Create the simul.ads package (for a namespace).Tristan Gingold2017-11-242-19/+19
* Annotations: minor reformating.Tristan Gingold2017-11-191-2/+0
* ghdl_simul: fix crash on option warning.Tristan Gingold2017-11-181-0/+2
* Drivers: add --pre-elab (as a stub).Tristan Gingold2017-11-162-3/+52
* Update ghdldrv after list changes.Tristan Gingold2017-11-111-37/+44
* Rework list implementation, use iterator.Tristan Gingold2017-11-113-16/+27
* Remove List_Others, cleanup lists.Tristan Gingold2017-11-081-20/+16
* Use Flist for array indexes.Tristan Gingold2017-11-061-0/+66
* Add extended locations (elocations). Still WIPTristan Gingold2017-10-182-9/+3
* files_map: rename Load_Source_File to Read_Source_File.Tristan Gingold2017-10-053-9/+9
* Minor refactoring to simplify interfacing.Tristan Gingold2017-10-032-20/+31