summaryrefslogtreecommitdiffstats
path: root/vhdlparser/vhdlparser.jj
Commit message (Expand)AuthorAgeFilesLines
* Refactoring: remove implicit conversion from QCString to const char *Dimitri van Heesch2021-04-221-95/+91
* Refactoring: move qcstring and remove qtoolsDimitri van Heesch2021-03-251-19/+31
* Warnings in generated VhdlParser.ccalbert-github2020-11-061-1/+1
* Vhdl improvements (ALIAS, translation) (#7813)powARman2020-08-031-1/+1
* missing instance-reworkhake2020-06-031-1/+1
* fixed if-generate-bug 7721hake2020-05-111-15/+15
* Fix 6342: Applying provided patchJonas Fingerling2020-03-261-2/+3
* vhdl-fixed-bug-7432hake2020-02-041-36/+35
* fixed some parser bugs,make parser ready for javacc 7.0.5hake2020-01-241-65/+111
* Make VHDL parser reentrantDimitri van Heesch2020-01-031-397/+420
* issue #7436 Incorrect handling of block comments in VHDLalbert-github2019-12-111-6/+6
* Merge pull request #7334 from albert-github/feature/issue_7313_vhdl_subtypeDimitri van Heesch2019-12-101-0/+3
|\
| * issue #7313 VHDL attribute 'subtype is not supported and breaks parseralbert-github2019-10-181-0/+3
* | Changed std::unique_ptr<Entry> to std::shared_ptr<Entry> at avoid use after f...Dimitri van Heesch2019-12-081-3/+2
* | Spelling corrections for vhdl directoryalbert-github2019-11-041-1/+1
|/
* Discrepancy between vhdl input and generated sourcesalbert-github2019-10-171-2/+2
* Use smartpointers to manage the lifetime of Entry objectsDimitri van Heesch2019-10-071-11/+11
* 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 improv...Dimitri van Heesch2016-01-171-2/+2
* 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
* Various VHDL fixesDimitri van Heesch2014-11-061-558/+571
* Bug 735767 - [PATCH] Fix potential copy and paste issue in vhdlparser/VhdlPar...Dimitri van Heesch2014-09-231-1/+1
* Vhdl fixesDimitri van Heesch2014-08-111-93/+151
* New VHDL parser implementationDimitri van Heesch2014-08-021-0/+2758