aboutsummaryrefslogtreecommitdiffstats
path: root/src/ghdldrv/ghdllocal.adb
Commit message (Expand)AuthorAgeFilesLines
* vhdl: renames disp_vhdl to printsTristan Gingold2019-05-301-2/+2
* Add simple_IO - to be used instead of Text_IO.Tristan Gingold2019-05-191-1/+3
* vhdl: move iirs_utils to vhdl.utilsTristan Gingold2019-05-061-1/+1
* vhdl: move std_standard package to vhdl child.Tristan Gingold2019-05-051-3/+3
* vhdl: move configuration package as a vhdl child.Tristan Gingold2019-05-051-3/+3
* vhdl: move sem* packages to vhdl children.Tristan Gingold2019-05-051-9/+9
* vhdl: move disp_tree and disp_vhdl as vhdl child.Tristan Gingold2019-05-041-2/+2
* vhdl: move scanner under vhdl hierarchy.Tristan Gingold2019-05-041-2/+2
* vhdl: handle names starting with '_' as an identifier.Tristan Gingold2019-03-141-10/+41
* errorout: discard disabled warnings.Tristan Gingold2019-01-041-3/+2
* ghdldrv: Cmd argument of Perform_Action is now in.Tristan Gingold2018-12-161-20/+20
* Rename overloaded Load_File and export it to python.Tristan Gingold2018-12-131-3/+3
* Clarify error message.Tristan Gingold2018-12-111-2/+1
* Keep source file entry in design file to avoid searching the file.Tristan Gingold2018-11-261-4/+13
* --dir: print library name and directory.Tristan Gingold2018-11-231-0/+7
* Create sem_lib from libraries.Tristan Gingold2018-11-141-8/+9
* ghdllocal: clean post files.Tristan Gingold2018-10-211-0/+3
* Fix warning: use clause for package has no effectVicente Bergas2018-05-031-3/+1
* Change libraries path to allow installation of system-wide libraries.Tristan Gingold2018-01-251-7/+10
* Convert_Identifier: don't use Nam_Buffer anymore.Tristan Gingold2018-01-181-17/+17
* ghdldrv: remove most usages of Nam_Buffer.Tristan Gingold2018-01-181-6/+3
* Tentatively fix tarball filename for travis.Tristan Gingold2017-12-181-1/+1
* ghdl -i: stop on error.Tristan Gingold2017-12-011-1/+7
* Rework list implementation, use iterator.Tristan Gingold2017-11-111-6/+10
* files_map: rename Load_Source_File to Read_Source_File.Tristan Gingold2017-10-051-3/+3
* Minor refactoring to simplify interfacing.Tristan Gingold2017-10-031-18/+26
* Add ghdl --find-top command.Tristan Gingold2017-07-051-0/+57
* Fix typo: paths.Tristan Gingold2017-05-181-8/+8
* Add target in bug-box, add --bug-box internal command.Tristan Gingold2016-12-201-0/+32
* ghdl --clean: consider executable suffix (for windows).Tristan Gingold2016-12-191-2/+5
* Finish_Compilation: factorize code, move to libraries.Tristan Gingold2016-10-151-88/+2
* ghdl --dir: handle context declaration.Tristan Gingold2016-10-101-0/+2
* Create_Instantiation_Bodies: add parentTristan Gingold2016-09-301-2/+4
* vhdl08: more support for interface subprograms.Tristan Gingold2016-09-271-0/+8
* Remove elaboration file in current directory.Tristan Gingold2016-09-231-2/+3
* vhdl08: create interface subprogram declaration.Tristan Gingold2016-09-191-0/+10
* ghdl_local: minor rewrite.Tristan Gingold2016-09-181-7/+7
* Move Library_To_File_Name from Back_End to LibrariesTristan Gingold2016-09-171-1/+1
* Comments and reformatting.Tristan Gingold2016-09-141-8/+4
* ghdllocal: set location of progress message.Tristan Gingold2016-09-051-1/+1
* Rewrite most of error and warning messages.Tristan Gingold2016-08-021-2/+4
* Add commands to build vpi modules (WIP)Tristan Gingold2016-07-141-1/+6
* Fix indentation and English mistakes.Tristan Gingold2016-07-051-1/+1
* More changes for the MinGW32/MinGW64 build flow and for the llvm back-end.Patrick Lehmann2016-07-011-1/+1
* Synopsys flavor for VHDL-2008 (#94)Patrick Lehmann2016-06-241-5/+1
* ghdldrv: add functionnal API to compile.Tristan Gingold2016-05-071-3/+8
* simul: more fixes for std_ulogic.Tristan Gingold2016-02-141-1/+9
* Rework --dir command so that it could display ieee content.Tristan Gingold2015-11-301-18/+10
* Emit a warning for --ieee=synopsys if --std=08Tristan Gingold2015-11-271-7/+19
* Use directory of output for elaboration file.Tristan Gingold2015-06-101-9/+3