Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | errorout: discard disabled warnings. | Tristan Gingold | 2019-01-04 | 1 | -0/+5 |
| | | | | Fix #729 | ||||
* | errorout: do not crash on wildcard types. | Tristan Gingold | 2018-12-22 | 1 | -2/+3 |
| | |||||
* | files_map: renaming for consistency. | Tristan Gingold | 2018-12-14 | 1 | -1/+1 |
| | |||||
* | Errorout: use Logging instead of Text_IO. | Tristan Gingold | 2018-12-05 | 1 | -23/+13 |
| | |||||
* | Move Error_Msg_Scan to scanner. | Tristan Gingold | 2018-12-05 | 1 | -30/+0 |
| | |||||
* | Move Error_Msg_Parse from errorout to parse. | Tristan Gingold | 2018-12-05 | 1 | -22/+0 |
| | |||||
* | errorout: adjust msgid/location for error limit. | Tristan Gingold | 2018-11-28 | 1 | -2/+2 |
| | |||||
* | errorout: set length of location. | Tristan Gingold | 2018-11-28 | 1 | -2/+6 |
| | |||||
* | errorout: count max number of errors, limit errors. | Tristan Gingold | 2018-11-26 | 1 | -1/+32 |
| | |||||
* | Add errorout-memory. | Tristan Gingold | 2018-11-19 | 1 | -1/+1 |
| | |||||
* | errorout: split and rework. | Tristan Gingold | 2018-11-16 | 1 | -296/+108 |
| | |||||
* | errorout: add %s to display strings. | Tristan Gingold | 2018-11-16 | 1 | -2/+25 |
| | |||||
* | Avoid crash after error. For #381 | Tristan Gingold | 2018-03-24 | 1 | -1/+1 |
| | |||||
* | errorout: remove use of Nam_Buffer. | Tristan Gingold | 2018-01-20 | 1 | -13/+5 |
| | |||||
* | Rework list implementation, use iterator. | Tristan Gingold | 2017-11-11 | 1 | -5/+7 |
| | |||||
* | errorout: adjust caret position. | Tristan Gingold | 2017-10-24 | 1 | -1/+1 |
| | |||||
* | Reduce cascaded error messages. | Tristan Gingold | 2017-10-15 | 1 | -2/+5 |
| | |||||
* | Allow unbounded IN ports with relaxed rules. | Tristan Gingold | 2017-10-15 | 1 | -0/+8 |
| | |||||
* | Add extract_expanded_line. | Tristan Gingold | 2017-03-15 | 1 | -28/+2 |
| | |||||
* | Expand line for -fcaret-diagnostics according to -ftabstop | Tristan Gingold | 2017-03-14 | 1 | -6/+18 |
| | |||||
* | Disable color diagnotics by default on Windows. | Tristan Gingold | 2017-02-25 | 1 | -3/+19 |
| | | | | Close #289 | ||||
* | Disable warnings while analyzing dependences. | Tristan Gingold | 2017-02-21 | 1 | -13/+18 |
| | |||||
* | Add color diagnostics, show diagnostic option. | Tristan Gingold | 2017-02-06 | 1 | -18/+131 |
| | |||||
* | vhdl08: implement 'subtype attribute | Tristan Gingold | 2017-01-13 | 1 | -0/+4 |
| | | | | Fix #253 | ||||
* | errorout: add set_program_name. | Tristan Gingold | 2016-12-11 | 1 | -16/+45 |
| | | | | ghdlmain: use errorout. | ||||
* | Errorout.Disp_Subprg: handle interface subprograms. | Tristan Gingold | 2016-12-08 | 1 | -4/+7 |
| | |||||
* | vhdl08: allow unaffected in sequential signal assignments. | Tristan Gingold | 2016-11-01 | 1 | -0/+2 |
| | |||||
* | Add translation for selected signal assignment. | Tristan Gingold | 2016-11-01 | 1 | -0/+3 |
| | |||||
* | Rework AST to setup ownership and reference policy. | Tristan Gingold | 2016-10-11 | 1 | -0/+3 |
| | | | | Check it with nodes_gc. | ||||
* | Add signal_attribute_declaration to hold implicit atribute signals. | Tristan Gingold | 2016-10-08 | 1 | -0/+3 |
| | |||||
* | iirs: add association_element_subprogram | Tristan Gingold | 2016-09-20 | 1 | -1/+2 |
| | |||||
* | vhdl08: create interface subprogram declaration. | Tristan Gingold | 2016-09-19 | 1 | -2/+6 |
| | |||||
* | vhdl08: preliminary work for nested package and type association. | Tristan Gingold | 2016-09-01 | 1 | -1/+2 |
| | |||||
* | vhdl08: parse and analyze interface types. | Tristan Gingold | 2016-09-01 | 1 | -0/+4 |
| | |||||
* | Avoid redudant quote in error message | Tristan Gingold | 2016-08-26 | 1 | -2/+0 |
| | |||||
* | Rewrite most of error and warning messages. | Tristan Gingold | 2016-08-02 | 1 | -10/+48 |
| | |||||
* | Rewrite error messages. | Tristan Gingold | 2016-08-02 | 1 | -17/+48 |
| | |||||
* | Rewrite scan error messages: use formatting. | Tristan Gingold | 2016-08-02 | 1 | -34/+192 |
| | |||||
* | Rework warnings to have a uniq tag per warning. | Tristan Gingold | 2016-08-01 | 1 | -30/+77 |
| | |||||
* | Parse case generate statement. | Tristan Gingold | 2016-07-05 | 1 | -0/+2 |
| | |||||
* | Avoid a crash on error. | Tristan Gingold | 2016-03-26 | 1 | -5/+2 |
| | | | | Fix bug041. | ||||
* | Create psl_endpoint_declaration. | Tristan Gingold | 2016-03-20 | 1 | -0/+2 |
| | |||||
* | Add support for conditional assignments. | Tristan Gingold | 2016-01-16 | 1 | -2/+14 |
| | |||||
* | Use WORK location for loading the elaborated unit. | Tristan Gingold | 2015-12-30 | 1 | -1/+7 |
| | | | | This sets a real location for error messages. | ||||
* | errorout: add code for caret (not yet enabled). | Tristan Gingold | 2015-12-21 | 1 | -6/+43 |
| | |||||
* | cleanup in errorout. | Tristan Gingold | 2015-12-21 | 1 | -43/+34 |
| | |||||
* | errorout: fix crash on entity_aspect_entity. | Tristan Gingold | 2015-12-03 | 1 | -2/+11 |
| | |||||
* | Improve error message. | Tristan Gingold | 2015-08-29 | 1 | -0/+4 |
| | | | | Fix bug 024. | ||||
* | Preliminary work to support external names (parse, semantic) | Tristan Gingold | 2015-05-23 | 1 | -0/+16 |
| | |||||
* | Fix location output in elab error messages. | Tristan Gingold | 2015-05-21 | 1 | -3/+14 |
| |