aboutsummaryrefslogtreecommitdiffstats
path: root/src/libraries.adb
Commit message (Expand)AuthorAgeFilesLines
* libraries: avoid a crash when replacing a file without checksum.Tristan Gingold2023-04-271-2/+4
* libraries(Get_Library): add parameter Force.Tristan Gingold2023-04-241-2/+6
* libraries.adb: allow to purge from any libraryTristan Gingold2023-04-241-2/+3
* libraries.adb: do not set location of entity name of architecture.Tristan Gingold2022-09-301-1/+0
* Add --std=19Xiretza2022-02-281-0/+4
* vhdl: Iir_Kind_Foreign_Module is now a library unitTristan Gingold2021-11-091-35/+29
* vhdl: handle foreign units in libraries and configurationTristan Gingold2021-08-281-1/+8
* vhdl and libraries: add support for binding to a foreign moduleTristan Gingold2021-04-051-36/+70
* update license headersumarcor2021-01-141-11/+9
* Rework initialization and finalization.Tristan Gingold2020-12-301-7/+20
* libraries: Load_Std_Library: now return a status.Tristan Gingold2020-12-261-6/+5
* vhdl: --std93c is now an alias for --std=93 -frelaxedTristan Gingold2020-06-131-2/+2
* vhdl: allows --work between files for -c. Fix #1362Tristan Gingold2020-06-091-7/+6
* psl-nodes: set a location on false/true/one/EOS nodes. Fix #1345Tristan Gingold2020-05-291-15/+16
* libraries: handle redefinition of a package by an entity.Tristan Gingold2019-12-261-75/+80
* Use Decode_Work_Option in options. Factorize code.Tristan Gingold2019-10-151-5/+1
* ghdlsynth: allow --work= option in the middle of files.Tristan Gingold2019-10-151-0/+27
* vhdl: improve error message for redefinition of libraryTristan Gingold2019-10-101-1/+1
* vhdl: parse verification unit (WIP).Tristan Gingold2019-08-171-15/+19
* ghdldrv: add comments, analyze files for --synth/-eTristan Gingold2019-07-011-0/+2
* Error_Msg_Option: do not raise exception.Tristan Gingold2019-06-251-1/+3
* libraries: add Get_Library_No_Create.Tristan Gingold2019-06-241-10/+14
* vhdl: move Current_Text from vhdl-utils to vhdl-parse.Tristan Gingold2019-05-251-3/+10
* vhdl: decouple errorouts a bit more.Tristan Gingold2019-05-101-1/+1
* vhdl: extract vhdl.errors from errorout.Tristan Gingold2019-05-081-0/+1
* vhdl: move iirs_utils to vhdl.utilsTristan Gingold2019-05-061-3/+3
* vhdl: move std_standard package to vhdl child.Tristan Gingold2019-05-051-4/+4
* vhdl: move tokens as vhdl child package.Tristan Gingold2019-05-041-2/+2
* vhdl: move scanner under vhdl hierarchy.Tristan Gingold2019-05-041-4/+4
* parse/sem: be more tolerant of parse errors.Tristan Gingold2018-12-231-0/+5
* libraries: clear last_design_file cache.Tristan Gingold2018-12-181-22/+30
* files_map: renaming for consistency.Tristan Gingold2018-12-141-2/+2
* libraries: use Get_Design_File_Source to get the file.Tristan Gingold2018-12-131-4/+2
* libraries: handle files without checksum.Tristan Gingold2018-12-131-0/+1
* libraries, iirs: use Logging instead of Text_IO.Tristan Gingold2018-12-051-10/+9
* Create sem_lib from libraries.Tristan Gingold2018-11-141-379/+0
* Fix warning: use clause for package has no effectVicente Bergas2018-05-031-1/+0
* libraries: get rid of Nam_Buffer.Tristan Gingold2018-01-201-1/+1
* libraries: remove use of Nam_Buffer.Tristan Gingold2018-01-181-49/+45
* Improve error message in case of circular dependency.Tristan Gingold2017-12-011-1/+6
* Rename of Iir_Kinds_Library_UnitTristan Gingold2017-12-011-26/+10
* Rework list implementation, use iterator.Tristan Gingold2017-11-111-16/+17
* libraries.adb: constant-ify.Tristan Gingold2017-10-241-5/+4
* libraries: rename Implicit_Location by Library_Location.Tristan Gingold2017-10-091-10/+7
* 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-0/+1
* libraries: add debug traces.Tristan Gingold2017-10-021-4/+11
* Refine previous patch: don't keep obsolete units of current analyzed file.Tristan Gingold2017-07-201-1/+1
* libraries: mark unit obsolete to reduce the number of obsolete checks.Tristan Gingold2017-07-191-186/+270
* Add ghdl --find-top command.Tristan Gingold2017-07-051-0/+15