summaryrefslogtreecommitdiffstats
path: root/src/vhdljjparser.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
| * Remove unused local and static global variablesalbert-github2014-12-271-5/+1
| | | | | | | | Remove unused local and static global variables. Variables have been identified by Understand (version 758) from Scitools.
* | Fixed a couple of cases where sharing string data could lead to corruptionDimitri van Heesch2015-01-021-1/+1
|/ | | | | Also made dangerous string access more visible by introducing rawData(). This replaces data() which will now return a constant string.
* Various VHDL fixesDimitri van Heesch2014-11-061-40/+51
|
* Introduce new optimized string implementation (attempt 2)Dimitri van Heesch2014-10-231-3/+3
|
* Vhdl fixesDimitri van Heesch2014-08-111-67/+287
|
* New VHDL parser implementationDimitri van Heesch2014-08-021-0/+608