Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Bug 735152 - Python: Allow undocumented "cls" parameter for class methods | albert-github | 2015-12-26 | 1 | -0/+8 | |
|/ | | | | Made 'cls' parameter analogous to the 'self' parameter. See also https://www.python.org/dev/peps/pep-0008 (paragraph: Function and method arguments) | |||||
* | Fixed preprocessor macros for flex version check | lameventanas | 2015-11-25 | 1 | -1/+1 | |
| | ||||||
* | 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 | |
| | ||||||
* | Remove unused local and static global variables | albert-github | 2014-12-27 | 1 | -1/+0 | |
| | | | | Remove unused local and static global variables. Variables have been identified by Understand (version 758) from Scitools. | |||||
* | Updated copyright | Dimitri van Heesch | 2014-02-11 | 1 | -1/+1 | |
| | ||||||
* | 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 | -35/+11 | |
| | | | | | | | 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. | |||||
* | Bug 707353 - Accept IDs using unicode(non ASCII) characters in python codes | Dimitri van Heesch | 2013-09-04 | 1 | -2/+2 | |
| | ||||||
* | Added SOURCE_TOOLTIPS option for advanced tooltip support while source browsing | Dimitri van Heesch | 2013-07-02 | 1 | -18/+24 | |
| | ||||||
* | Release-1.8.3.1-20130512 | Dimitri van Heesch | 2013-05-12 | 1 | -0/+2 | |
| | ||||||
* | Release-1.8.3.1-20130402 | Dimitri van Heesch | 2013-04-02 | 1 | -2/+2 | |
| | ||||||
* | Release-1.8.3.1-20130324 | Dimitri van Heesch | 2013-03-24 | 1 | -6/+5 | |
| | ||||||
* | Release-1.8.3.1-20130209 | Dimitri van Heesch | 2013-02-09 | 1 | -12/+25 | |
| | ||||||
* | 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 | -0/+5 | |
| | ||||||
* | 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 | -11/+31 | |
| | ||||||
* | 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 | Dimitri van Heesch | 2012-02-25 | 1 | -9/+4 | |
| | ||||||
* | Release-1.7.6.1-20120220 | Dimitri van Heesch | 2012-02-20 | 1 | -1/+1 | |
| | ||||||
* | Release-1.7.6.1-20111226 | Dimitri van Heesch | 2011-12-26 | 1 | -51/+72 | |
| | ||||||
* | Release-1.7.5.1-20111027 | Dimitri van Heesch | 2011-10-27 | 1 | -2/+1 | |
| | ||||||
* | Release-1.7.5 | Dimitri van Heesch | 2011-08-14 | 1 | -16/+27 | |
| | ||||||
* | 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.7.1-20100728 | Dimitri van Heesch | 2010-07-28 | 1 | -0/+4 | |
| | ||||||
* | 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 | -27/+23 | |
| | ||||||
* | Release-1.6.1-20091027 | Dimitri van Heesch | 2009-10-27 | 1 | -1/+1 | |
| | ||||||
* | Release-1.5.9-20090814 | Dimitri van Heesch | 2009-08-14 | 1 | -3/+3 | |
| | ||||||
* | Release-1.5.9-20090622 | Dimitri van Heesch | 2009-06-22 | 1 | -10/+14 | |
| | ||||||
* | Release-1.5.4-20080101 | Dimitri van Heesch | 2008-01-17 | 1 | -2/+2 | |
| | ||||||
* | Release-1.5.4 | Dimitri van Heesch | 2008-01-16 | 1 | -1/+1 | |
| | ||||||
* | Release-1.5.1-20070219 | Dimitri van Heesch | 2007-02-19 | 1 | -1/+1 | |
| | ||||||
* | Release-1.5.1-20070107 | Dimitri van Heesch | 2007-01-07 | 1 | -8/+11 | |
| | ||||||
* | Release-1.5.1-20061202 | Dimitri van Heesch | 2006-12-02 | 1 | -4/+6 | |
| | ||||||
* | Release-1.5.1 | Dimitri van Heesch | 2006-10-29 | 1 | -9/+12 | |
| | ||||||
* | Release-1.4.7-20060809 | Dimitri van Heesch | 2006-08-09 | 1 | -30/+38 | |
| | ||||||
* | Release-1.4.7-20060716 | Dimitri van Heesch | 2006-07-16 | 1 | -4/+7 | |
| | ||||||
* | Release-1.4.7 | Dimitri van Heesch | 2006-06-11 | 1 | -1/+1 | |
| | ||||||
* | Release-1.4.6-20060507 | Dimitri van Heesch | 2006-05-07 | 1 | -2/+2 | |
| | ||||||
* | Release-1.4.4-20050918 | Dimitri van Heesch | 2005-09-18 | 1 | -2/+2 | |
| | ||||||
* | Release-1.4.4-20050817 | Dimitri van Heesch | 2005-09-16 | 1 | -3/+5 | |
| | ||||||
* | Release-1.4.4-20050806 | Dimitri van Heesch | 2005-08-06 | 1 | -2/+2 | |
| | ||||||
* | Release-1.4.3-20050707 | Dimitri van Heesch | 2005-07-07 | 1 | -170/+180 | |
| |