index
:
Doxygen.git
master
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
classdef.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refactoring: replacing dynamic_cast by static_cast to improve performance
Dimitri van Heesch
2020-11-13
1
-29/+94
*
Refactoring: Introduce immutable and mutable interfaces
Dimitri van Heesch
2020-11-09
1
-332/+314
*
Refactoring: introduce SymbolResolver to group symbol lookup routines
Dimitri van Heesch
2020-10-28
1
-1/+3
*
Enabling both ALLEXTERNALS and BUILTIN_STL_SUPPORT caused artificial STL clas...
Dimitri van Heesch
2020-10-19
1
-6/+4
*
Performance tweak: Pass BaseClassList by const reference
Dimitri van Heesch
2020-10-17
1
-6/+6
*
Refactoring: Modernize BaseClassList
Dimitri van Heesch
2020-10-12
1
-375/+310
*
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
*
Refactor: modernize configuration values
Dimitri van Heesch
2020-06-04
1
-6/+4
*
Refactoring: Introduce type names for commonly used container types
Dimitri van Heesch
2020-05-01
1
-10/+10
*
Refactoring: migrate MemberNameInfoSDict to MemberNameInfoLinkedMap
Dimitri van Heesch
2020-04-27
1
-351/+268
*
Refactoring: Improve encapsulation of MemberInfo class
Dimitri van Heesch
2020-04-27
1
-51/+52
*
Performance improvements after profiling
Dimitri van Heesch
2020-04-24
1
-5/+4
*
Replaced MemberNameSDict by MemberNameLinkedMap based on LinkedMap
Dimitri van Heesch
2020-04-08
1
-43/+19
*
Enabled stricter compiler warnings and fixed all new warnings
Dimitri van Heesch
2020-03-08
1
-60/+60
*
Restructure the way RefLists are handled
Dimitri van Heesch
2020-02-27
1
-1/+1
*
issue #7446: C#: parameter named `extends` is broken in the documentation
Dimitri van Heesch
2019-12-20
1
-1/+1
*
Coverity uninitialized
albert-github
2019-12-02
1
-34/+34
*
issue #7348 Better warning in case a graph would have been to large
Dimitri van Heesch
2019-11-16
1
-1/+2
*
Merge pull request #7377 from albert-github/feature/bug_spell_src
Dimitri van Heesch
2019-11-06
1
-8/+8
|
\
|
*
Spelling corrections for src directory
albert-github
2019-11-05
1
-8/+8
*
|
issue #7302: Determination of anonymous is too restrictive
Dimitri van Heesch
2019-11-05
1
-21/+6
|
/
*
Replaced QList<ListItemInfo> with std::vector<ListItemInfo>
Dimitri van Heesch
2019-10-29
1
-1/+1
*
Changed ArgumentList to be an STL container
Dimitri van Heesch
2019-10-27
1
-341/+67
*
Reduce the use of QString in favor of the more efficient QCString
Dimitri van Heesch
2019-09-21
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
-1/+1
*
Merge branch 'feature/bug_endblock_msg' of https://github.com/albert-github/d...
Dimitri van Heesch
2019-08-04
1
-12/+12
|
\
|
*
Correction warning message
albert-github
2019-06-01
1
-12/+12
*
|
Improved constness and avoid using non-const members of aliases
Dimitri van Heesch
2019-07-29
1
-1/+1
*
|
Merge branch 'master' of github.com:doxygen/doxygen
Dimitri van Heesch
2019-06-13
1
-2/+6
|
\
\
|
*
|
Consistency not generated inheritance diagram
albert-github
2019-06-07
1
-1/+5
|
*
|
Doxygen crash on ceph project
albert-github
2019-06-03
1
-1/+1
|
|
/
*
|
refactoring dot.cpp
Thomas Haller
2019-06-13
1
-2/+4
|
/
*
Merge pull request #6970 from albert-github/feature/issue_6968
Dimitri van Heesch
2019-05-07
1
-2/+3
|
\
|
*
issue #6968 INLINE_INHERITED_MEMB doesn't respect EXTRACT_PRIVATE=NO
albert-github
2019-05-07
1
-2/+3
*
|
Add const correctness for argument lists
Dimitri van Heesch
2019-05-05
1
-2/+2
|
/
*
Improved const correctness and added support for inline namespaces
Dimitri van Heesch
2019-04-21
1
-126/+440
*
Revert "Disabled "inheritance by dominance" warning (try 2)"
Dimitri van Heesch
2019-03-03
1
-6/+0
*
Disabled "inheritance by dominance" warning (try 2)
Dimitri van Heesch
2019-03-02
1
-0/+6
*
Refactored Definition and derived classes such that they are abstract interfaces
Dimitri van Heesch
2019-02-28
1
-217/+444
*
Improve constness
Dimitri van Heesch
2019-01-21
1
-6/+6
*
Shortened EXTRACT_PRIVATE_VIRTUAL to EXTRACT_PRIV_VIRTUAL to deal with max le...
Dimitri van Heesch
2019-01-08
1
-1/+1
*
Implement a new EXTRACT_PRIVATE_VIRTUAL option.
Vladimír Vondruš
2019-01-03
1
-0/+4
*
Prevent empty member list table (XHTML)
albert-github
2018-12-11
1
-2/+12
*
XHTML problem with name attribute with VHDL name attribute
albert-github
2018-12-10
1
-1/+1
*
Minor restructuring
Dimitri van Heesch
2018-11-18
1
-196/+184
*
Merge remote-tracking branch 'doxygen/master'
Joe George
2018-11-02
1
-0/+4
|
\
|
*
Merge pull request #771 from albert-github/feature/bug_734308
Dimitri van Heesch
2018-10-27
1
-0/+4
|
|
\
[next]