| Commit message (Expand) | Author | Age | Files | Lines |
* | Vhdl improvements (ALIAS, translation) (#7813) | powARman | 2020-08-03 | 2 | -1/+6 |
|
|
* | remove vhdlparser/Makefile | Costa Shulyupin | 2020-06-28 | 2 | -54/+15 |
|
|
* | Regression: further fixes to make the documentation build again | Dimitri van Heesch | 2020-06-10 | 2 | -1579/+1214 |
|
|
* | issue #7778 Build fails with javacc 5.0 (#7779) | albert-github | 2020-06-10 | 1 | -0/+6 |
|
|
* | missing instance-rework | hake | 2020-06-03 | 1 | -1/+1 |
|
|
* | Added generated files | Dimitri van Heesch | 2020-05-12 | 2 | -723/+735 |
|
|
* | fixed if-generate-bug 7721 | hake | 2020-05-11 | 1 | -15/+15 |
|
|
* | Migrated some code in pre.l to use STL containers | Dimitri van Heesch | 2020-03-28 | 2 | -490/+246 |
|
|
* | Fix 6342: Applying provided patch | Jonas Fingerling | 2020-03-26 | 4 | -2509/+2885 |
|
|
* | Enabled stricter compiler warnings and fixed all new warnings | Dimitri van Heesch | 2020-03-08 | 1 | -6/+3 |
|
|
* | Warnings in case of a VHDL error | albert-github | 2020-02-16 | 1 | -5/+5 |
|
|
* | Fix build error after 'make clean' due to creation of unpatched JavaCC.h | Dimitri van Heesch | 2020-02-12 | 1 | -1/+1 |
|
|
* | issue #7411: "warning: return type of member is not documented" for static vo... | Dimitri van Heesch | 2020-02-09 | 3 | -2166/+2151 |
|
|
* | vhdl-fixed-bug-7432 | hake | 2020-02-04 | 1 | -36/+35 |
|
|
* | Regenerate checked in code with JavaCC 7.0.5 | Dimitri van Heesch | 2020-01-25 | 17 | -8011/+6510 |
|
|
* | fixed some parser bugs,make parser ready for javacc 7.0.5 | hake | 2020-01-24 | 2 | -65/+131 |
|
|
* | Make VHDL parser reentrant | Dimitri van Heesch | 2020-01-03 | 8 | -1860/+1808 |
|
|
* | Merge branch 'master' into spelling | Dimitri van Heesch | 2019-12-23 | 17 | -4240/+6669 |
|\ |
|
| * | Merge branch 'master' of github.com:doxygen/doxygen | Dimitri van Heesch | 2019-12-12 | 1 | -1/+1 |
| |\ |
|
| | * | Merge pull request #7440 from albert-github/feature/bug_JAVACC_FLAGS | Dimitri van Heesch | 2019-12-12 | 1 | -1/+1 |
| | |\ |
|
| | | * | Adding JAVACC_FLAGS for javacc compilation | albert-github | 2019-12-12 | 1 | -1/+1 |
|
|
| * | | | Minor fixes | Dimitri van Heesch | 2019-12-12 | 2 | -87/+121 |
|
|
| * | | | Merge branch 'feature/issue_7436' of https://github.com/albert-github/doxygen... | Dimitri van Heesch | 2019-12-12 | 1 | -6/+6 |
| |\ \ \
| | |/ /
| |/| | |
|
| | * | | issue #7436 Incorrect handling of block comments in VHDL | albert-github | 2019-12-11 | 1 | -6/+6 |
| | |/ |
|
| * | | Revert to locally patched version 6.2 of JavaCC due to more regressions :-( | Dimitri van Heesch | 2019-12-12 | 14 | -609/+668 |
|
|
| * | | Revert to use of javacc-6.1.3 due to regression | Dimitri van Heesch | 2019-12-12 | 15 | -4724/+7059 |
| |/ |
|
| * | Merge pull request #7334 from albert-github/feature/issue_7313_vhdl_subtype | Dimitri van Heesch | 2019-12-10 | 1 | -0/+3 |
| |\ |
|
| | * | issue #7313 VHDL attribute 'subtype is not supported and breaks parser | albert-github | 2019-10-18 | 1 | -0/+3 |
|
|
| * | | Changed std::unique_ptr<Entry> to std::shared_ptr<Entry> at avoid use after f... | Dimitri van Heesch | 2019-12-08 | 3 | -6/+4 |
|
|
* | | | spelling: occurs | Josh Soref | 2019-11-12 | 1 | -1/+1 |
|
|
* | | | spelling: implementation | Josh Soref | 2019-11-12 | 1 | -1/+1 |
|
|
* | | | spelling: following | Josh Soref | 2019-11-12 | 2 | -2/+2 |
|/ / |
|
* | | Update of generated VhdlParser files. | Dimitri van Heesch | 2019-11-06 | 2 | -5/+5 |
|
|
* | | Spelling corrections for vhdl directory | albert-github | 2019-11-04 | 1 | -1/+1 |
|
|
* | | Fix double delete in VHDL error handler. | Dimitri van Heesch | 2019-11-03 | 1 | -2/+0 |
|
|
* | | Update generated VHDL code to JavaCC 7.0.5 | Dimitri van Heesch | 2019-11-03 | 16 | -4850/+2514 |
|
|
* | | Update generated code to javacc 6.2 | Dimitri van Heesch | 2019-10-28 | 14 | -617/+672 |
|
|
* | | Adding possibility to automatically build vhdlparser from vhdlparser.jj file | albert-github | 2019-10-18 | 1 | -0/+10 |
|/ |
|
* | Discrepancy between vhdl input and generated sources | albert-github | 2019-10-17 | 1 | -2/+2 |
|
|
* | Use smartpointers to manage the lifetime of Entry objects | Dimitri van Heesch | 2019-10-07 | 3 | -23/+23 |
|
|
* | Fix #6906 | Ton van den Heuvel | 2019-05-06 | 1 | -9/+3 |
|
|
* | Improved const correctness and added support for inline namespaces | Dimitri van Heesch | 2019-04-21 | 1 | -1/+1 |
|
|
* | Bug 691689 - Line numbers for examples | Dimitri van Heesch | 2018-08-19 | 2 | -6/+6 |
|
|
* | Merge pull request #686 from albert-github/feature/bug_vhdl_error_message | Dimitri van Heesch | 2018-05-01 | 2 | -6/+23 |
|\ |
|
| * | Making VHDL error messages more doxygen like | albert-github | 2018-03-27 | 2 | -6/+23 |
|
|
* | | Misc. typos | luz.paz | 2018-04-25 | 3 | -3/+3 |
|
|
* | | Adding debug options to vhdl parser generator | albert-github | 2018-03-26 | 2 | -5/+45 |
|/ |
|
* | Restore Makefile in vhdlparser dir | Dimitri van Heesch | 2017-10-28 | 1 | -397/+22 |
|
|
* | Marks JS as freely licensed | zachwick | 2017-08-04 | 1 | -22/+397 |
|
|
* | add decimal to base identifier | ogre | 2017-05-10 | 2 | -3/+3 |
|
|