Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Internal doxygen docs gives: warning: Unsupported xml/html tag <...> found | albert-github | 2015-03-11 | 1 | -1/+1 |
| | | | | | When generating the doxygen internal documentation we get the warning about Unsupported xml/html tag. This patch fixes this problem. (TokenManager.h is said to be generated code but original source is not found). | ||||
* | Switched back to version 6.2 of JavaCC for VHDL parser generation. | Dimitri van Heesch | 2015-01-03 | 16 | -373/+481 |
| | |||||
* | Various VHDL related fixes | Dimitri van Heesch | 2015-01-02 | 17 | -2398/+2248 |
| | |||||
* | Fixed a couple of cases where sharing string data could lead to corruption | Dimitri van Heesch | 2015-01-02 | 2 | -2/+2 |
| | | | | | Also made dangerous string access more visible by introducing rawData(). This replaces data() which will now return a constant string. | ||||
* | Fixed typos in comments. No functional changes. | orbitcowboy | 2014-12-10 | 1 | -1/+1 |
| | |||||
* | Various VHDL fixes | Dimitri van Heesch | 2014-11-06 | 20 | -1160/+1189 |
| | |||||
* | Introduce new optimized string implementation (attempt 2) | Dimitri van Heesch | 2014-10-23 | 1 | -0/+1 |
| | |||||
* | Bug 735767 - [PATCH] Fix potential copy and paste issue in ↵ | Dimitri van Heesch | 2014-09-23 | 2 | -2/+2 |
| | | | | vhdlparser/VhdlParser.cc | ||||
* | Bug 735481 - [PATCH] Mismatch in memory allocation/de-allocation function in ↵ | Dimitri van Heesch | 2014-08-30 | 1 | -1/+1 |
| | | | | vhdlparser/vhdlstring.h | ||||
* | Vhdl fixes | Dimitri van Heesch | 2014-08-11 | 12 | -5361/+5636 |
| | |||||
* | Fixed missing include for Linux | Dimitri van Heesch | 2014-08-02 | 1 | -0/+1 |
| | |||||
* | New VHDL parser implementation | Dimitri van Heesch | 2014-08-02 | 25 | -0/+30968 |