index
:
Doxygen.git
master
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
classdef.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Cleanup util.h by moving some functions to other files
Dimitri van Heesch
2021-05-01
1
-0/+13
*
Refactoring: remove implicit conversion from QCString to const char *
Dimitri van Heesch
2021-04-22
1
-26/+26
*
issue #2732: Adding support for C++ concepts (Origin: bugzilla #499352)
Dimitri van Heesch
2021-04-08
1
-2/+2
*
C++20 concepts: added support for parsing requires-clauses
Dimitri van Heesch
2021-04-08
1
-0/+3
*
Performance improvement by returning BaseClassList by reference
Dimitri van Heesch
2021-03-29
1
-2/+2
*
Refactoring: Add TextStream buffer to improve output writing performance
Dimitri van Heesch
2021-03-28
1
-1/+1
*
Refactoring: replace QFile/FTextStream with fstream/stringstream
Dimitri van Heesch
2021-03-18
1
-2/+1
*
Refactoring: modernize FileList
Dimitri van Heesch
2021-01-22
1
-1/+1
*
Refactoring: replace StringDict by StringMap
Dimitri van Heesch
2021-01-22
1
-1/+0
*
Refactoring: modernize IncludeInfo list
Dimitri van Heesch
2021-01-22
1
-1/+1
*
Refactoring: modernize MemberList
Dimitri van Heesch
2021-01-22
1
-2/+3
*
Refactoring: change visitedClasses type to ClassDefSet
Dimitri van Heesch
2021-01-22
1
-12/+7
*
Refactoring: modernize used/usedByImplementationClasses & templateTypeConstra...
Dimitri van Heesch
2021-01-22
1
-41/+7
*
Refactoring: remove unused ClassDef::getVariableInstance()
Dimitri van Heesch
2021-01-22
1
-2/+0
*
Refactoring: modernize get/setTemplateBaseClassNames
Dimitri van Heesch
2021-01-22
1
-2/+3
*
Refactoring: modernize ClassDef::getTemplateInstances()
Dimitri van Heesch
2021-01-22
1
-1/+12
*
Refactoring: modernize getMemberLists()
Dimitri van Heesch
2021-01-04
1
-1/+2
*
Refactoring: replace MemberSDict by MemberLinkedRefMap
Dimitri van Heesch
2021-01-04
1
-1/+0
*
Refactoring: remove unused ClassList
Dimitri van Heesch
2021-01-02
1
-1/+0
*
Refactoring: replace ExampleSDict by ExampleList
Dimitri van Heesch
2021-01-01
1
-2/+2
*
Refactoring: change MemberGroupSDict to MemberGroupList
Dimitri van Heesch
2020-12-30
1
-2/+2
*
When instantiating templates also instantiate nested classes
Dimitri van Heesch
2020-12-26
1
-1/+1
*
Refactoring: remove unused Doxygen::genericsSDict
Dimitri van Heesch
2020-12-22
1
-1/+0
*
Removed unused taggedInnerClasses member
Dimitri van Heesch
2020-12-19
1
-2/+0
*
Refactoring: replace ClassSDict by ClassLinkedMap/ClassLinkedRefMap
Dimitri van Heesch
2020-12-19
1
-5/+4
*
Refactoring: removing setVisited/isVisited members
Dimitri van Heesch
2020-11-20
1
-7/+0
*
Refactoring: move ClassDefSet to the classdef header
Dimitri van Heesch
2020-11-15
1
-0/+5
*
Refactoring: replacing dynamic_cast by static_cast to improve performance
Dimitri van Heesch
2020-11-13
1
-7/+9
*
Refactoring: Introduce immutable and mutable interfaces
Dimitri van Heesch
2020-11-09
1
-23/+40
*
Performance tweak: Pass BaseClassList by const reference
Dimitri van Heesch
2020-10-17
1
-2/+2
*
Refactoring: Modernize BaseClassList
Dimitri van Heesch
2020-10-12
1
-62/+40
*
Changed container class for class use and constrained relations from QDict<vo...
Dimitri van Heesch
2020-08-02
1
-14/+9
*
Refactoring: Introduce type names for commonly used container types
Dimitri van Heesch
2020-05-01
1
-3/+3
*
Refactoring: migrate MemberNameInfoSDict to MemberNameInfoLinkedMap
Dimitri van Heesch
2020-04-27
1
-25/+26
*
Enabled stricter compiler warnings and fixed all new warnings
Dimitri van Heesch
2020-03-08
1
-3/+3
*
issue #7302: Determination of anonymous is too restrictive
Dimitri van Heesch
2019-11-05
1
-1/+0
*
Changed ArgumentList to be an STL container
Dimitri van Heesch
2019-10-27
1
-8/+9
*
issue #7216: non-const getGroupDef() called on aliased member
Dimitri van Heesch
2019-08-25
1
-1/+0
*
Improved const correctness and added support for inline namespaces
Dimitri van Heesch
2019-04-21
1
-43/+63
*
Refactored Definition and derived classes such that they are abstract interfaces
Dimitri van Heesch
2019-02-28
1
-236/+178
*
Improve constness
Dimitri van Heesch
2019-01-21
1
-6/+6
*
Minor restructuring
Dimitri van Heesch
2018-11-18
1
-3/+1
*
Added *.ice files as a recognized file type.
Mark Spruiell
2018-10-22
1
-0/+6
*
Bug 648180 - Fortran: tagfile.tag:789: warning: Unknown compound attribute `t...
albert-github
2018-07-20
1
-0/+3
*
Misc. typos
luz.paz
2018-04-25
1
-1/+1
*
const-ify
Adrian Negreanu
2017-09-25
1
-2/+2
*
Optimized use of convertNameToFile to improve performance
Dimitri van Heesch
2016-02-07
1
-1/+6
*
Bump copyright year
Dimitri van Heesch
2015-02-26
1
-1/+1
*
Added type constraint relations for Java generics to dot graphs and XML output
Dimitri van Heesch
2015-02-21
1
-2/+62
*
Bug 736992 - Member functions omitted from tagfile
Dimitri van Heesch
2014-09-22
1
-1/+2
[next]