summaryrefslogtreecommitdiffstats
path: root/src/vhdlcode.l
Commit message (Collapse)AuthorAgeFilesLines
* Reduced and improved functionality of QListDimitri van Heesch2013-12-301-4/+4
| | | | | | | | | - operations on current index and node (next(), prev(), last(), first()) have been removed. - access to internal nodes has been removed. - old QList has been renamed to QInternalList for use inside qtools only. - added type safe compare, new, and delete operations (compareValues(), newValue(), deleteValue()). - add compareValues also to QDict for consistency. - changed doxygen's implementation to comply with the new QList and QDict interface.
* Debug output for lexical analyzerAlbert2013-11-131-0/+2
| | | | | | | | | | | | | | In case of error messages like: input buffer overflow, can't enlarge buffer because scanner uses REJECT it is not always directly clear from which lexical analyzer (.l file) this problem comes. This patch helps to find these problems and does the following things: - when using the option -d lex with doxygen each time a lexical analyzer is called at the start a line like the following line will be given: Entering lexical analyzer: pre.l (for: ..../file.c) and at the end: Finished lexical analyzer: pre.l (for: ..../file.c) - in case the lexical analyzer has been translated with the -d option of lex / flex the above mentioned lines will be given as part of the lexical analyzer output (to stderr) and look like: --entering lexical analyzer: pre.l (for: ..../file.c) --finished lexical analyzer: pre.l (for: ..../file.c)
* Bug 707641 - `FILTER_SOURCE_FILES=YES` required to build CALL_GRAPHSSergio Oller2013-09-281-1/+2
| | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=707641 Add references if the file is filtered, as the parser does not know whether we are insideBody or not.
* Added SOURCE_TOOLTIPS option for advanced tooltip support while source browsingDimitri van Heesch2013-07-021-18/+21
|
* Bug 702066 - VHDL: Bad HTML formatting when using inline sourcesDimitri van Heesch2013-06-161-14/+26
|
* Release-1.8.3.1-20130512Dimitri van Heesch2013-05-121-1/+1
|
* Release-1.8.3.1-20130324Dimitri van Heesch2013-03-241-8/+1
|
* Release-1.8.3.1-20130209Dimitri van Heesch2013-02-091-2/+2
|
* Release-1.8.3.1Dimitri van Heesch2013-01-201-1/+1
|
* Release-1.8.2-20121118Dimitri van Heesch2012-11-181-3/+4
|
* Release-1.8.2-20120930Dimitri van Heesch2012-09-301-1/+1
|
* Release-1.8.2Dimitri van Heesch2012-08-111-13/+20
|
* Release-1.8.1.2-20120729Dimitri van Heesch2012-07-291-0/+1
|
* Release-1.8.1Dimitri van Heesch2012-05-191-1/+1
|
* Release-1.8.0-20120408Dimitri van Heesch2012-04-081-8/+8
|
* Release-1.8.0Dimitri van Heesch2012-02-251-2/+2
|
* Release-1.7.6.1-20120220Dimitri van Heesch2012-02-201-1/+2
|
* Release-1.7.6.1-20120110Dimitri van Heesch2012-01-101-2/+9
|
* Release-1.7.5.1-20111117Dimitri van Heesch2011-11-171-9/+26
|
* Release-1.7.4Dimitri van Heesch2011-03-281-1/+1
|
* Release-1.7.3-20110123Dimitri van Heesch2011-01-231-1/+1
|
* Release-1.6.3-20100324Dimitri van Heesch2010-03-241-1/+1
|
* Release-1.6.2-20100124Dimitri van Heesch2010-01-241-1/+1
|
* Release-1.6.1-20091222Dimitri van Heesch2009-12-221-26/+22
|
* Release-1.6.1-20091027Dimitri van Heesch2009-10-271-1/+2
|
* Release-1.6.1Dimitri van Heesch2009-08-251-1/+1
|
* Release-1.6.0Dimitri van Heesch2009-08-201-1/+1
|
* Release-1.5.9-20090814Dimitri van Heesch2009-08-141-62/+39
|
* Release-1.5.9-20090622Dimitri van Heesch2009-06-221-10/+14
|
* Release-1.5.9-20090522Dimitri van Heesch2009-05-221-2/+2
|
* Release-1.5.8-20090129Dimitri van Heesch2009-01-291-2/+7
|
* Release-1.5.7.1Dimitri van Heesch2008-10-051-208/+240
|
* Release-1.5.6-20080727Dimitri van Heesch2008-07-271-1/+1
|
* Release-1.5.6Dimitri van Heesch2008-05-181-2/+2
|
* Release-1.5.4-20080101Dimitri van Heesch2008-01-171-0/+1566