index
:
Doxygen.git
master
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
11
-368/+486
*
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
1
-3/+56
|
\
\
\
|
*
|
|
Extended doxygen version information
albert-github
2021-01-31
1
-3/+56
|
|
/
/
*
|
|
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
*
|
|
|
Get preprocessor output without line numbers
albert-github
2021-02-16
3
-4/+7
|
/
/
/
*
|
|
Merge pull request #8376 from whatacold/fix-using-namespace-callgraph
Dimitri van Heesch
2021-02-12
1
-101/+99
|
\
\
\
|
*
|
|
code.l: replace printf with DBG_CTX for easily toggling it.
Guangwang Huang
2021-02-09
1
-97/+97
|
*
|
|
issue #8011: No callgraph if having more than one 'using namespace's.
Guangwang Huang
2021-02-09
1
-4/+2
*
|
|
|
issue #7772: Regression - Class list missing in Group page [1.8.16 -> 1.8.17]
Dimitri van Heesch
2021-02-09
1
-3/+4
|
/
/
/
*
|
|
Regression: invalid LaTeX output for file index
Dimitri van Heesch
2021-02-08
1
-2/+4
*
|
|
Merge branch 'refactor_constexp'
Dimitri van Heesch
2021-02-06
8
-92/+77
|
\
\
\
|
*
|
|
Refactoring: replace QCString with std::string in constexp
Dimitri van Heesch
2021-02-06
8
-92/+77
*
|
|
|
Fixed missing include for util.cpp when building for Windows
Dimitri van Heesch
2021-02-06
1
-0/+1
|
/
/
/
*
|
|
Refactoring: replace/remove the use of QDateTime
Dimitri van Heesch
2021-02-06
1
-28/+23
*
|
|
Refactoring: Move xml parser to a separate directory
Dimitri van Heesch
2021-02-06
5
-564/+7
*
|
|
Refactoring: qtools cleanup + remove QDateTime use from rtfgen.cpp
Dimitri van Heesch
2021-02-05
3
-6/+9
*
|
|
Fixed a couple of issues found by running Coverity
Dimitri van Heesch
2021-02-05
4
-6/+9
*
|
|
issue #8370: Doxygen 1.9.1 confused by C++ using/typedef declaration
Dimitri van Heesch
2021-02-05
1
-4/+2
*
|
|
issue #8371: @defgroup contained in the markdown mainpage.md are not includin...
Dimitri van Heesch
2021-02-04
2
-3/+3
|
/
/
*
|
Regression: Fixed compilation issue in sqlite3gen after merging PR #8359
Dimitri van Heesch
2021-01-28
1
-1/+1
*
|
Regression: fixed crash due to uninitialized pointer in dotgroupcollaboration...
Dimitri van Heesch
2021-01-28
1
-14/+10
*
|
Merge pull request #8356 from DuyDang007/patch-1
Dimitri van Heesch
2021-01-28
1
-2/+2
|
\
\
[next]