aboutsummaryrefslogtreecommitdiffstats
path: root/src/options.adb
Commit message (Expand)AuthorAgeFilesLines
* file_comments: add Initialize and FinalizeTristan Gingold2022-12-061-0/+3
* options.adb: -Werror=X enables warning X.Tristan Gingold2022-07-281-0/+1
* options.adb: add commandsTristan Gingold2022-06-071-2/+2
* Broken indentation.cderrien2022-05-171-5/+5
* Add the -Wall flag.cderrien2022-05-161-0/+9
* elab-vhdl_objtypes: fix restart of libghdlTristan Gingold2022-04-301-1/+2
* options: add -fpragma-translate options (for debug purposes)Tristan Gingold2022-04-291-0/+3
* ghdldrv: call elab.vhdl_objtypes.init in optionsTristan Gingold2022-04-261-0/+3
* Add --std=19Xiretza2022-02-281-2/+4
* options.adb: -Werror now applies on unclassified warnings.Tristan Gingold2021-09-071-0/+1
* src: Minor clarifications in Error messages for Warning and VHDL std options.Ondrej Ille2021-04-221-4/+6
* Revert "src: Add -Wpsl-uncovered option to optionally warn about uncovered PS...Ondrej Ille2021-03-221-15/+6
* Revert "src: Fix notes on pull-request."Ondrej Ille2021-03-221-7/+8
* src: Fix notes on pull-request.Ondrej Ille2021-03-221-8/+7
* src: Add -Wpsl-uncovered option to optionally warn about uncovered PSL sequen...Ondrej Ille2021-03-221-6/+15
* update license headersumarcor2021-01-141-11/+9
* ghdlrun: factorize code for finalizationTristan Gingold2020-12-301-0/+3
* Rework initialization and finalization.Tristan Gingold2020-12-301-4/+24
* vhdl: --std93c is now an alias for --std=93 -frelaxedTristan Gingold2020-06-131-1/+5
* vhdl: allows --work between files for -c. Fix #1362Tristan Gingold2020-06-091-1/+3
* psl-nodes: set a location on false/true/one/EOS nodes. Fix #1345Tristan Gingold2020-05-291-1/+1
* options: handle -fmax-errors=Tristan Gingold2020-03-311-0/+8
* vhdl: merge synopsys into the ieee libraries. For #980Tristan Gingold2020-03-041-0/+2
* Use Decode_Work_Option in options. Factorize code.Tristan Gingold2019-10-151-13/+3
* Rework errors handling, to have a more generic framework.Tristan Gingold2019-10-061-0/+2
* Error_Msg_Option: do not raise exception.Tristan Gingold2019-06-251-17/+25
* options: set parse_parenthesis flag onTristan Gingold2019-06-131-0/+2
* ghdldrv: handle --force-analysis for llvm and gcc.Tristan Gingold2019-06-051-0/+2
* Add simple_IO - to be used instead of Text_IO.Tristan Gingold2019-05-191-2/+3
* options: support -Werror=WARN to transform one warning into an error.Tristan Gingold2019-05-131-1/+16
* vhdl: move back_end to vhdl child.Tristan Gingold2019-05-051-5/+5
* vhdl: move disp_tree and disp_vhdl as vhdl child.Tristan Gingold2019-05-041-2/+2
* vhdl: move scanner under vhdl hierarchy.Tristan Gingold2019-05-041-4/+4
* errorout: discard disabled warnings.Tristan Gingold2019-01-041-3/+2
* Options: handle -frelaxed as an alias to -frelaxed-rules.Tristan Gingold2018-11-161-1/+1
* Add -Wothers warning.Tristan Gingold2018-09-231-1/+1
* Add support for --time-resolution (jit only). Fix #613Tristan Gingold2018-08-101-25/+0
* Fix warning: use clause for package has no effectVicente Bergas2018-05-031-2/+2
* Convert_Identifier: don't use Nam_Buffer anymore.Tristan Gingold2018-01-181-4/+4
* Fix typo: paths.Tristan Gingold2017-05-181-1/+1
* Add -ftabstop= option.Tristan Gingold2017-03-141-0/+17
* Add color diagnostics, show diagnostic option.Tristan Gingold2017-02-061-9/+27
* disp_vhdl: add -do flag to display evaluated expressions.Tristan Gingold2016-12-171-0/+2
* Rework warnings to have a uniq tag per warning.Tristan Gingold2016-08-011-27/+23
* Factorise some help lines.Tristan Gingold2016-07-311-6/+2
* Check missing argument for -P, also support -P=Tristan Gingold2016-07-311-21/+35
* Rename name_table.name_buffer and name_length to avoid clash.Tristan Gingold2014-12-311-2/+2
* Move sources to src/ subdirectory.Tristan Gingold2014-11-041-0/+242