aboutsummaryrefslogtreecommitdiffstats
path: root/src/options.adb
Commit message (Expand)AuthorAgeFilesLines
* 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