aboutsummaryrefslogtreecommitdiffstats
path: root/src/libraries.adb
Commit message (Collapse)AuthorAgeFilesLines
* Improve error message in case of circular dependency.Tristan Gingold2017-12-011-1/+6
| | | | Fix #471
* 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
| | | | Fix #385
* Add ghdl --find-top command.Tristan Gingold2017-07-051-0/+15
|
* Fix typo: paths.Tristan Gingold2017-05-181-15/+15
|
* Disable warnings while analyzing dependences.Tristan Gingold2017-02-211-1/+12
|
* libraries: fix incorrect use of scanner during sem.Tristan Gingold2017-02-131-6/+4
|
* Library: unload library file after parsing it.Tristan Gingold2017-02-131-21/+17
|
* Add color diagnostics, show diagnostic option.Tristan Gingold2017-02-061-15/+15
|
* vhdl08: support top-level macro-expanded package instantiation declarations.Tristan Gingold2016-12-051-42/+0
| | | | Fixes #199
* Handle top-level instantiation of macro-expansed packages.Tristan Gingold2016-11-121-2/+26
| | | | Fix #199
* ownership: check tree after sem and canon.Tristan Gingold2016-11-051-0/+8
|
* nodes_gc: move checks in libraries (WIP)Tristan Gingold2016-10-171-0/+5
|
* Finish_Compilation: factorize code, move to libraries.Tristan Gingold2016-10-151-2/+85
|
* Rework AST to setup ownership and reference policy.Tristan Gingold2016-10-111-3/+22
| | | | Check it with nodes_gc.
* Move Library_To_File_Name from Back_End to LibrariesTristan Gingold2016-09-171-4/+22
|
* Rewrite most of error and warning messages.Tristan Gingold2016-08-021-15/+14
|
* Rewrite error messages.Tristan Gingold2016-08-021-19/+23
|
* Rewrite scan error messages: use formatting.Tristan Gingold2016-08-021-5/+7
|
* Rework warnings to have a uniq tag per warning.Tristan Gingold2016-08-011-6/+6
|
* Fix indentation and English mistakes.Tristan Gingold2016-07-051-2/+2
|
* Also search library in DIR/LIB/vVV.Tristan Gingold2016-05-171-19/+55
| | | | Implement enhancement for issue69.
* Reimplement table package (used instead of GNAT.Table).Tristan Gingold2015-09-101-4/+3
|
* Replace fat accesses by bounds accessesTristan Gingold2015-08-291-1/+5
| | | | | translate: separate info for signals from object. Improve some error messages.
* errors: remove error_msg and warning_msg.Tristan Gingold2015-05-171-14/+28
|
* Change library format: now store file checksum instead of file time stamp.Tristan Gingold2015-05-131-26/+24
| | | | For ticket 48.
* Add context declaration and reference (vhdl 2008).Tristan Gingold2015-05-121-2/+14
|
* Allow generic without default values in top-level entity.Tristan Gingold2015-05-111-1/+1
| | | | Implement ticket #47.
* Detect and report UTF BOM at beginning of source files.Tristan Gingold2015-01-211-1/+8
|
* Style fixes.Tristan Gingold2015-01-181-9/+4
|
* Rename name_table.name_buffer and name_length to avoid clash.Tristan Gingold2014-12-311-11/+11
|
* Rework string literals: store literals position.Tristan Gingold2014-12-291-5/+4
|
* Rewrite sem_scopes tables for speed-up (and clarification).Tristan Gingold2014-12-261-4/+0
|
* Fix style.Tristan Gingold2014-12-151-5/+2
|
* Move sources to src/ subdirectory.Tristan Gingold2014-11-041-0/+1714