Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | options.adb: add commands | Tristan Gingold | 2022-06-07 | 1 | -2/+2 |
| | |||||
* | Broken indentation. | cderrien | 2022-05-17 | 1 | -5/+5 |
| | |||||
* | Add the -Wall flag. | cderrien | 2022-05-16 | 1 | -0/+9 |
| | |||||
* | elab-vhdl_objtypes: fix restart of libghdl | Tristan Gingold | 2022-04-30 | 1 | -1/+2 |
| | |||||
* | options: add -fpragma-translate options (for debug purposes) | Tristan Gingold | 2022-04-29 | 1 | -0/+3 |
| | |||||
* | ghdldrv: call elab.vhdl_objtypes.init in options | Tristan Gingold | 2022-04-26 | 1 | -0/+3 |
| | |||||
* | Add --std=19 | Xiretza | 2022-02-28 | 1 | -2/+4 |
| | | | | | | Currently, all behaviour is the same as for --std=08, except for the standard library search path. No standard libraries exist yet, so running ghdl with --std=19 will fail. | ||||
* | options.adb: -Werror now applies on unclassified warnings. | Tristan Gingold | 2021-09-07 | 1 | -0/+1 |
| | |||||
* | src: Minor clarifications in Error messages for Warning and VHDL std options. | Ondrej Ille | 2021-04-22 | 1 | -4/+6 |
| | |||||
* | Revert "src: Add -Wpsl-uncovered option to optionally warn about uncovered ↵ | Ondrej Ille | 2021-03-22 | 1 | -15/+6 |
| | | | | | | PSL sequences at the end of simulation." This reverts commit e20d4477f9b55f897d4f9008d6c94db8d8c3a54f. | ||||
* | Revert "src: Fix notes on pull-request." | Ondrej Ille | 2021-03-22 | 1 | -7/+8 |
| | | | | This reverts commit c7a6eda4640ae235c944168ca6c536434808ece8. | ||||
* | src: Fix notes on pull-request. | Ondrej Ille | 2021-03-22 | 1 | -8/+7 |
| | |||||
* | src: Add -Wpsl-uncovered option to optionally warn about uncovered PSL ↵ | Ondrej Ille | 2021-03-22 | 1 | -6/+15 |
| | | | | sequences at the end of simulation. | ||||
* | update license headers | umarcor | 2021-01-14 | 1 | -11/+9 |
| | |||||
* | ghdlrun: factorize code for finalization | Tristan Gingold | 2020-12-30 | 1 | -0/+3 |
| | |||||
* | Rework initialization and finalization. | Tristan Gingold | 2020-12-30 | 1 | -4/+24 |
| | | | | libghdl can now be re-initialized. | ||||
* | vhdl: --std93c is now an alias for --std=93 -frelaxed | Tristan Gingold | 2020-06-13 | 1 | -1/+5 |
| | | | | This simplifies the definition of --std=93c | ||||
* | vhdl: allows --work between files for -c. Fix #1362 | Tristan Gingold | 2020-06-09 | 1 | -1/+3 |
| | |||||
* | psl-nodes: set a location on false/true/one/EOS nodes. Fix #1345 | Tristan Gingold | 2020-05-29 | 1 | -1/+1 |
| | |||||
* | options: handle -fmax-errors= | Tristan Gingold | 2020-03-31 | 1 | -0/+8 |
| | |||||
* | vhdl: merge synopsys into the ieee libraries. For #980 | Tristan Gingold | 2020-03-04 | 1 | -0/+2 |
| | |||||
* | Use Decode_Work_Option in options. Factorize code. | Tristan Gingold | 2019-10-15 | 1 | -13/+3 |
| | |||||
* | Rework errors handling, to have a more generic framework. | Tristan Gingold | 2019-10-06 | 1 | -0/+2 |
| | |||||
* | Error_Msg_Option: do not raise exception. | Tristan Gingold | 2019-06-25 | 1 | -17/+25 |
| | |||||
* | options: set parse_parenthesis flag on | Tristan Gingold | 2019-06-13 | 1 | -0/+2 |
| | |||||
* | ghdldrv: handle --force-analysis for llvm and gcc. | Tristan Gingold | 2019-06-05 | 1 | -0/+2 |
| | |||||
* | Add simple_IO - to be used instead of Text_IO. | Tristan Gingold | 2019-05-19 | 1 | -2/+3 |
| | |||||
* | options: support -Werror=WARN to transform one warning into an error. | Tristan Gingold | 2019-05-13 | 1 | -1/+16 |
| | |||||
* | vhdl: move back_end to vhdl child. | Tristan Gingold | 2019-05-05 | 1 | -5/+5 |
| | |||||
* | vhdl: move disp_tree and disp_vhdl as vhdl child. | Tristan Gingold | 2019-05-04 | 1 | -2/+2 |
| | |||||
* | vhdl: move scanner under vhdl hierarchy. | Tristan Gingold | 2019-05-04 | 1 | -4/+4 |
| | |||||
* | errorout: discard disabled warnings. | Tristan Gingold | 2019-01-04 | 1 | -3/+2 |
| | | | | Fix #729 | ||||
* | Options: handle -frelaxed as an alias to -frelaxed-rules. | Tristan Gingold | 2018-11-16 | 1 | -1/+1 |
| | |||||
* | Add -Wothers warning. | Tristan Gingold | 2018-09-23 | 1 | -1/+1 |
| | |||||
* | Add support for --time-resolution (jit only). Fix #613 | Tristan Gingold | 2018-08-10 | 1 | -25/+0 |
| | |||||
* | Fix warning: use clause for package has no effect | Vicente Bergas | 2018-05-03 | 1 | -2/+2 |
| | | | | | | | With gcc 8.1 the following message appears: warning: use clause for package "*" has no effect gnatmake: "*.adb" compilation error This patch fixes it. | ||||
* | Convert_Identifier: don't use Nam_Buffer anymore. | Tristan Gingold | 2018-01-18 | 1 | -4/+4 |
| | |||||
* | Fix typo: paths. | Tristan Gingold | 2017-05-18 | 1 | -1/+1 |
| | |||||
* | Add -ftabstop= option. | Tristan Gingold | 2017-03-14 | 1 | -0/+17 |
| | | | | Close #314 | ||||
* | Add color diagnostics, show diagnostic option. | Tristan Gingold | 2017-02-06 | 1 | -9/+27 |
| | |||||
* | disp_vhdl: add -do flag to display evaluated expressions. | Tristan Gingold | 2016-12-17 | 1 | -0/+2 |
| | |||||
* | Rework warnings to have a uniq tag per warning. | Tristan Gingold | 2016-08-01 | 1 | -27/+23 |
| | |||||
* | Factorise some help lines. | Tristan Gingold | 2016-07-31 | 1 | -6/+2 |
| | |||||
* | Check missing argument for -P, also support -P= | Tristan Gingold | 2016-07-31 | 1 | -21/+35 |
| | | | | Fixes #103 | ||||
* | Rename name_table.name_buffer and name_length to avoid clash. | Tristan Gingold | 2014-12-31 | 1 | -2/+2 |
| | |||||
* | Move sources to src/ subdirectory. | Tristan Gingold | 2014-11-04 | 1 | -0/+242 |