summaryrefslogtreecommitdiffstats
path: root/src/groupdef.cpp
Commit message (Expand)AuthorAgeFilesLines
* Refactoring: replace Doxygen::groupSDict by Doxygen::groupLinkedMapDimitri van Heesch2020-12-311-60/+35
* Refactoring: replaced PageSDict by PageLinked*MapDimitri van Heesch2020-12-311-35/+26
* Refactoring: change MemberGroupSDict to MemberGroupListDimitri van Heesch2020-12-301-42/+15
* Refactoring: replaced getNamespaceSDict() by getNamespaces()Dimitri van Heesch2020-12-231-26/+23
* Merge pull request #8265 from albert-github/feature/bug_bld_warnDimitri van Heesch2020-12-211-4/+4
|\
| * Remove some build warningsalbert-github2020-12-201-4/+4
* | Refactoring: modernize class indexDimitri van Heesch2020-12-211-4/+4
|/
* Refactoring: replace ClassSDict by ClassLinkedMap/ClassLinkedRefMapDimitri van Heesch2020-12-191-54/+89
* Creating link to not defined label in case of groupsalbert-github2020-12-041-5/+3
* Refactoring: make setAnchors() a member of MemberListDimitri van Heesch2020-11-281-1/+1
* Refactoring: replacing dynamic_cast by static_cast to improve performanceDimitri van Heesch2020-11-131-8/+37
* Refactoring: Introduce immutable and mutable interfacesDimitri van Heesch2020-11-091-13/+25
* issue #8037: Links using @ref stopped working in doxygen 1.8.19Dimitri van Heesch2020-09-211-0/+1
* issue #7852, #7867, #7901: Changed the set of commands that effect ending a b...Dimitri van Heesch2020-07-171-0/+5
* Refactor: modernize markdown and make it thread-safeDimitri van Heesch2020-06-161-8/+16
* Did a bit of restructuring and fixed some compiler warningsDimitri van Heesch2020-05-101-21/+15
* Merge branch 'feature/change-DirList-container-to-std' of https://github.com/...Dimitri van Heesch2020-05-101-12/+10
|\
| * Replaced addDir(const DirDef *dd) by addDir(DirDef *const dd) in GroupDef and...David Hebbeker2020-05-051-2/+2
| * Copied implementation of `QGList::inSort()` to sortInDirList.David Hebbeker2020-05-051-2/+1
| * Replaced calls to DirDef::append() to DirDef::push_back().David Hebbeker2020-05-051-2/+5
| * Replaced DirList::count() by DirList::size().David Hebbeker2020-05-021-2/+2
| * For loops on QListIterator by range loops.David Hebbeker2020-05-021-6/+2
* | Refactoring: Introduce type names for commonly used container typesDimitri van Heesch2020-05-011-1/+1
* | Refactoring: migrate MemberNameInfoSDict to MemberNameInfoLinkedMapDimitri van Heesch2020-04-271-62/+35
* | Refactoring: Improve encapsulation of MemberInfo classDimitri van Heesch2020-04-271-2/+2
|/
* Performance improvements after profilingDimitri van Heesch2020-04-241-82/+82
* Enabled stricter compiler warnings and fixed all new warningsDimitri van Heesch2020-03-081-152/+149
* Restructure the way RefLists are handledDimitri van Heesch2020-02-271-1/+1
* Restructure section handlingDimitri van Heesch2020-02-211-5/+5
* Replaced QList<ListItemInfo> with std::vector<ListItemInfo>Dimitri van Heesch2019-10-291-1/+1
* Replaced QList<Grouping> with std::vector<Grouping>Dimitri van Heesch2019-10-291-32/+19
* Changed ArgumentList to be an STL containerDimitri van Heesch2019-10-271-8/+6
* Use smartpointers to manage the lifetime of Entry objectsDimitri van Heesch2019-10-071-6/+6
* issue #7216: non-const getGroupDef() called on aliased member (cleanup + null...Dimitri van Heesch2019-08-261-3/+3
* Merge branch 'feature/bug_endblock_msg' of https://github.com/albert-github/d...Dimitri van Heesch2019-08-041-4/+4
|\
| * Correction warning messagealbert-github2019-06-011-4/+4
* | refactoring dot.cppThomas Haller2019-06-131-0/+1
|/
* Add const correctness for argument listsDimitri van Heesch2019-05-051-6/+6
* Improved const correctness and added support for inline namespacesDimitri van Heesch2019-04-211-8/+30
* Refactored Definition and derived classes such that they are abstract interfacesDimitri van Heesch2019-02-281-62/+180
* Moved check for page having a title to hasTitle() methodDimitri van Heesch2018-12-311-1/+1
* Further simplified the fixDimitri van Heesch2018-12-041-3/+2
* issue #6657 "QGDict::hashAsciiKey: Invalid null key" when using anonymous uni...albert-github2018-12-041-1/+2
* Added *.ice files as a recognized file type.Mark Spruiell2018-10-221-0/+6
* Fixup man only output to use generator state push popArtur Kink2016-09-261-3/+6
* For manpages remove trailing dash when no brief descriptionArtur Kink2016-09-251-5/+12
* Optimized use of convertNameToFile to improve performanceDimitri van Heesch2016-02-071-11/+4
* Changed configuration mechanism to directly access options in order to improv...Dimitri van Heesch2016-01-171-26/+26
* Bug 758132 - Brief description of non documented functionsalbert-github2015-11-221-0/+3
* Bug 754130 - class="current" not applied to <li> for module tab within 'group...Dimitri van Heesch2015-08-261-1/+1