summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Refactoring: replace QRegExp by std::regex in vhdldocgen.cppDimitri van Heesch2021-02-205-117/+93
| * | | | Refactoring: replace QRegExp by std::regex in vhdlcode.lDimitri van Heesch2021-02-203-15/+64
| * | | | Refactoring: replace QRegExp by std::regex in vhdljjparser.cppDimitri van Heesch2021-02-201-25/+49
| * | | | Refactoring: replace QRegExp by std::regex in memberdef.cppDimitri van Heesch2021-02-201-89/+60
| * | | | Refactoring: replace QRegExp by std::regex in doxygen.cppDimitri van Heesch2021-02-201-91/+81
| * | | | Refactoring: remove QRegExp in searchindex.cppDimitri van Heesch2021-02-201-3/+8
| * | | | Refactoring: replace QRegExp by std::regex in scanner.lDimitri van Heesch2021-02-201-17/+22
| * | | | Refactoring: replace QRegExp by std::regex in rtfstyle.cppDimitri van Heesch2021-02-204-125/+94
| * | | | Refactoring: replace QRegExp by std::regex in groupdef.cppDimitri van Heesch2021-02-201-6/+9
| * | | | Refactoring: make better use of capture groupsDimitri van Heesch2021-02-203-16/+15
| * | | | Refactoring: replace QRegExp by std::regex in markdown.cppDimitri van Heesch2021-02-201-10/+10
| * | | | Refactoring: replace QRegExp by std::regex in doctokenizer.lDimitri van Heesch2021-02-201-21/+27
| * | | | Refactoring: replace QRegExp by std::regex in htmlhelp.cppDimitri van Heesch2021-02-201-5/+7
| * | | | Refactoring: replace QRegExp by std::regex in docparser.cppDimitri van Heesch2021-02-205-15/+13
| * | | | Refactoring: replace QRegExp by std::regex in fortranscanner.lDimitri van Heesch2021-02-201-2/+2
| * | | | Refactoring: replace QRegExp by std::regex in configimpl.lDimitri van Heesch2021-02-201-23/+29
| * | | | Refactoring: replace QRegExp by std::regex in pre.lDimitri van Heesch2021-02-202-108/+75
| * | | | Refactoring: replace QRegExp by std::regex in template.cppDimitri van Heesch2021-02-201-17/+19
| * | | | Refactoring: reduce code duplication by using writeMarkerList functionDimitri van Heesch2021-02-205-273/+237
| * | | | Refactoring: replace QRegExp by std::regex in definition.cppDimitri van Heesch2021-02-201-130/+133
| * | | | Refactoring: replace QRegExp by std::regex in classdef.cppDimitri van Heesch2021-02-201-22/+34
| * | | | Refactoring: replace QRegExp by std::regex in util.cppDimitri van Heesch2021-02-2011-368/+486
| * | | | Improve handling of @param command without name or descriptionDimitri van Heesch2021-02-202-6/+9
| | |_|/ | |/| |
| * | | Merge pull request #8351 from albert-github/feature/bug_cs_summaryDimitri van Heesch2021-02-171-2/+0
| |\ \ \
| | * | | Wrong place in comment scanner of end summary tagalbert-github2021-01-221-2/+0
| | |/ /
| * | | Merge pull request #8363 from albert-github/feature/issue_8362Dimitri van Heesch2021-02-171-2/+22
| |\ \ \
| | * | | issue_8362 Text of image repeated 4 timesalbert-github2021-01-291-2/+22
| * | | | Merge pull request #8365 from albert-github/feature/bug_ext_versionDimitri van Heesch2021-02-171-3/+56
| |\ \ \ \
| | * | | | Extended doxygen version informationalbert-github2021-01-311-3/+56
| | |/ / /
| * | | | Merge pull request #8382 from arwedus/feature/config-warn-if-incomplete-docDimitri van Heesch2021-02-174-10/+30
| |\ \ \ \
| | * | | | fix typo in config.xmlarwedus2021-02-131-1/+1
| | * | | | add config option WARN_IF_INCOMPLETE_DOCJames Wilcox2021-02-134-10/+30
| | | |_|/ | | |/| |
| * | | | Get preprocessor output without line numbersalbert-github2021-02-163-4/+7
| |/ / /
| * | | Merge pull request #8376 from whatacold/fix-using-namespace-callgraphDimitri van Heesch2021-02-121-101/+99
| |\ \ \
| | * | | code.l: replace printf with DBG_CTX for easily toggling it.Guangwang Huang2021-02-091-97/+97
| | * | | issue #8011: No callgraph if having more than one 'using namespace's.Guangwang Huang2021-02-091-4/+2
* | | | | Adding support for lex filesalbert-github2021-02-1814-270/+397
* | | | | Adding support for lex filesalbert-github2021-02-1217-142/+2453
|/ / / /
* | | | issue #7772: Regression - Class list missing in Group page [1.8.16 -> 1.8.17]Dimitri van Heesch2021-02-091-3/+4
|/ / /
* | | Regression: invalid LaTeX output for file indexDimitri van Heesch2021-02-081-2/+4
* | | Merge branch 'refactor_constexp'Dimitri van Heesch2021-02-068-92/+77
|\ \ \
| * | | Refactoring: replace QCString with std::string in constexpDimitri van Heesch2021-02-068-92/+77
* | | | Fixed missing include for util.cpp when building for WindowsDimitri van Heesch2021-02-061-0/+1
|/ / /
* | | Refactoring: replace/remove the use of QDateTimeDimitri van Heesch2021-02-061-28/+23
* | | Refactoring: Move xml parser to a separate directoryDimitri van Heesch2021-02-065-564/+7
* | | Refactoring: qtools cleanup + remove QDateTime use from rtfgen.cppDimitri van Heesch2021-02-053-6/+9
* | | Fixed a couple of issues found by running CoverityDimitri van Heesch2021-02-054-6/+9
* | | issue #8370: Doxygen 1.9.1 confused by C++ using/typedef declarationDimitri van Heesch2021-02-051-4/+2
* | | issue #8371: @defgroup contained in the markdown mainpage.md are not includin...Dimitri van Heesch2021-02-042-3/+3
|/ /
* | Regression: Fixed compilation issue in sqlite3gen after merging PR #8359Dimitri van Heesch2021-01-281-1/+1