summaryrefslogtreecommitdiffstats
path: root/vhdlparser/VhdlParser.cc
Commit message (Expand)AuthorAgeFilesLines
* Refactoring: remove implicit conversion from QCString to const char *Dimitri van Heesch2021-04-221-87/+86
* Refactoring: move qcstring and remove qtoolsDimitri van Heesch2021-03-251-16/+28
* Warnings in generated VhdlParser.ccalbert-github2020-11-061-1/+1
* Regression: further fixes to make the documentation build againDimitri van Heesch2020-06-101-1/+1
* Added generated filesDimitri van Heesch2020-05-121-70/+75
* Fix 6342: Applying provided patchJonas Fingerling2020-03-261-368/+402
* issue #7411: "warning: return type of member is not documented" for static vo...Dimitri van Heesch2020-02-091-188/+188
* Regenerate checked in code with JavaCC 7.0.5Dimitri van Heesch2020-01-251-3919/+2474
* Make VHDL parser reentrantDimitri van Heesch2020-01-031-208/+207
* Revert to locally patched version 6.2 of JavaCC due to more regressions :-(Dimitri van Heesch2019-12-121-302/+309
* Revert to use of javacc-6.1.3 due to regressionDimitri van Heesch2019-12-121-1914/+3747
* Changed std::unique_ptr<Entry> to std::shared_ptr<Entry> at avoid use after f...Dimitri van Heesch2019-12-081-1/+1
* Update generated VHDL code to JavaCC 7.0.5Dimitri van Heesch2019-11-031-3428/+1602
* Update generated code to javacc 6.2Dimitri van Heesch2019-10-281-302/+309
* 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
* fixes vhdl literal bugogre2017-05-091-310/+303
* Bug fix for rendering the VHDL Hierarchy (thanks to a patch by Martin Kreis)Dimitri van Heesch2016-06-051-64/+13
* Remove unused variablesChristoph GrĂ¼ninger2016-01-231-1/+1
* Fix return-type warnings with -DNDEBUGChristoph GrĂ¼ninger2016-01-231-0/+59
* 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-363/+380
* Various VHDL related fixesDimitri van Heesch2015-04-271-17/+41
* Switched back to version 6.2 of JavaCC for VHDL parser generation.Dimitri van Heesch2015-01-031-23/+29
* Various VHDL related fixesDimitri van Heesch2015-01-021-170/+130
* Various VHDL fixesDimitri van Heesch2014-11-061-112/+118
* 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-789/+809
* New VHDL parser implementationDimitri van Heesch2014-08-021-0/+13051