index
:
ghdl/.git
master
VHDL 2008/93/87 simulator
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
vhdl
/
errorout.adb
Age
Commit message (
Expand
)
Author
2016-01-16
Add support for conditional assignments.
Tristan Gingold
2015-12-30
Use WORK location for loading the elaborated unit.
Tristan Gingold
2015-12-21
errorout: add code for caret (not yet enabled).
Tristan Gingold
2015-12-21
cleanup in errorout.
Tristan Gingold
2015-12-03
errorout: fix crash on entity_aspect_entity.
Tristan Gingold
2015-08-29
Improve error message.
Tristan Gingold
2015-05-23
Preliminary work to support external names (parse, semantic)
Tristan Gingold
2015-05-21
Fix location output in elab error messages.
Tristan Gingold
2015-05-17
error: fix double colon in error message (from previous commit).
Tristan Gingold
2015-05-17
errors: remove error_msg and warning_msg.
Tristan Gingold
2015-05-15
Pure errors are warnings in relaxed rules.
Tristan Gingold
2015-05-12
Always report pure rules violation, but as a warning in 93c or -frelaxed-rules
Tristan Gingold
2015-05-12
Add context declaration and reference (vhdl 2008).
Tristan Gingold
2015-05-09
Rename Get_Location_Str to Image.
Tristan Gingold
2015-01-30
grt: fix protected object lock during elaboration.
Tristan Gingold
2015-01-03
Initial rework for vhdl 2008 generate statements.
Tristan Gingold
2014-12-31
Rename name_table.name_buffer and name_length to avoid clash.
Tristan Gingold
2014-12-29
Rework string literals: store literals position.
Tristan Gingold
2014-12-15
Use same node for implicit and explicit subprogram declarations.
Tristan Gingold
2014-11-04
Create src/vhdl subdirectory.
Tristan Gingold