index
:
Doxygen.git
master
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
groupdef.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refactoring: modernize FileList
Dimitri van Heesch
2021-01-22
1
-20/+14
*
Refactoring: modernize MemberList
Dimitri van Heesch
2021-01-22
1
-17/+13
*
Refactoring: modernize LayoutNavEntry and LayoutDocEntry lists
Dimitri van Heesch
2021-01-22
1
-23/+14
*
Various fixes based on coverity scan results
Dimitri van Heesch
2021-01-05
1
-6/+5
*
Refactoring: avoid copying MemberLists by not embedding them directly
Dimitri van Heesch
2021-01-04
1
-19/+19
*
Revert "Refactoring: Embed MemberGroup objects directly in their container"
Dimitri van Heesch
2021-01-04
1
-14/+14
*
Refactoring: Embed MemberGroup objects directly in their container
Dimitri van Heesch
2021-01-04
1
-14/+14
*
Refactoring: modernize getMemberLists()
Dimitri van Heesch
2021-01-04
1
-61/+28
*
Compilation warning in groupdef
albert-github
2021-01-03
1
-1/+1
*
Refactoring: replace Doxygen::groupSDict by Doxygen::groupLinkedMap
Dimitri van Heesch
2020-12-31
1
-60/+35
*
Refactoring: replaced PageSDict by PageLinked*Map
Dimitri van Heesch
2020-12-31
1
-35/+26
*
Refactoring: change MemberGroupSDict to MemberGroupList
Dimitri van Heesch
2020-12-30
1
-42/+15
*
Refactoring: replaced getNamespaceSDict() by getNamespaces()
Dimitri van Heesch
2020-12-23
1
-26/+23
*
Merge pull request #8265 from albert-github/feature/bug_bld_warn
Dimitri van Heesch
2020-12-21
1
-4/+4
|
\
|
*
Remove some build warnings
albert-github
2020-12-20
1
-4/+4
*
|
Refactoring: modernize class index
Dimitri van Heesch
2020-12-21
1
-4/+4
|
/
*
Refactoring: replace ClassSDict by ClassLinkedMap/ClassLinkedRefMap
Dimitri van Heesch
2020-12-19
1
-54/+89
*
Creating link to not defined label in case of groups
albert-github
2020-12-04
1
-5/+3
*
Refactoring: make setAnchors() a member of MemberList
Dimitri van Heesch
2020-11-28
1
-1/+1
*
Refactoring: replacing dynamic_cast by static_cast to improve performance
Dimitri van Heesch
2020-11-13
1
-8/+37
*
Refactoring: Introduce immutable and mutable interfaces
Dimitri van Heesch
2020-11-09
1
-13/+25
*
issue #8037: Links using @ref stopped working in doxygen 1.8.19
Dimitri van Heesch
2020-09-21
1
-0/+1
*
issue #7852, #7867, #7901: Changed the set of commands that effect ending a b...
Dimitri van Heesch
2020-07-17
1
-0/+5
*
Refactor: modernize markdown and make it thread-safe
Dimitri van Heesch
2020-06-16
1
-8/+16
*
Did a bit of restructuring and fixed some compiler warnings
Dimitri van Heesch
2020-05-10
1
-21/+15
*
Merge branch 'feature/change-DirList-container-to-std' of https://github.com/...
Dimitri van Heesch
2020-05-10
1
-12/+10
|
\
|
*
Replaced addDir(const DirDef *dd) by addDir(DirDef *const dd) in GroupDef and...
David Hebbeker
2020-05-05
1
-2/+2
|
*
Copied implementation of `QGList::inSort()` to sortInDirList.
David Hebbeker
2020-05-05
1
-2/+1
|
*
Replaced calls to DirDef::append() to DirDef::push_back().
David Hebbeker
2020-05-05
1
-2/+5
|
*
Replaced DirList::count() by DirList::size().
David Hebbeker
2020-05-02
1
-2/+2
|
*
For loops on QListIterator by range loops.
David Hebbeker
2020-05-02
1
-6/+2
*
|
Refactoring: Introduce type names for commonly used container types
Dimitri van Heesch
2020-05-01
1
-1/+1
*
|
Refactoring: migrate MemberNameInfoSDict to MemberNameInfoLinkedMap
Dimitri van Heesch
2020-04-27
1
-62/+35
*
|
Refactoring: Improve encapsulation of MemberInfo class
Dimitri van Heesch
2020-04-27
1
-2/+2
|
/
*
Performance improvements after profiling
Dimitri van Heesch
2020-04-24
1
-82/+82
*
Enabled stricter compiler warnings and fixed all new warnings
Dimitri van Heesch
2020-03-08
1
-152/+149
*
Restructure the way RefLists are handled
Dimitri van Heesch
2020-02-27
1
-1/+1
*
Restructure section handling
Dimitri van Heesch
2020-02-21
1
-5/+5
*
Replaced QList<ListItemInfo> with std::vector<ListItemInfo>
Dimitri van Heesch
2019-10-29
1
-1/+1
*
Replaced QList<Grouping> with std::vector<Grouping>
Dimitri van Heesch
2019-10-29
1
-32/+19
*
Changed ArgumentList to be an STL container
Dimitri van Heesch
2019-10-27
1
-8/+6
*
Use smartpointers to manage the lifetime of Entry objects
Dimitri van Heesch
2019-10-07
1
-6/+6
*
issue #7216: non-const getGroupDef() called on aliased member (cleanup + null...
Dimitri van Heesch
2019-08-26
1
-3/+3
*
Merge branch 'feature/bug_endblock_msg' of https://github.com/albert-github/d...
Dimitri van Heesch
2019-08-04
1
-4/+4
|
\
|
*
Correction warning message
albert-github
2019-06-01
1
-4/+4
*
|
refactoring dot.cpp
Thomas Haller
2019-06-13
1
-0/+1
|
/
*
Add const correctness for argument lists
Dimitri van Heesch
2019-05-05
1
-6/+6
*
Improved const correctness and added support for inline namespaces
Dimitri van Heesch
2019-04-21
1
-8/+30
*
Refactored Definition and derived classes such that they are abstract interfaces
Dimitri van Heesch
2019-02-28
1
-62/+180
*
Moved check for page having a title to hasTitle() method
Dimitri van Heesch
2018-12-31
1
-1/+1
[next]