Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Misc. typos | luzpaz | 2017-12-23 | 1 | -1/+1 | |
| | | | | | Super trivial typos Some are in qtools/ which I know is a 3rd party dependency but as we know is now obsolete upstream. I reckon it wouldn't be much of an issue to merge neverthless Tacked on several more commits | |||||
* | const-ify | Adrian Negreanu | 2017-09-25 | 1 | -2/+2 | |
| | ||||||
* | Bug 784281 - Problem RTF output: The class list "classes" within the ↵ | albert-github | 2017-08-26 | 1 | -0/+14 | |
| | | | | | | namespace report is wrong indicated. Added extra paragraph end after short description just for classes. | |||||
* | Bug 774273 - INLINE_SIMPLE_STRUCTS with enums in classes does not work | Dimitri van Heesch | 2016-11-13 | 1 | -1/+3 | |
| | ||||||
* | 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 | -0/+3 | |
| | ||||||
* | Style fixes and added numbering to overloaded members | Dimitri van Heesch | 2016-07-30 | 1 | -1/+1 | |
| | ||||||
* | Optimized use of convertNameToFile to improve performance | Dimitri van Heesch | 2016-02-07 | 1 | -38/+31 | |
| | ||||||
* | Changed configuration mechanism to directly access options in order to ↵ | Dimitri van Heesch | 2016-01-17 | 1 | -69/+69 | |
| | | | | improve performance | |||||
* | Bug 758132 - Brief description of non documented functions (fixes) | Dimitri van Heesch | 2015-12-28 | 1 | -1/+1 | |
| | ||||||
* | Bug 758132 - Brief description of non documented functions | albert-github | 2015-11-22 | 1 | -1/+1 | |
| | | | | | 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) | |||||
* | Fixed a couple of small memory leaks | Dimitri van Heesch | 2015-11-14 | 1 | -1/+1 | |
| | ||||||
* | Started with generating LaTeX output via the template engine | Dimitri van Heesch | 2015-08-27 | 1 | -3/+0 | |
| | ||||||
* | Fixed various issues found by PVS-Studio. | Dimitri van Heesch | 2015-08-18 | 1 | -1/+0 | |
| | ||||||
* | Guarded debug prints against printing a NULL pointer. | Dimitri van Heesch | 2015-04-06 | 1 | -1/+1 | |
| | ||||||
* | Fixes for showing type constraint relations | Dimitri van Heesch | 2015-03-15 | 1 | -1/+2 | |
| | ||||||
* | Bump copyright year | Dimitri van Heesch | 2015-02-26 | 1 | -1/+1 | |
| | ||||||
* | Added type constraint relations for Java generics to dot graphs and XML output | Dimitri van Heesch | 2015-02-21 | 1 | -8/+77 | |
| | ||||||
* | Merge pull request #271 from orbitcowboy/master | Dimitri van Heesch | 2015-01-03 | 1 | -20/+21 | |
|\ | | | | | Fix potential null pointer dereference in src/classdef.cpp | |||||
| * | Fix potential null pointer dereference in src/classdef.cpp | Martin Ettl | 2014-12-22 | 1 | -20/+21 | |
| | | ||||||
* | | 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. | |||||
* | Bug 739209 - Invalid warning about undocumented C++ function imported from ↵ | Dimitri van Heesch | 2014-12-23 | 1 | -1/+1 | |
| | | | | tagfile | |||||
* | Bug 740218 - Full scope needed when making link inside cross-referenced section | Dimitri van Heesch | 2014-11-17 | 1 | -1/+2 | |
| | ||||||
* | Various VHDL fixes | Dimitri van Heesch | 2014-11-06 | 1 | -1/+7 | |
| | ||||||
* | Bug 736992 - Member functions omitted from tagfile | Dimitri van Heesch | 2014-09-22 | 1 | -58/+106 | |
| | ||||||
* | Regression class<T extends V> resulted in class<V> as the page title | Dimitri van Heesch | 2014-09-14 | 1 | -9/+10 | |
| | ||||||
* | Merge pull request #163 from squan888/master | Dimitri van Heesch | 2014-09-11 | 1 | -3/+10 | |
|\ | | | | | Bug 729236 - Added HIDE_COMPOUND_REFERENCE config option | |||||
| * | Bug 729236 - Added HIDE_COMPOUND_REFERENCE config option | Stephen Quan | 2014-04-30 | 1 | -3/+10 | |
| | | ||||||
* | | Bug 735589 - [PATCH] Remove not needed variable initialization in ↵ | Dimitri van Heesch | 2014-08-30 | 1 | -3/+3 | |
| | | | | | | | | src/classdef.cpp | |||||
* | | Bug 583958 - Class diagrams and class hierarchy don't work for java generic ↵ | Dimitri van Heesch | 2014-08-14 | 1 | -1/+1 | |
| | | | | | | | | | | | | classes Bug 631675 - Java inheritance of instantiated generics not recognized. | |||||
* | | Merge branch 'master' of https://github.com/groleo/doxygen-1 into groleo-master | Dimitri van Heesch | 2014-08-04 | 1 | -3/+16 | |
|\ \ | ||||||
| * | | cache anonymous into ClassDefImpl::isAnonymous | Adrian Negreanu | 2014-08-04 | 1 | -3/+16 | |
| | | | ||||||
* | | | Bug 734077 - no uniquely matching class member found for inline function ↵ | Dimitri van Heesch | 2014-08-03 | 1 | -0/+5 | |
|/ / | | | | | | | definition where parameter argument names don't match | |||||
* | | Bug 730520 - No documentation generated for method-less C++ struct | Dimitri van Heesch | 2014-06-16 | 1 | -2/+1 | |
|/ | ||||||
* | Bug 712251 - Documentation for enumeration not generated | Dimitri van Heesch | 2014-04-20 | 1 | -2/+3 | |
| | ||||||
* | Bug 722619 - doxygen 1.8.6 sorts the contents of a namespace by group within ↵ | Dimitri van Heesch | 2014-02-22 | 1 | -0/+4 | |
| | | | | the Class List | |||||
* | Updated copyright | Dimitri van Heesch | 2014-02-11 | 1 | -1/+1 | |
| | ||||||
* | Bug 722759 - Documentation for derived classes no longer has an "Additional ↵ | Dimitri van Heesch | 2014-01-26 | 1 | -0/+11 | |
| | | | | Inherited Members" section after upgrading Doxygen from 1.8.3.1 to 1.8.6 | |||||
* | Fixed issues with SEPARATE_MEMBER_PAGES and INLINE_SIMPLE_STRUCTS | Dimitri van Heesch | 2014-01-19 | 1 | -3/+4 | |
| | ||||||
* | Reduced and improved functionality of QList | Dimitri van Heesch | 2013-12-30 | 1 | -32/+32 | |
| | | | | | | | | | - 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. | |||||
* | More work on the template and context mechanisms | Dimitri van Heesch | 2013-12-29 | 1 | -9/+13 | |
| | ||||||
* | Template and context enhancements | Dimitri van Heesch | 2013-12-23 | 1 | -206/+14 | |
| | ||||||
* | Added more info to the context | Dimitri van Heesch | 2013-12-12 | 1 | -0/+6 | |
| | ||||||
* | Bug 719422 - private java class is mentioned in inherited by list of super class | Dimitri van Heesch | 2013-12-08 | 1 | -0/+2 | |
| | ||||||
* | More context and template additions | Dimitri van Heesch | 2013-11-29 | 1 | -5/+14 | |
| | ||||||
* | More template and context updates | Dimitri van Heesch | 2013-11-11 | 1 | -455/+470 | |
| | ||||||
* | Added rudimentary support for django like template system for output creation. | Dimitri van Heesch | 2013-10-21 | 1 | -15/+34 | |
| | ||||||
* | Bug 709870 - Broken links on members HTML page when using BUILTIN_STL_SUPPORT | Dimitri van Heesch | 2013-10-12 | 1 | -24/+31 | |
| | ||||||
* | Fixed compile warning | Dimitri van Heesch | 2013-09-24 | 1 | -8/+5 | |
| | ||||||
* | Fix potential assert when members of base class were not yet counted | Dimitri van Heesch | 2013-08-23 | 1 | -0/+2 | |
| |