index
:
Doxygen.git
master
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
Merge pull request #8387 from albert-github/feature/bug_pagetitle
Dimitri van Heesch
2021-03-03
2
-1/+2
|
\
\
\
|
*
|
|
Strange HTML tab title in case of a page without title
albert-github
2021-02-16
2
-1/+2
*
|
|
|
Merge pull request #8348 from albert-github/feature/bug_clang_dependency
Dimitri van Heesch
2021-03-03
1
-3/+3
|
\
\
\
\
|
*
|
|
|
Missing CLANG dependency
albert-github
2021-01-20
1
-3/+3
*
|
|
|
|
Merge pull request #8405 from albert-github/feature/bug_spell_regex
Dimitri van Heesch
2021-03-03
2
-2/+2
|
\
\
\
\
\
|
*
|
|
|
|
Spelling correction
albert-github
2021-03-03
2
-2/+2
|
/
/
/
/
/
*
|
|
|
|
Refactoring: replaced std::regex with own much faster implementation
Dimitri van Heesch
2021-03-02
24
-347/+1374
*
|
|
|
|
Some performance tweaks + remove setting of global locale
Dimitri van Heesch
2021-02-22
17
-67/+63
*
|
|
|
|
Remove double call to wildcard2regex()
Dimitri van Heesch
2021-02-21
1
-1/+1
*
|
|
|
|
Merge branch 'master' of github.com:doxygen/doxygen
Dimitri van Heesch
2021-02-21
0
-0/+0
|
\
\
\
\
\
|
*
\
\
\
\
Merge pull request #8397 from albert-github/feature/bug_typo_util
Dimitri van Heesch
2021-02-21
1
-1/+1
|
|
\
\
\
\
\
|
|
*
|
|
|
|
Correction of typing error
albert-github
2021-02-21
1
-1/+1
|
|
/
/
/
/
/
*
|
|
|
|
|
Regression: specifying character ranges for FILE_PATTERNS didn't work
Dimitri van Heesch
2021-02-21
1
-54/+19
|
/
/
/
/
/
*
|
|
|
|
Added missing std:: namespace
Dimitri van Heesch
2021-02-20
1
-3/+3
*
|
|
|
|
Disable qregex.h and fix some warnings and issues
Dimitri van Heesch
2021-02-20
31
-92/+91
*
|
|
|
|
Refactoring: replace QRegExp by std::regex in doxyparse.cpp
Dimitri van Heesch
2021-02-20
1
-3/+2
*
|
|
|
|
Refactoring: replace QRegExp by std::regex in vhdldocgen.cpp
Dimitri van Heesch
2021-02-20
5
-117/+93
*
|
|
|
|
Refactoring: replace QRegExp by std::regex in vhdlcode.l
Dimitri van Heesch
2021-02-20
3
-15/+64
*
|
|
|
|
Refactoring: replace QRegExp by std::regex in vhdljjparser.cpp
Dimitri van Heesch
2021-02-20
1
-25/+49
*
|
|
|
|
Refactoring: replace QRegExp by std::regex in memberdef.cpp
Dimitri van Heesch
2021-02-20
1
-89/+60
*
|
|
|
|
Refactoring: replace QRegExp by std::regex in doxygen.cpp
Dimitri van Heesch
2021-02-20
1
-91/+81
*
|
|
|
|
Refactoring: remove QRegExp in searchindex.cpp
Dimitri van Heesch
2021-02-20
1
-3/+8
*
|
|
|
|
Refactoring: replace QRegExp by std::regex in scanner.l
Dimitri van Heesch
2021-02-20
1
-17/+22
*
|
|
|
|
Refactoring: replace QRegExp by std::regex in rtfstyle.cpp
Dimitri van Heesch
2021-02-20
4
-125/+94
*
|
|
|
|
Refactoring: replace QRegExp by std::regex in groupdef.cpp
Dimitri van Heesch
2021-02-20
1
-6/+9
*
|
|
|
|
Refactoring: make better use of capture groups
Dimitri van Heesch
2021-02-20
3
-16/+15
*
|
|
|
|
Refactoring: replace QRegExp by std::regex in markdown.cpp
Dimitri van Heesch
2021-02-20
1
-10/+10
*
|
|
|
|
Refactoring: replace QRegExp by std::regex in doctokenizer.l
Dimitri van Heesch
2021-02-20
1
-21/+27
*
|
|
|
|
Refactoring: replace QRegExp by std::regex in htmlhelp.cpp
Dimitri van Heesch
2021-02-20
1
-5/+7
*
|
|
|
|
Refactoring: replace QRegExp by std::regex in docparser.cpp
Dimitri van Heesch
2021-02-20
5
-15/+13
*
|
|
|
|
Refactoring: replace QRegExp by std::regex in fortranscanner.l
Dimitri van Heesch
2021-02-20
1
-2/+2
*
|
|
|
|
Refactoring: replace QRegExp by std::regex in configimpl.l
Dimitri van Heesch
2021-02-20
1
-23/+29
*
|
|
|
|
Refactoring: replace QRegExp by std::regex in pre.l
Dimitri van Heesch
2021-02-20
2
-108/+75
*
|
|
|
|
Refactoring: replace QRegExp by std::regex in template.cpp
Dimitri van Heesch
2021-02-20
1
-17/+19
*
|
|
|
|
Refactoring: reduce code duplication by using writeMarkerList function
Dimitri van Heesch
2021-02-20
5
-273/+237
*
|
|
|
|
Refactoring: replace QRegExp by std::regex in definition.cpp
Dimitri van Heesch
2021-02-20
1
-130/+133
*
|
|
|
|
Refactoring: replace QRegExp by std::regex in classdef.cpp
Dimitri van Heesch
2021-02-20
1
-22/+34
*
|
|
|
|
Refactoring: replace QRegExp by std::regex in util.cpp
Dimitri van Heesch
2021-02-20
12
-368/+492
*
|
|
|
|
Improve handling of @param command without name or description
Dimitri van Heesch
2021-02-20
2
-6/+9
|
|
_
|
/
/
|
/
|
|
|
*
|
|
|
Merge pull request #8351 from albert-github/feature/bug_cs_summary
Dimitri van Heesch
2021-02-17
1
-2/+0
|
\
\
\
\
|
*
|
|
|
Wrong place in comment scanner of end summary tag
albert-github
2021-01-22
1
-2/+0
|
|
/
/
/
*
|
|
|
Merge pull request #8363 from albert-github/feature/issue_8362
Dimitri van Heesch
2021-02-17
1
-2/+22
|
\
\
\
\
|
*
|
|
|
issue_8362 Text of image repeated 4 times
albert-github
2021-01-29
1
-2/+22
*
|
|
|
|
Merge pull request #8365 from albert-github/feature/bug_ext_version
Dimitri van Heesch
2021-02-17
2
-4/+58
|
\
\
\
\
\
|
*
|
|
|
|
Extended doxygen version information
albert-github
2021-01-31
2
-4/+58
|
|
/
/
/
/
*
|
|
|
|
Merge pull request #8382 from arwedus/feature/config-warn-if-incomplete-doc
Dimitri van Heesch
2021-02-17
4
-10/+30
|
\
\
\
\
\
|
*
|
|
|
|
fix typo in config.xml
arwedus
2021-02-13
1
-1/+1
|
*
|
|
|
|
add config option WARN_IF_INCOMPLETE_DOC
James Wilcox
2021-02-13
4
-10/+30
|
|
|
_
|
/
/
|
|
/
|
|
|
*
|
|
|
|
Merge pull request #8386 from albert-github/feature/bug_preprocessornolineno_2
Dimitri van Heesch
2021-02-17
4
-4/+11
|
\
\
\
\
\
|
*
|
|
|
|
Update preprocessing.doc
Dimitri van Heesch
2021-02-16
1
-1/+1
[prev]
[next]