index
:
Doxygen.git
master
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
namespacedef.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refactoring: modernize FileList
Dimitri van Heesch
2021-01-22
1
-5/+3
*
Refactoring: modernize MemberList
Dimitri van Heesch
2021-01-22
1
-5/+3
*
Refactoring: modernize LayoutNavEntry and LayoutDocEntry lists
Dimitri van Heesch
2021-01-22
1
-28/+19
*
Refactoring: change type of Namespace::m_innerCompounds to LinkedRefMap
Dimitri van Heesch
2021-01-22
1
-6/+4
*
Refactoring: avoid copying MemberLists by not embedding them directly
Dimitri van Heesch
2021-01-04
1
-22/+22
*
Revert "Refactoring: Embed MemberGroup objects directly in their container"
Dimitri van Heesch
2021-01-04
1
-17/+17
*
Refactoring: Embed MemberGroup objects directly in their container
Dimitri van Heesch
2021-01-04
1
-17/+17
*
Refactoring: modernize getMemberLists()
Dimitri van Heesch
2021-01-04
1
-66/+32
*
Refactoring: replace MemberSDict by MemberLinkedRefMap
Dimitri van Heesch
2021-01-04
1
-18/+6
*
Refactoring: change MemberGroupSDict to MemberGroupList
Dimitri van Heesch
2020-12-30
1
-51/+21
*
Refactoring: replaced getNamespaceSDict() by getNamespaces()
Dimitri van Heesch
2020-12-23
1
-38/+28
*
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
-78/+55
*
Improve handling of inline namespace members in LateX/RTF output
Dimitri van Heesch
2020-12-02
1
-11/+20
*
Refactoring: make setAnchors() a member of MemberList
Dimitri van Heesch
2020-11-28
1
-1/+1
*
Refactoring: removing setVisited/isVisited members
Dimitri van Heesch
2020-11-20
1
-15/+6
*
Fix for crash when using members of a partially constructed object
Dimitri van Heesch
2020-11-14
1
-2/+2
*
Refactoring: replacing dynamic_cast by static_cast to improve performance
Dimitri van Heesch
2020-11-13
1
-14/+80
*
Refactoring: Introduce immutable and mutable interfaces
Dimitri van Heesch
2020-11-09
1
-34/+32
*
Fixed issue in combineUsingRelations() that could lead to the use of invalid ...
Dimitri van Heesch
2020-11-01
1
-1/+6
*
Refactoring: modernized the getUsedNamespaces() method
Dimitri van Heesch
2020-11-01
1
-44/+15
*
Refactoring: modernize getUsedClasses() method
Dimitri van Heesch
2020-10-29
1
-30/+15
*
issue #8037: Links using @ref stopped working in doxygen 1.8.19
Dimitri van Heesch
2020-09-21
1
-0/+1
*
issue #7973: C++ grouped functions in namespace have disapeard
Dimitri van Heesch
2020-08-24
1
-1/+1
*
Refactor: modernize markdown and make it thread-safe
Dimitri van Heesch
2020-06-16
1
-4/+8
*
Refactoring: Introduce type names for commonly used container types
Dimitri van Heesch
2020-05-01
1
-1/+1
*
Replaced MemberNameSDict by MemberNameLinkedMap based on LinkedMap
Dimitri van Heesch
2020-04-08
1
-73/+65
*
Restructure the way RefLists are handled
Dimitri van Heesch
2020-02-27
1
-1/+1
*
Coverity uninitialized
albert-github
2019-12-02
1
-14/+14
*
Replaced QList<ListItemInfo> with std::vector<ListItemInfo>
Dimitri van Heesch
2019-10-29
1
-1/+1
*
issue #7216: non-const getGroupDef() called on aliased member (cleanup + null...
Dimitri van Heesch
2019-08-26
1
-3/+3
*
issue #7216: non-const getGroupDef() called on aliased member
Dimitri van Heesch
2019-08-25
1
-72/+99
*
Correction warning message
albert-github
2019-06-01
1
-1/+1
*
Improved const correctness and added support for inline namespaces
Dimitri van Heesch
2019-04-21
1
-37/+194
*
Refactored Definition and derived classes such that they are abstract interfaces
Dimitri van Heesch
2019-02-28
1
-63/+180
*
Minor restructuring
Dimitri van Heesch
2018-11-18
1
-8/+14
*
Fix for module quicklinks
Mark Spruiell
2018-10-22
1
-7/+30
*
Added *.ice files as a recognized file type.
Mark Spruiell
2018-10-22
1
-22/+130
*
Fixing coverity messages (Namespace tag)
albert-github
2018-09-13
1
-0/+1
*
Bug 777746 - Build of PDF with LaTEX breaks
Dimitri van Heesch
2018-03-17
1
-1/+1
*
const-ify
Adrian Negreanu
2017-09-25
1
-1/+1
*
Fixup man only output to use generator state push pop
Artur Kink
2016-09-26
1
-1/+2
*
For manpages remove trailing dash when no brief description
Artur Kink
2016-09-25
1
-0/+3
*
Optimized use of convertNameToFile to improve performance
Dimitri van Heesch
2016-02-07
1
-13/+19
*
Changed configuration mechanism to directly access options in order to improv...
Dimitri van Heesch
2016-01-17
1
-24/+24
*
Bug 758132 - Brief description of non documented functions
albert-github
2015-11-22
1
-1/+1
*
Bug 744762 - Using TAGFILES prevents symbol extraction
Dimitri van Heesch
2015-06-11
1
-2/+7
*
Merge pull request #303 from albert-github/feature/bug_idl_error
Dimitri van Heesch
2015-03-05
1
-1/+1
|
\
|
*
Better error message in case of IDL inconsistency
albert-github
2015-03-04
1
-1/+1
*
|
Bump copyright year
Dimitri van Heesch
2015-02-26
1
-1/+1
|
/
[next]