index
:
Doxygen.git
master
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
doxygen.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refactoring: cleanup unused qtools headers
Dimitri van Heesch
2021-01-22
1
-3/+0
*
Refactoring: modernize PlantumlManager
Dimitri van Heesch
2021-01-22
1
-1/+1
*
Refactoring: modernize Statistics & time keeping
Dimitri van Heesch
2021-01-22
1
-20/+13
*
Refactoring: modernize IndexList::m_intfs
Dimitri van Heesch
2021-01-22
1
-5/+5
*
Refactoring: remove unused function generateFileTree()
Dimitri van Heesch
2021-01-22
1
-1/+0
*
Refactoring: modernize g_usingDeclarations
Dimitri van Heesch
2021-01-22
1
-16/+5
*
Refactoring: replace QDict<void> by StringSet
Dimitri van Heesch
2021-01-22
1
-6/+6
*
Refactoring: replace g_compoundKeywordDict by g_compoundKeywords
Dimitri van Heesch
2021-01-22
1
-38/+10
*
Refactoring: replace StringDict by StringMap
Dimitri van Heesch
2021-01-22
1
-38/+31
*
Refactoring: modernize MemberList
Dimitri van Heesch
2021-01-22
1
-25/+11
*
Refactoring: modernize get/setTemplateBaseClassNames
Dimitri van Heesch
2021-01-22
1
-61/+36
*
Refactoring: modernize ClassDef::getTemplateInstances()
Dimitri van Heesch
2021-01-22
1
-18/+8
*
Refactoring: remove some dead/commented out code
Dimitri van Heesch
2021-01-22
1
-18/+1
*
Avoid writing artifically created classes to the tag file
Dimitri van Heesch
2021-01-13
1
-4/+1
*
Update doxygen copyright (year)
Release_1_9_1
Dimitri van Heesch
2021-01-08
1
-1/+1
*
Fix coverity dead-code warning
Dimitri van Heesch
2021-01-08
1
-1/+1
*
Various fixes based on coverity scan results
Dimitri van Heesch
2021-01-05
1
-142/+175
*
issue #8296: LaTeX Error: File ... not found (for caffee project)
Dimitri van Heesch
2021-01-05
1
-10/+2
*
issue #8300: File naming changed in Doxygen 1.9.0
Dimitri van Heesch
2021-01-04
1
-1/+12
*
Refactoring: moderize Doxygen::dirRelations
Dimitri van Heesch
2021-01-02
1
-2/+1
*
issue #8296: LaTeX Error: File ... not found.
Dimitri van Heesch
2021-01-02
1
-1/+12
*
issue #8295: segmentation fault
Dimitri van Heesch
2021-01-02
1
-5/+9
*
Refactoring: modernise Doxygen::clangUsrMap
Dimitri van Heesch
2021-01-01
1
-2/+2
*
Refactoring: remove unused Doxygen::htmlDirMap
Dimitri van Heesch
2021-01-01
1
-1/+0
*
Refactoring: replace Doxygen::directories by Doxygen::dirLinkedMap
Dimitri van Heesch
2021-01-01
1
-11/+7
*
Refactoring: remove unused Doxygen::entryDBFileName and Doxygen::objDBFileName
Dimitri van Heesch
2021-01-01
1
-24/+0
*
Refactoring: replace Doxygen::groupSDict by Doxygen::groupLinkedMap
Dimitri van Heesch
2020-12-31
1
-58/+38
*
Refactoring: replaced PageSDict by PageLinked*Map
Dimitri van Heesch
2020-12-31
1
-46/+33
*
Fix cases where classes inside inline namespaces could lead to crashes
Dimitri van Heesch
2020-12-31
1
-166/+201
*
Fix potential crash with inline namespace
Dimitri van Heesch
2020-12-30
1
-25/+29
*
Refactoring: replace Doxygen::memGrpInfoDict by Doxygen::memberGroupInfoMap
Dimitri van Heesch
2020-12-30
1
-7/+6
*
issue #8291: Doxygen crash on Windows when INLINE_SIMPLE_STRUCTS=YES
Dimitri van Heesch
2020-12-30
1
-4/+16
*
Refactoring: modernise member indices
Dimitri van Heesch
2020-12-30
1
-11/+8
*
Avoid "Internal inconsistency" warnings for scoped enums
Dimitri van Heesch
2020-12-26
1
-3/+7
*
When instantiating templates also instantiate nested classes
Dimitri van Heesch
2020-12-26
1
-9/+2
*
Improved sorting of class list/hierarchy
Dimitri van Heesch
2020-12-26
1
-3/+9
*
issue #8050: Artificial classDef confuses getCanonicalTypeForIdentifier() (pa...
Dimitri van Heesch
2020-12-25
1
-9/+34
*
Refactoring: Re-added sorting for namespaces
Dimitri van Heesch
2020-12-25
1
-0/+8
*
Refactoring: better processing of (un)quoted values for tags in the configura...
Dimitri van Heesch
2020-12-25
1
-1/+1
*
issue #8050: Artificial classDef confuses getCanonicalTypeForIdentifier()
Dimitri van Heesch
2020-12-24
1
-1/+6
*
issue #8274 List entries for file & namespace enums (part 2)
Dimitri van Heesch
2020-12-24
1
-3/+9
*
Regression: fixed 'no matching class member found for' warning in OpenMSX pro...
Dimitri van Heesch
2020-12-23
1
-2/+2
*
issue #8274: List entries for file & namespace enums
Dimitri van Heesch
2020-12-23
1
-76/+65
*
Refactoring: replace NamespaceSDict by NamespaceLinkedMap
Dimitri van Heesch
2020-12-23
1
-71/+56
*
issue #6471: Out-of-line documentation of scoped enums
Dimitri van Heesch
2020-12-22
1
-3/+76
*
Fixed more issues handling Java nested generic classes (part 2)
Dimitri van Heesch
2020-12-22
1
-2/+6
*
Fixed more issues handling Java nested generic classes
Dimitri van Heesch
2020-12-22
1
-2/+28
*
Refactoring: remove unused Doxygen::genericsSDict
Dimitri van Heesch
2020-12-22
1
-23/+2
*
Fixed scope resolution problem for nested Java generics
Dimitri van Heesch
2020-12-22
1
-8/+13
*
Regression: Fixed crash while processing the Kafka package.
Dimitri van Heesch
2020-12-20
1
-1/+0
[next]