Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | drop #include <unistd.h> | Adrian Negreanu | 2015-05-15 | 1 | -1/+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 #273 from albert-github/feature/bug_config | Dimitri van Heesch | 2015-02-21 | 1 | -47/+65 |
|\ | | | | | Consistency in handling HTML and LaTeX in respect to header and footer | ||||
| * | Consistency in handling HTML and LaTeX in respect to header and footer | albert-github | 2014-12-28 | 1 | -47/+65 |
| | | | | | | | | | | There was a discrepancy in the handling of the header and footer files between HTML and LaTeX. Also the wrong error / warning routine was called and the config_err and config_warn have been made more consistent with the messages(.cpp) | ||||
* | | Correction on previous commit (wrong file) | albert-github | 2015-01-22 | 1 | -9/+6 |
| | | |||||
* | | Based on the report of Peter D. Barnes in the doxygen forum ↵ | albert-github | 2015-01-21 | 1 | -0/+13 |
| | | | | | | | | | | | | | | (http://doxygen.10944.n7.nabble.com/doxygen-1-8-9-1-upgrade-errors-td6990.html) All lines at the beginning of the file starting with ## are preserved at the beginning of the Doxyfile Consecutive user comments (with +=) are now joined like the options are. | ||||
* | | Bug 742408 - Configuring doxyfile to only output docbook produces erroneous ↵ | albert-github | 2015-01-06 | 1 | -0/+1 |
| | | | | | | | | | | | | warning Added missing test in list | ||||
* | | Merge pull request #272 from albert-github/feature/bug_unused | Dimitri van Heesch | 2015-01-03 | 1 | -8/+0 |
|\ \ | | | | | | | Remove unused local and static global variables | ||||
| * | | Remove unused local and static global variables | albert-github | 2014-12-27 | 1 | -8/+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 | -5/+5 |
|/ | | | | | Also made dangerous string access more visible by introducing rawData(). This replaces data() which will now return a constant string. | ||||
* | Bug 731947 - Support for PlantUML | Dimitri van Heesch | 2014-08-10 | 1 | -0/+31 |
| | |||||
* | Disabled config dependency check to avoid regression | Dimitri van Heesch | 2014-03-23 | 1 | -0/+4 |
| | |||||
* | Removed message, minor restructuring | Dimitri van Heesch | 2014-03-23 | 1 | -6/+7 |
| | |||||
* | config.l: dependency checks for booleans | Adrian Negreanu | 2014-03-06 | 1 | -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 copyright | Dimitri van Heesch | 2014-02-11 | 1 | -1/+1 |
| | |||||
* | Better message in case doxygen -u is used | albert-github | 2014-02-05 | 1 | -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 QList | Dimitri van Heesch | 2013-12-30 | 1 | -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 analyzer | Albert | 2013-11-17 | 1 | -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 diagrams | Dimitri van Heesch | 2013-10-06 | 1 | -1/+24 |
| | |||||
* | Bug 693537 - Create possibility to keep user comments in Doxyfile | Dimitri van Heesch | 2013-08-23 | 1 | -1/+1 |
| | |||||
* | Bug 706236 - Confusing use of GENERATE_TAGFILE | Dimitri van Heesch | 2013-08-22 | 1 | -1/+14 |
| | |||||
* | config.xml is now used to generate configoptions.cpp and config.doc | Dimitri van Heesch | 2013-07-28 | 1 | -117/+91 |
| | |||||
* | Bug 703301 - Misleading warning about DOT font | Dimitri van Heesch | 2013-06-30 | 1 | -1/+1 |
| | |||||
* | Bug 702590 - Crash with TAB_SIZE=-1 | Dimitri van Heesch | 2013-06-18 | 1 | -1/+4 |
| | |||||
* | Release-1.8.4 | Dimitri van Heesch | 2013-05-19 | 1 | -2/+3 |
| | |||||
* | Release-1.8.3.1-20130512 | Dimitri van Heesch | 2013-05-12 | 1 | -43/+74 |
| | |||||
* | Release-1.8.3.1-20130402 | Dimitri van Heesch | 2013-04-02 | 1 | -4/+53 |
| | |||||
* | Release-1.8.3.1 | Dimitri van Heesch | 2013-01-20 | 1 | -1/+1 |
| | |||||
* | Release-1.8.3 | Dimitri van Heesch | 2012-12-26 | 1 | -19/+2 |
| | |||||
* | Release-1.8.2-20121118 | Dimitri van Heesch | 2012-11-18 | 1 | -0/+7 |
| | |||||
* | Release-1.8.1.2-20120729 | Dimitri van Heesch | 2012-07-29 | 1 | -4/+6 |
| | |||||
* | Release-1.8.1.2 | Dimitri van Heesch | 2012-07-12 | 1 | -1/+1 |
| | |||||
* | Release-1.8.0-20120408 | Dimitri van Heesch | 2012-04-08 | 1 | -9/+9 |
| | |||||
* | Release-1.8.0 | Dimitri van Heesch | 2012-03-17 | 1 | -7/+11 |
| | |||||
* | Release-1.8.0 | Dimitri van Heesch | 2012-02-25 | 1 | -4/+4 |
| | |||||
* | Release-1.7.6.1-20120220 | Dimitri van Heesch | 2012-02-20 | 1 | -1/+1 |
| | |||||
* | Release-1.7.6.1-20120110 | Dimitri van Heesch | 2012-01-10 | 1 | -3/+10 |
| | |||||
* | Release-1.7.6 | Dimitri van Heesch | 2011-12-03 | 1 | -8/+16 |
| | |||||
* | Release-1.7.5 | Dimitri van Heesch | 2011-08-14 | 1 | -0/+2 |
| | |||||
* | Release-1.7.4 | Dimitri van Heesch | 2011-03-28 | 1 | -0/+7 |
| | |||||
* | Release-1.7.3-20110123 | Dimitri van Heesch | 2011-01-23 | 1 | -1/+13 |
| | |||||
* | Release-1.7.2-20101224 | Dimitri van Heesch | 2010-12-24 | 1 | -0/+1 |
| | |||||
* | Release-1.7.1-20100920 | Dimitri van Heesch | 2010-09-20 | 1 | -1/+1 |
| | |||||
* | Release-1.7.1-20100728 | Dimitri van Heesch | 2010-07-28 | 1 | -3/+3 |
| | |||||
* | Release-1.7.1 | Dimitri van Heesch | 2010-06-25 | 1 | -45/+45 |
| | |||||
* | Release-1.7.0 | Dimitri van Heesch | 2010-06-15 | 1 | -1/+1 |
| | |||||
* | Release-1.6.3-20100324 | Dimitri van Heesch | 2010-03-24 | 1 | -0/+29 |
| | |||||
* | Release-1.6.2-20100124 | Dimitri van Heesch | 2010-01-24 | 1 | -1/+1 |
| | |||||
* | Release-1.6.2 | Dimitri van Heesch | 2009-12-30 | 1 | -13/+4 |
| | |||||
* | Release-1.6.1-20091222 | Dimitri van Heesch | 2009-12-22 | 1 | -5/+5 |
| |