Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #272 from albert-github/feature/bug_unused | Dimitri van Heesch | 2015-01-03 | 1 | -1/+0 |
|\ | | | | | Remove unused local and static global variables | ||||
| * | 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. | ||||
* | | 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. | ||||
* | Bug 729063 - Missing link for item inside the same namespace | Dimitri van Heesch | 2014-12-23 | 1 | -15/+17 |
| | |||||
* | Bug 739209 - Invalid warning about undocumented C++ function imported from ↵ | Dimitri van Heesch | 2014-12-23 | 1 | -2/+8 |
| | | | | tagfile | ||||
* | Bug 740218 - Full scope needed when making link inside cross-referenced section | Dimitri van Heesch | 2014-11-17 | 1 | -1/+1 |
| | |||||
* | Fixed several Coverity warnings | Dimitri van Heesch | 2014-11-15 | 1 | -2/+2 |
| | |||||
* | Bug 736992 - Member functions omitted from tagfile | Dimitri van Heesch | 2014-09-22 | 1 | -84/+73 |
| | |||||
* | Regression class<T extends V> resulted in class<V> as the page title | Dimitri van Heesch | 2014-09-14 | 1 | -1/+1 |
| | |||||
* | Merge pull request #214 from ellert/missing-spaces | Dimitri van Heesch | 2014-09-03 | 1 | -3/+10 |
|\ | | | | | Bug 651848 & 652276 - Missing spaces in man page output | ||||
| * | Bug 652276 - Typedefs in manpages has too few linebreak possiblilities | Mattias Ellert | 2014-08-31 | 1 | -1/+3 |
| | | |||||
| * | Use substitute() instead of QString conversion | Mattias Ellert | 2014-08-27 | 1 | -2/+1 |
| | | |||||
| * | Fix for the second issue in bz 651848 | Mattias Ellert | 2014-08-26 | 1 | -1/+4 |
| | | |||||
| * | This is the patch attached to bz 651848 by Robin Gareus. | Mattias Ellert | 2014-08-26 | 1 | -1/+4 |
| | | |||||
* | | Bug 735759 - Broken man pages due to bad use of autoBreak | Mattias Ellert | 2014-08-31 | 1 | -3/+3 |
| | | |||||
* | | Bug 735477 - [PATCH] Fix a potential null pointer dereference in ↵ | Dimitri van Heesch | 2014-08-30 | 1 | -1/+1 |
|/ | | | | src/memberdef.cpp | ||||
* | Bug 733605 - Incorrect LaTeX generation for private union member in C++ | Dimitri van Heesch | 2014-08-04 | 1 | -10/+1 |
| | |||||
* | Template context support for CREATE_SUBDIRS | Dimitri van Heesch | 2014-08-02 | 1 | -1/+1 |
| | |||||
* | Added lists for indices to template context | Dimitri van Heesch | 2014-08-02 | 1 | -0/+24 |
| | |||||
* | New VHDL parser implementation | Dimitri van Heesch | 2014-08-02 | 1 | -1/+1 |
| | |||||
* | Documentation generator: added support for C# property accessors visibility ↵ | Maksim Osipov | 2014-07-04 | 1 | -3/+43 |
| | | | | modifiers. | ||||
* | Bug 730520 - No documentation generated for method-less C++ struct | Dimitri van Heesch | 2014-06-16 | 1 | -0/+6 |
| | |||||
* | add space between br and / for better compatibility | Dimitri van Heesch | 2014-03-28 | 1 | -1/+1 |
| | |||||
* | Bug 724949 - Server side (PHP) search broke in 1.8.3 | Dimitri van Heesch | 2014-03-01 | 1 | -1/+3 |
| | |||||
* | Pull out property names in Objective-C. | Jeff Verkoeyen | 2014-02-15 | 1 | -0/+2 |
| | | | | Property names are everything after the ::. | ||||
* | Updated copyright | Dimitri van Heesch | 2014-02-11 | 1 | -1/+1 |
| | |||||
* | Fixed issues with SEPARATE_MEMBER_PAGES and INLINE_SIMPLE_STRUCTS | Dimitri van Heesch | 2014-01-19 | 1 | -4/+5 |
| | |||||
* | Reduced and improved functionality of QList | Dimitri van Heesch | 2013-12-30 | 1 | -16/+22 |
| | | | | | | | | | - 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/+18 |
| | |||||
* | Template and context enhancements | Dimitri van Heesch | 2013-12-23 | 1 | -21/+42 |
| | |||||
* | More template and context enhancements | Dimitri van Heesch | 2013-12-12 | 1 | -21/+30 |
| | |||||
* | Merge branch 'master' into template | Dimitri van Heesch | 2013-11-29 | 1 | -0/+43 |
|\ | | | | | | | | | | | Conflicts: src/memberdef.cpp src/memberdef.h | ||||
| * | Bug 692004 - show includes for free functions | Dimitri van Heesch | 2013-11-26 | 1 | -0/+42 |
| | | |||||
* | | More context and template additions | Dimitri van Heesch | 2013-11-29 | 1 | -4/+68 |
|/ | |||||
* | Bug 712795 - segmentation fault in memberdef.cpp | Dimitri van Heesch | 2013-11-23 | 1 | -1/+1 |
| | |||||
* | More template and context updates | Dimitri van Heesch | 2013-11-11 | 1 | -539/+566 |
| | |||||
* | Bug 709226 - Struct member fields not documented with INLINE_SIMPLE_STRUCTS | Dimitri van Heesch | 2013-10-13 | 1 | -5/+1 |
| | |||||
* | Bug 707925 - False warning for Java "warning: missing ( in exception list on ↵ | Dimitri van Heesch | 2013-09-21 | 1 | -9/+9 |
| | | | | member" | ||||
* | Add support for writing and importing C++11 style enums to and from tag files | Dimitri van Heesch | 2013-06-22 | 1 | -23/+20 |
| | |||||
* | Bug 701314 - URLs are not created on C# classes in some cases | Dimitri van Heesch | 2013-06-15 | 1 | -1/+1 |
| | |||||
* | Bug 700740 - Doxygen does not create links on C++ 11 style enum classes | Dimitri van Heesch | 2013-06-15 | 1 | -1/+13 |
| | |||||
* | Release-1.8.3.1-20130512 | Dimitri van Heesch | 2013-05-12 | 1 | -607/+100 |
| | |||||
* | Release-1.8.3.1-20130402 | Dimitri van Heesch | 2013-04-02 | 1 | -11/+149 |
| | |||||
* | Release-1.8.3.1-20130324 | Dimitri van Heesch | 2013-03-24 | 1 | -21/+20 |
| | |||||
* | Release-1.8.3.1-20130209 | Dimitri van Heesch | 2013-02-09 | 1 | -5/+18 |
| | |||||
* | Release-1.8.3.1 | Dimitri van Heesch | 2013-01-20 | 1 | -4/+42 |
| | |||||
* | Release-1.8.3 | Dimitri van Heesch | 2012-12-26 | 1 | -7/+23 |
| | |||||
* | Release-1.8.2-20121118 | Dimitri van Heesch | 2012-11-18 | 1 | -67/+69 |
| | |||||
* | Release-1.8.2-20120930 | Dimitri van Heesch | 2012-09-30 | 1 | -84/+119 |
| | |||||
* | Release-1.8.2 | Dimitri van Heesch | 2012-08-11 | 1 | -6/+7 |
| |