Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Bug 704412 - doxygen don't hide private Inherited Members | Dimitri van Heesch | 2013-08-01 | 1 | -105/+209 |
| | |||||
* | Added SOURCE_TOOLTIPS option for advanced tooltip support while source browsing | Dimitri van Heesch | 2013-07-02 | 1 | -1/+1 |
| | |||||
* | Release-1.8.3.1-20130512 | Dimitri van Heesch | 2013-05-12 | 1 | -17/+27 |
| | |||||
* | Release-1.8.3.1-20130402 | Dimitri van Heesch | 2013-04-02 | 1 | -4/+56 |
| | |||||
* | Release-1.8.3.1-20130324 | Dimitri van Heesch | 2013-03-24 | 1 | -5/+7 |
| | |||||
* | Release-1.8.3.1-20130209 | Dimitri van Heesch | 2013-02-09 | 1 | -5/+6 |
| | |||||
* | Release-1.8.3.1 | Dimitri van Heesch | 2013-01-20 | 1 | -4/+28 |
| | |||||
* | Release-1.8.3 | Dimitri van Heesch | 2012-12-26 | 1 | -9/+8 |
| | |||||
* | Release-1.8.2-20121118 | Dimitri van Heesch | 2012-11-18 | 1 | -157/+162 |
| | |||||
* | Release-1.8.2-20120930 | Dimitri van Heesch | 2012-09-30 | 1 | -2/+27 |
| | |||||
* | Release-1.8.2 | Dimitri van Heesch | 2012-08-11 | 1 | -27/+23 |
| | |||||
* | Release-1.8.1.2-20120729 | Dimitri van Heesch | 2012-07-29 | 1 | -30/+158 |
| |