summaryrefslogtreecommitdiffstats
path: root/src/memberlist.cpp
Commit message (Collapse)AuthorAgeFilesLines
* issue #7706: Md5 hash does not match for two different runsDimitri van Heesch2020-04-171-37/+42
|
* Enabled stricter compiler warnings and fixed all new warningsDimitri van Heesch2020-03-081-3/+1
|
* issue #7474: [1.8.16 regression] HTML output varies from ASLRDimitri van Heesch2020-01-191-2/+9
|
* issue #7216: non-const getGroupDef() called on aliased member (cleanup + ↵Dimitri van Heesch2019-08-261-2/+2
| | | | null pointer fix)
* Correction warning messagealbert-github2019-06-011-3/+3
| | | | Consistency
* Fixed issue with counting member listsDimitri van Heesch2019-04-221-2/+4
|
* Improved const correctness and added support for inline namespacesDimitri van Heesch2019-04-211-86/+135
|
* Refactored Definition and derived classes such that they are abstract interfacesDimitri van Heesch2019-02-281-1/+1
|
* Remove persistent storage of Entry objectsDimitri van Heesch2019-02-171-70/+0
|
* Bug 626582 - Function overloads are not actually sorted in member function listalbert-github2019-02-071-0/+1
| | | | List was only sorted on member names, now also subsequently sorted on arguments.
* Fixed regression after fixing memory leakDimitri van Heesch2018-12-261-1/+1
|
* Added *.ice files as a recognized file type.Mark Spruiell2018-10-221-21/+43
| | | | Added a Slice-optimized output mode.
* Call endMemberItem consistently.Alastair D'Silva2017-07-251-1/+1
| | | | | | | | | | | | | | | | | | | When generating man pages, enums erroneously output their description on the same line as the definition, with a trailing '"'. This is due to endMemberItem being called after the member description is emitted, rather than before, as it is elsewhere. This patch moves the call to the same place where it is called elsewhere. Bad output: enum foo { FOO = 0 } Description. " Good output: enum foo { FOO = 0 } Description. Signed-off-by: Alastair D'Silva <alastair@d-silva.org>
* Unified display of enum values across output formats and languagesDimitri van Heesch2016-08-311-2/+7
|
* Style fixes and added numbering to overloaded membersDimitri van Heesch2016-07-301-21/+104
|
* Bug 766809 - Enumerations heading present but none listedDimitri van Heesch2016-05-251-37/+28
|
* Changed configuration mechanism to directly access options in order to ↵Dimitri van Heesch2016-01-171-6/+6
| | | | improve performance
* Bug 758132 - Brief description of non documented functions (fixes)Dimitri van Heesch2015-12-281-2/+2
|
* Bug 758132 - Brief description of non documented functionsalbert-github2015-11-221-1/+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)
* Bug 753500 - $file when using @name is wrongDimitri van Heesch2015-09-141-1/+1
|
* Template enhancements and various other small fixesDimitri van Heesch2015-09-081-2/+2
|
* fix enum brief description in RTF outputppescher2015-03-251-1/+1
| | | | | bug: brief description of enum member is put at the beginning of the next list item, instead of at the end of the current list item
* Bump copyright yearDimitri van Heesch2015-02-261-1/+1
|
* Bug 743605 - Tagfile anchors not generated for enumeration valuesDimitri van Heesch2015-02-051-0/+9
|
* Fixed several Coverity warningsDimitri van Heesch2014-11-151-1/+20
|
* Bug 736992 - Member functions omitted from tagfileDimitri van Heesch2014-09-221-11/+33
|
* Updated copyrightDimitri van Heesch2014-02-111-1/+1
|
* Fixed issues with SEPARATE_MEMBER_PAGES and INLINE_SIMPLE_STRUCTSDimitri van Heesch2014-01-191-37/+47
|
* Reduced and improved functionality of QListDimitri van Heesch2013-12-301-11/+3
| | | | | | | | | - 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.
* Corrected some inconsistencies in the commentsDimitri van Heesch2013-12-231-0/+1
|
* Template and context enhancementsDimitri van Heesch2013-12-231-1/+1
|
* Bug 704412 - doxygen don't hide private Inherited MembersDimitri van Heesch2013-08-011-12/+14
|
* Release-1.8.3.1-20130512Dimitri van Heesch2013-05-121-16/+23
|
* Release-1.8.3.1-20130402Dimitri van Heesch2013-04-021-0/+9
|
* Release-1.8.3.1-20130324Dimitri van Heesch2013-03-241-8/+10
|
* Release-1.8.3.1Dimitri van Heesch2013-01-201-3/+3
|
* Release-1.8.2-20121118Dimitri van Heesch2012-11-181-92/+96
|
* Release-1.8.1.2-20120729Dimitri van Heesch2012-07-291-0/+2
|
* Release-1.8.1.2Dimitri van Heesch2012-07-121-1/+4
|
* Release-1.8.1.1Dimitri van Heesch2012-06-101-2/+5
|
* Release-1.8.1Dimitri van Heesch2012-05-191-10/+69
|
* Release-1.8.0-20120429Dimitri van Heesch2012-04-291-69/+107
|
* Release-1.7.6.1-20120220Dimitri van Heesch2012-02-201-1/+1
|
* Release-1.7.6.1-20120110Dimitri van Heesch2012-01-101-1/+1
|
* Release-1.7.6.1-20111226Dimitri van Heesch2011-12-261-2/+2
|
* Release-1.7.5.1-20111117Dimitri van Heesch2011-11-171-3/+2
|
* Release-1.7.5.1-20110925Dimitri van Heesch2011-09-251-16/+19
|
* Release-1.7.5.1Dimitri van Heesch2011-08-211-1/+13
|
* Release-1.7.5Dimitri van Heesch2011-08-141-0/+1
|
* Release-1.7.4-20110727Dimitri van Heesch2011-07-271-0/+16
|