summaryrefslogtreecommitdiffstats
path: root/vhdlparser
Commit message (Expand)AuthorAgeFilesLines
* Revert to use of javacc-6.1.3 due to regressionDimitri van Heesch2019-12-1215-4724/+7059
* 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-083-6/+4
* | Update of generated VhdlParser files.Dimitri van Heesch2019-11-062-5/+5
* | Spelling corrections for vhdl directoryalbert-github2019-11-041-1/+1
* | Fix double delete in VHDL error handler.Dimitri van Heesch2019-11-031-2/+0
* | Update generated VHDL code to JavaCC 7.0.5Dimitri van Heesch2019-11-0316-4850/+2514
* | Update generated code to javacc 6.2Dimitri van Heesch2019-10-2814-617/+672
* | Adding possibility to automatically build vhdlparser from vhdlparser.jj filealbert-github2019-10-181-0/+10
|/
* Discrepancy between vhdl input and generated sourcesalbert-github2019-10-171-2/+2
* Use smartpointers to manage the lifetime of Entry objectsDimitri van Heesch2019-10-073-23/+23
* Fix #6906Ton van den Heuvel2019-05-061-9/+3
* Improved const correctness and added support for inline namespacesDimitri van Heesch2019-04-211-1/+1
* Bug 691689 - Line numbers for examplesDimitri van Heesch2018-08-192-6/+6
* Merge pull request #686 from albert-github/feature/bug_vhdl_error_messageDimitri van Heesch2018-05-012-6/+23
|\
| * Making VHDL error messages more doxygen likealbert-github2018-03-272-6/+23
* | Misc. typosluz.paz2018-04-253-3/+3
* | Adding debug options to vhdl parser generatoralbert-github2018-03-262-5/+45
|/
* Restore Makefile in vhdlparser dirDimitri van Heesch2017-10-281-397/+22
* Marks JS as freely licensedzachwick2017-08-041-22/+397
* add decimal to base identifierogre2017-05-102-3/+3
* fixes vhdl literal bugogre2017-05-0916-775/+740
* Bug fix for rendering the VHDL Hierarchy (thanks to a patch by Martin Kreis)Dimitri van Heesch2016-06-053-902/+859
* 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-173-5/+14
* Bug 758495 - Bug in VHDL parser + other fixesDimitri van Heesch2015-12-209-664/+668
* Fix hexChar for inputs 0 <= i < 10Anonymous Maarten2015-10-201-1/+1
* Use STATIC libraries to prevent them being sharedTomáš Chvátal2015-09-011-1/+1
* use cmakeAdrian Negreanu2015-05-151-0/+10
* Various VHDL related fixesDimitri van Heesch2015-05-155-2070/+2134
* Internal doxygen docs gives: warning: Unsupported xml/html tag <...> foundalbert-github2015-03-111-1/+1
* Switched back to version 6.2 of JavaCC for VHDL parser generation.Dimitri van Heesch2015-01-0316-373/+481
* Various VHDL related fixesDimitri van Heesch2015-01-0217-2398/+2248
* Fixed a couple of cases where sharing string data could lead to corruptionDimitri van Heesch2015-01-022-2/+2
* Fixed typos in comments. No functional changes.orbitcowboy2014-12-101-1/+1
* Various VHDL fixesDimitri van Heesch2014-11-0620-1160/+1189
* Introduce new optimized string implementation (attempt 2)Dimitri van Heesch2014-10-231-0/+1
* Bug 735767 - [PATCH] Fix potential copy and paste issue in vhdlparser/VhdlPar...Dimitri van Heesch2014-09-232-2/+2
* Bug 735481 - [PATCH] Mismatch in memory allocation/de-allocation function in ...Dimitri van Heesch2014-08-301-1/+1
* Vhdl fixesDimitri van Heesch2014-08-1112-5361/+5636
* Fixed missing include for LinuxDimitri van Heesch2014-08-021-0/+1
* New VHDL parser implementationDimitri van Heesch2014-08-0225-0/+30968