summaryrefslogtreecommitdiffstats
path: root/src/config.l
Commit message (Collapse)AuthorAgeFilesLines
* Disabled config dependency check to avoid regressionDimitri van Heesch2014-03-231-0/+4
|
* Removed message, minor restructuringDimitri van Heesch2014-03-231-6/+7
|
* config.l: dependency checks for booleansAdrian Negreanu2014-03-061-0/+19
| | | | | | | | Disable the boolean option that has its dependency disabled. This fixes the case where GENERATE_TREE_VIEW is set to TRUE even when its dependency GENERATE_HTML is FALSE. Signed-off-by: Adrian Negreanu <adrian.m.negreanu@intel.com>
* Updated copyrightDimitri van Heesch2014-02-111-1/+1
|
* Better message in case doxygen -u is usedalbert-github2014-02-051-9/+28
| | | | | | | | | | In case of obsolete or not configured entries in the Doxyfile and the option -u is used a message like: Warning: Tag `XML_DTD' at line 1821 of file Doxyfile has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" appears, but the item is removed from the Doxyfile. This patch updates the message (and improves layout) to: Warning: Tag `XML_DTD' at line 1821 of file `Doxyfile' has become obsolete. This tag has been removed.
* Reduced and improved functionality of QListDimitri van Heesch2013-12-301-15/+13
| | | | | | | | | - 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-171-1/+6
| | | | | | The previous commit (pull request) was missing the debug output possibility for config.l and partial for doctokinizer.l. The later is called on different places by means of the generic definition doctokinizerYYlex, which is declared by means of YY_DECL. To be able to add the debug output the YY_DECL had to be redefined to be a new function and the new function, with the debug output possibility, has to be called through the original function name.
* Bug 707713 - Add support for dia diagramsDimitri van Heesch2013-10-061-1/+24
|
* Bug 693537 - Create possibility to keep user comments in DoxyfileDimitri van Heesch2013-08-231-1/+1
|
* Bug 706236 - Confusing use of GENERATE_TAGFILEDimitri van Heesch2013-08-221-1/+14
|
* config.xml is now used to generate configoptions.cpp and config.docDimitri van Heesch2013-07-281-117/+91
|
* Bug 703301 - Misleading warning about DOT fontDimitri van Heesch2013-06-301-1/+1
|
* Bug 702590 - Crash with TAB_SIZE=-1Dimitri van Heesch2013-06-181-1/+4
|
* Release-1.8.4Dimitri van Heesch2013-05-191-2/+3
|
* Release-1.8.3.1-20130512Dimitri van Heesch2013-05-121-43/+74
|
* Release-1.8.3.1-20130402Dimitri van Heesch2013-04-021-4/+53
|
* Release-1.8.3.1Dimitri van Heesch2013-01-201-1/+1
|
* Release-1.8.3Dimitri van Heesch2012-12-261-19/+2
|
* Release-1.8.2-20121118Dimitri van Heesch2012-11-181-0/+7
|
* Release-1.8.1.2-20120729Dimitri van Heesch2012-07-291-4/+6
|
* Release-1.8.1.2Dimitri van Heesch2012-07-121-1/+1
|
* Release-1.8.0-20120408Dimitri van Heesch2012-04-081-9/+9
|
* Release-1.8.0Dimitri van Heesch2012-03-171-7/+11
|
* Release-1.8.0Dimitri van Heesch2012-02-251-4/+4
|
* Release-1.7.6.1-20120220Dimitri van Heesch2012-02-201-1/+1
|
* Release-1.7.6.1-20120110Dimitri van Heesch2012-01-101-3/+10
|
* Release-1.7.6Dimitri van Heesch2011-12-031-8/+16
|
* Release-1.7.5Dimitri van Heesch2011-08-141-0/+2
|
* Release-1.7.4Dimitri van Heesch2011-03-281-0/+7
|
* Release-1.7.3-20110123Dimitri van Heesch2011-01-231-1/+13
|
* Release-1.7.2-20101224Dimitri van Heesch2010-12-241-0/+1
|
* Release-1.7.1-20100920Dimitri van Heesch2010-09-201-1/+1
|
* Release-1.7.1-20100728Dimitri van Heesch2010-07-281-3/+3
|
* Release-1.7.1Dimitri van Heesch2010-06-251-45/+45
|
* Release-1.7.0Dimitri van Heesch2010-06-151-1/+1
|
* Release-1.6.3-20100324Dimitri van Heesch2010-03-241-0/+29
|
* Release-1.6.2-20100124Dimitri van Heesch2010-01-241-1/+1
|
* Release-1.6.2Dimitri van Heesch2009-12-301-13/+4
|
* Release-1.6.1-20091222Dimitri van Heesch2009-12-221-5/+5
|
* Release-1.6.1-20091027Dimitri van Heesch2009-10-271-12/+0
|
* Release-1.6.1-20091004Dimitri van Heesch2009-10-041-20/+0
|
* Release-1.5.9-20090814Dimitri van Heesch2009-08-141-5/+14
|
* Release-1.5.9-20090622Dimitri van Heesch2009-06-221-2/+2
|
* Release-1.5.7.1-20081206Dimitri van Heesch2008-12-061-19/+31
|
* Release-1.5.7.1-20081103Dimitri van Heesch2008-11-031-2029/+113
|
* Release-1.5.7.1-20081012Dimitri van Heesch2008-10-121-12/+55
|
* Release-1.5.7.1Dimitri van Heesch2008-10-051-25/+15
|
* Release-1.5.7Dimitri van Heesch2008-09-281-12/+126
|
* Release-1.5.6-20080914Dimitri van Heesch2008-09-141-66/+59
|
* Release-1.5.6-20080819Dimitri van Heesch2008-08-191-83/+102
|