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: replace QMIN/QMAX by std::min/std::max
Dimitri van Heesch
2021-03-26
1
-2/+2
*
issue #8375 Lowercase search does not find non-ASCII uppercase pages and vice...
Dimitri van Heesch
2021-03-24
1
-1/+1
*
Refactoring: replace QGString by std::ostringstream
Dimitri van Heesch
2021-03-23
1
-6/+10
*
Refactoring: replace QFile/FTextStream with fstream/stringstream
Dimitri van Heesch
2021-03-18
1
-59/+24
*
Refactoring: Replaced QDir with Dir
Dimitri van Heesch
2021-03-18
1
-115/+94
*
Refactoring: Replaced QFileInfo with FileInfo
Dimitri van Heesch
2021-03-18
1
-41/+40
*
Refactoring: some cleanup and removed text direction logic
Dimitri van Heesch
2021-03-04
1
-6/+4
*
Refactoring: replace QTextStream by ifstream
Dimitri van Heesch
2021-03-03
1
-1/+0
*
Merge branch 'master' into feature/bug_lex
Dimitri van Heesch
2021-03-03
1
-101/+146
|
\
|
*
Merge pull request #8387 from albert-github/feature/bug_pagetitle
Dimitri van Heesch
2021-03-03
1
-0/+1
|
|
\
|
|
*
Strange HTML tab title in case of a page without title
albert-github
2021-02-16
1
-0/+1
|
*
|
Refactoring: replaced std::regex with own much faster implementation
Dimitri van Heesch
2021-03-02
1
-22/+22
|
*
|
Some performance tweaks + remove setting of global locale
Dimitri van Heesch
2021-02-22
1
-9/+8
|
*
|
Disable qregex.h and fix some warnings and issues
Dimitri van Heesch
2021-02-20
1
-1/+1
|
*
|
Refactoring: replace QRegExp by std::regex in doxygen.cpp
Dimitri van Heesch
2021-02-20
1
-91/+81
|
*
|
Refactoring: replace QRegExp by std::regex in util.cpp
Dimitri van Heesch
2021-02-20
1
-7/+9
|
*
|
Extended doxygen version information
albert-github
2021-01-31
1
-3/+56
|
|
/
*
|
Adding support for lex files
albert-github
2021-02-12
1
-0/+4
|
/
*
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
[next]