aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/vhdl-formatters.adb
Commit message (Expand)AuthorAgeFilesLines
* vhdl-prints: add Print_StringTristan Gingold2023-01-261-28/+2
* vhdl: rework comment gathering to handle empty lines.Tristan Gingold2022-11-271-0/+4
* vhdl-formatters: fix bad reformatting on a simple range.Tristan Gingold2021-10-011-0/+1
* Fix warnings from gnatgpl 2021Tristan Gingold2021-05-301-1/+1
* update license headersumarcor2021-01-141-11/+9
* vhdl-formatters: add realignmentTristan Gingold2021-01-111-1/+206
* vhdl: rework formatter engine, add 'ghdl fmt' commandTristan Gingold2021-01-091-394/+553
* vhdl-formatters: minor refactoring.Tristan Gingold2020-03-091-19/+26
* vhdl: add PSL keywords to vhdl08 reserved words.Tristan Gingold2019-08-141-1/+1
* vhdl: adjust formatters and add python bindings.Tristan Gingold2019-06-041-5/+10
* vhdl-formatters: remove useless use clause.Tristan Gingold2019-06-031-1/+0
* vhdl-formatters: add range for indent.Tristan Gingold2019-06-031-11/+50
* vhdl-formatters: Use vstrings to format into a string.Tristan Gingold2019-06-031-25/+122
* vhdl-formatters: add indent.Tristan Gingold2019-06-011-27/+216
* vhdl: add code formatter (WIP)Tristan Gingold2019-05-301-0/+255