Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Avoid generating unused dir_* output files for non HTML output formats | Dimitri van Heesch | 2017-06-12 | 1 | -0/+6 |
| | |||||
* | Fixup man only output to use generator state push pop | Artur Kink | 2016-09-26 | 1 | -1/+2 |
| | |||||
* | For manpages remove trailing dash when no brief description | Artur Kink | 2016-09-25 | 1 | -1/+4 |
| | |||||
* | Bug 763105 - Directory list is not generated in HTML output | Dimitri van Heesch | 2016-03-19 | 1 | -63/+86 |
| | |||||
* | Improved sorting performance for directories and files | Dimitri van Heesch | 2016-01-31 | 1 | -5/+30 |
| | |||||
* | Minor performance improvement sorting directories | Dimitri van Heesch | 2016-01-31 | 1 | -1/+2 |
| | |||||
* | Changed configuration mechanism to directly access options in order to ↵ | Dimitri van Heesch | 2016-01-17 | 1 | -15/+15 |
| | | | | improve performance | ||||
* | Merge pull request #415 from albert-github/feature/bug_758132_1 | Dimitri van Heesch | 2015-12-03 | 1 | -0/+2 |
|\ | | | | | Bug 758132 - Brief description of non documented functions | ||||
| * | Bug 758132 - Brief description of non documented functions | albert-github | 2015-11-22 | 1 | -0/+2 |
| | | | | | | | | | | In case a function or an other item is not documented and EXTRACT_ALL has not been specified it should not appear in the list with brief description of functions etc. (This patch supersedes the patch as proposed in pull request 411 based on the comments from Dimitri van Heesch) | ||||
* | | Fix computeCommonDirPrefix sometimes not finding the correct prefix | Tomasz Śniatowski | 2015-12-03 | 1 | -0/+1 |
|/ | | | | | | | | | | The code in some cases would search backwards in a string starting from an offset beyond the string's length. Adjust so that doesn't happen and the code doesn't mistakenly assume there is no common dir prefix. This bug has in some scenarios led to absolute paths being used for dir_(md5).html links, making doxygen output needlessly depend on details of build-time paths. | ||||
* | Added support for directory dependency graphs to template engine | Dimitri van Heesch | 2015-08-28 | 1 | -7/+2 |
| | |||||
* | Merge pull request #272 from albert-github/feature/bug_unused | Dimitri van Heesch | 2015-01-03 | 1 | -2/+1 |
|\ | | | | | Remove unused local and static global variables | ||||
| * | Remove unused local and static global variables | albert-github | 2014-12-27 | 1 | -2/+1 |
| | | | | | | | | 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 | -1/+1 |
|/ | | | | | Also made dangerous string access more visible by introducing rawData(). This replaces data() which will now return a constant string. | ||||
* | Fixed several Coverity warnings | Dimitri van Heesch | 2014-11-15 | 1 | -1/+1 |
| | |||||
* | Bug 736992 - Member functions omitted from tagfile | Dimitri van Heesch | 2014-09-22 | 1 | -22/+47 |
| | |||||
* | Added directory info to the context | Dimitri van Heesch | 2014-03-01 | 1 | -0/+6 |
| | |||||
* | Bug 721302 - [Latex/PDF] Merging brief and detailed description in file section | albert-github | 2014-01-01 | 1 | -0/+1 |
| | | | | | | Not only for Man pages the extra returns are necessary but also for LaTeX output. The change in filedef.cpp is a direct consequence of t the bug report. The groupdef.cpp has been tested on propriety code and the namespacedef.cpp and dirdef.cpp directly follow from code similarity. | ||||
* | Reduced and improved functionality of QList | Dimitri van Heesch | 2013-12-30 | 1 | -9/+7 |
| | | | | | | | | | - 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. | ||||
* | Added rudimentary support for django like template system for output creation. | Dimitri van Heesch | 2013-10-21 | 1 | -2/+6 |
| | |||||
* | Release-1.8.3.1-20130512 | Dimitri van Heesch | 2013-05-12 | 1 | -25/+28 |
| | |||||
* | Release-1.8.3.1-20130402 | Dimitri van Heesch | 2013-04-02 | 1 | -0/+2 |
| | |||||
* | Release-1.8.3.1-20130209 | Dimitri van Heesch | 2013-02-09 | 1 | -1/+1 |
| | |||||
* | Release-1.8.3.1 | Dimitri van Heesch | 2013-01-20 | 1 | -4/+4 |
| | |||||
* | Release-1.8.2-20121118 | Dimitri van Heesch | 2012-11-18 | 1 | -1/+2 |
| | |||||
* | Release-1.8.2-20120930 | Dimitri van Heesch | 2012-09-30 | 1 | -2/+2 |
| | |||||
* | Release-1.8.1.2-20120729 | Dimitri van Heesch | 2012-07-29 | 1 | -3/+13 |
| | |||||
* | Release-1.8.1.2 | Dimitri van Heesch | 2012-07-12 | 1 | -2/+5 |
| | |||||
* | Release-1.8.1.1 | Dimitri van Heesch | 2012-06-10 | 1 | -72/+0 |
| | |||||
* | Release-1.8.0-20120408 | Dimitri van Heesch | 2012-04-08 | 1 | -3/+3 |
| | |||||
* | Release-1.7.6.1-20120220 | Dimitri van Heesch | 2012-02-20 | 1 | -2/+85 |
| | |||||
* | Release-1.7.6.1-20111226 | Dimitri van Heesch | 2011-12-26 | 1 | -4/+4 |
| | |||||
* | Release-1.7.6 | Dimitri van Heesch | 2011-12-03 | 1 | -1/+1 |
| | |||||
* | Release-1.7.5.1-20111117 | Dimitri van Heesch | 2011-11-17 | 1 | -12/+2 |
| | |||||
* | Release-1.7.4-20110727 | Dimitri van Heesch | 2011-07-27 | 1 | -2/+4 |
| | |||||
* | Release-1.7.4-20110426 | Dimitri van Heesch | 2011-04-26 | 1 | -5/+1 |
| | |||||
* | Release-1.7.4 | Dimitri van Heesch | 2011-03-28 | 1 | -3/+4 |
| | |||||
* | Release-1.7.2-20101224 | Dimitri van Heesch | 2010-12-24 | 1 | -42/+32 |
| | |||||
* | Release-1.7.1-20100728 | Dimitri van Heesch | 2010-07-28 | 1 | -3/+3 |
| | |||||
* | Release-1.6.3-20100507 | Dimitri van Heesch | 2010-05-07 | 1 | -1/+2 |
| | |||||
* | Release-1.6.3-20100418 | Dimitri van Heesch | 2010-04-18 | 1 | -4/+8 |
| | |||||
* | Release-1.6.3-20100324 | Dimitri van Heesch | 2010-03-24 | 1 | -3/+4 |
| | |||||
* | Release-1.6.1-20091004 | Dimitri van Heesch | 2009-10-04 | 1 | -1/+4 |
| | |||||
* | Release-1.6.1 | Dimitri van Heesch | 2009-08-25 | 1 | -4/+6 |
| | |||||
* | Release-1.5.9-20090522 | Dimitri van Heesch | 2009-05-22 | 1 | -8/+13 |
| | |||||
* | Release-1.5.7.1-20081225 | Dimitri van Heesch | 2008-12-25 | 1 | -32/+0 |
| | |||||
* | Release-1.5.6-20080819 | Dimitri van Heesch | 2008-08-19 | 1 | -58/+190 |
| | |||||
* | Release-1.5.5 | Dimitri van Heesch | 2008-02-10 | 1 | -139/+1 |
| | |||||
* | Release-1.5.4-20080101 | Dimitri van Heesch | 2008-01-17 | 1 | -1/+4 |
| | |||||
* | Release-1.5.1-20070219 | Dimitri van Heesch | 2007-02-19 | 1 | -1/+1 |
| |