Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Changed configuration mechanism to directly access options in order to ↵ | Dimitri van Heesch | 2016-01-17 | 1 | -3/+3 |
| | | | | improve performance | ||||
* | Support flex-2.6.0 | Dimitri van Heesch | 2015-11-22 | 1 | -1/+1 |
| | |||||
* | Support flex-2.6.0 | Heiko Becker | 2015-11-22 | 1 | -1/+1 |
| | | | | | | The version checks only considered YY_FLEX_SUBMINOR_VERSION and did not take YY_FLEX_MINOR_VERSION into account, which made them fail with flex-2.6.0. | ||||
* | drop #include <unistd.h> | Adrian Negreanu | 2015-05-15 | 1 | -2/+2 |
| | | | | Signed-off-by: Adrian Negreanu <adrian.m.negreanu@intel.com> | ||||
* | Bump copyright year | Dimitri van Heesch | 2015-02-26 | 1 | -1/+1 |
| | |||||
* | Merge pull request #272 from albert-github/feature/bug_unused | Dimitri van Heesch | 2015-01-03 | 1 | -6/+0 |
|\ | | | | | Remove unused local and static global variables | ||||
| * | Remove unused local and static global variables | albert-github | 2014-12-27 | 1 | -6/+0 |
| | | | | | | | | 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 corruption | Dimitri van Heesch | 2015-01-02 | 1 | -2/+2 |
|/ | | | | | Also made dangerous string access more visible by introducing rawData(). This replaces data() which will now return a constant string. | ||||
* | New VHDL parser implementation | Dimitri van Heesch | 2014-08-02 | 1 | -0/+2 |
| | |||||
* | Updated copyright | Dimitri van Heesch | 2014-02-11 | 1 | -1/+1 |
| | |||||
* | Reduced and improved functionality of QList | Dimitri van Heesch | 2013-12-30 | 1 | -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 analyzer | Albert | 2013-11-13 | 1 | -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_GRAPHS | Sergio Oller | 2013-09-28 | 1 | -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 browsing | Dimitri van Heesch | 2013-07-02 | 1 | -18/+21 |
| | |||||
* | Bug 702066 - VHDL: Bad HTML formatting when using inline sources | Dimitri van Heesch | 2013-06-16 | 1 | -14/+26 |
| | |||||
* | Release-1.8.3.1-20130512 | Dimitri van Heesch | 2013-05-12 | 1 | -1/+1 |
| | |||||
* | Release-1.8.3.1-20130324 | Dimitri van Heesch | 2013-03-24 | 1 | -8/+1 |
| | |||||
* | Release-1.8.3.1-20130209 | Dimitri van Heesch | 2013-02-09 | 1 | -2/+2 |
| | |||||
* | Release-1.8.3.1 | Dimitri van Heesch | 2013-01-20 | 1 | -1/+1 |
| | |||||
* | Release-1.8.2-20121118 | Dimitri van Heesch | 2012-11-18 | 1 | -3/+4 |
| | |||||
* | Release-1.8.2-20120930 | Dimitri van Heesch | 2012-09-30 | 1 | -1/+1 |
| | |||||
* | Release-1.8.2 | Dimitri van Heesch | 2012-08-11 | 1 | -13/+20 |
| | |||||
* | Release-1.8.1.2-20120729 | Dimitri van Heesch | 2012-07-29 | 1 | -0/+1 |
| | |||||
* | Release-1.8.1 | Dimitri van Heesch | 2012-05-19 | 1 | -1/+1 |
| | |||||
* | Release-1.8.0-20120408 | Dimitri van Heesch | 2012-04-08 | 1 | -8/+8 |
| | |||||
* | Release-1.8.0 | Dimitri van Heesch | 2012-02-25 | 1 | -2/+2 |
| | |||||
* | Release-1.7.6.1-20120220 | Dimitri van Heesch | 2012-02-20 | 1 | -1/+2 |
| | |||||
* | Release-1.7.6.1-20120110 | Dimitri van Heesch | 2012-01-10 | 1 | -2/+9 |
| | |||||
* | Release-1.7.5.1-20111117 | Dimitri van Heesch | 2011-11-17 | 1 | -9/+26 |
| | |||||
* | Release-1.7.4 | Dimitri van Heesch | 2011-03-28 | 1 | -1/+1 |
| | |||||
* | Release-1.7.3-20110123 | Dimitri van Heesch | 2011-01-23 | 1 | -1/+1 |
| | |||||
* | Release-1.6.3-20100324 | Dimitri van Heesch | 2010-03-24 | 1 | -1/+1 |
| | |||||
* | Release-1.6.2-20100124 | Dimitri van Heesch | 2010-01-24 | 1 | -1/+1 |
| | |||||
* | Release-1.6.1-20091222 | Dimitri van Heesch | 2009-12-22 | 1 | -26/+22 |
| | |||||
* | Release-1.6.1-20091027 | Dimitri van Heesch | 2009-10-27 | 1 | -1/+2 |
| | |||||
* | Release-1.6.1 | Dimitri van Heesch | 2009-08-25 | 1 | -1/+1 |
| | |||||
* | Release-1.6.0 | Dimitri van Heesch | 2009-08-20 | 1 | -1/+1 |
| | |||||
* | Release-1.5.9-20090814 | Dimitri van Heesch | 2009-08-14 | 1 | -62/+39 |
| | |||||
* | Release-1.5.9-20090622 | Dimitri van Heesch | 2009-06-22 | 1 | -10/+14 |
| | |||||
* | Release-1.5.9-20090522 | Dimitri van Heesch | 2009-05-22 | 1 | -2/+2 |
| | |||||
* | Release-1.5.8-20090129 | Dimitri van Heesch | 2009-01-29 | 1 | -2/+7 |
| | |||||
* | Release-1.5.7.1 | Dimitri van Heesch | 2008-10-05 | 1 | -208/+240 |
| | |||||
* | Release-1.5.6-20080727 | Dimitri van Heesch | 2008-07-27 | 1 | -1/+1 |
| | |||||
* | Release-1.5.6 | Dimitri van Heesch | 2008-05-18 | 1 | -2/+2 |
| | |||||
* | Release-1.5.4-20080101 | Dimitri van Heesch | 2008-01-17 | 1 | -0/+1566 |