summaryrefslogtreecommitdiffstats
path: root/vhdlparser/vhdlparser.jj
Commit message (Collapse)AuthorAgeFilesLines
* Bug 691689 - Line numbers for examplesDimitri van Heesch2018-08-191-3/+3
|
* add decimal to base identifierogre2017-05-101-1/+1
|
* fixes vhdl literal bugogre2017-05-091-1/+3
|
* Bug fix for rendering the VHDL Hierarchy (thanks to a patch by Martin Kreis)Dimitri van Heesch2016-06-051-4/+12
|
* Changed configuration mechanism to directly access options in order to ↵Dimitri van Heesch2016-01-171-2/+2
| | | | improve performance
* Bug 758495 - Bug in VHDL parser + other fixesDimitri van Heesch2015-12-201-3/+3
|
* Various VHDL related fixesDimitri van Heesch2015-04-271-21/+51
|
* Various VHDL related fixesDimitri van Heesch2015-01-021-9/+15
|
* Fixed a couple of cases where sharing string data could lead to corruptionDimitri van Heesch2015-01-021-1/+1
| | | | | Also made dangerous string access more visible by introducing rawData(). This replaces data() which will now return a constant string.
* Various VHDL fixesDimitri van Heesch2014-11-061-558/+571
|
* Bug 735767 - [PATCH] Fix potential copy and paste issue in ↵Dimitri van Heesch2014-09-231-1/+1
| | | | vhdlparser/VhdlParser.cc
* Vhdl fixesDimitri van Heesch2014-08-111-93/+151
|
* New VHDL parser implementationDimitri van Heesch2014-08-021-0/+2758