summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | 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
* | Regression: fixed crash due to uninitialized pointer in dotgroupcollaboration...Dimitri van Heesch2021-01-281-14/+10
* | Merge pull request #8356 from DuyDang007/patch-1Dimitri van Heesch2021-01-281-2/+2
|\ \
| * | issue #8160 Use ^^ instead of \n in ALIASES ...DuyDang2021-01-261-2/+2
* | | Merge pull request #8359 from albert-github/feature/issue_8357Dimitri van Heesch2021-01-286-9/+10
|\ \ \
| * | | issue #8357 XML output does not include cross-references in code-fragmentsalbert-github2021-01-276-9/+10
| |/ /
* | | Extension during mapping not correctly replaced.albert-github2021-01-281-1/+1
|/ /
* | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2021-01-251-1/+1
|\ \
| * \ Merge pull request #8353 from albert-github/feature/bug_spel_htmlattribDimitri van Heesch2021-01-231-1/+1
| |\ \
| | * | Spelling correctionalbert-github2021-01-231-1/+1
* | | | Regression: fix incorrect warning regarding 'unable to resolve link'Dimitri van Heesch2021-01-251-1/+1
|/ / /
* | | Regression. Pages appeared in the wrong order in the menu barDimitri van Heesch2021-01-231-1/+1
* | | Regression: fixed potential crash in ftvhelp.cppDimitri van Heesch2021-01-231-2/+2
* | | Regression: fixed potential crash in docparser.cppDimitri van Heesch2021-01-231-1/+1
|/ /
* | Fix size_t related compiler errors & warnings for win64Dimitri van Heesch2021-01-228-57/+54
* | Refactoring: cleanup unused qtools headersDimitri van Heesch2021-01-2223-109/+70
* | Refactoring: template.cpp (part 4)Dimitri van Heesch2021-01-221-77/+47
* | Refactoring: template.cpp (part 3)Dimitri van Heesch2021-01-221-130/+108
* | Refactoring: template.cpp (part 2)Dimitri van Heesch2021-01-221-59/+64
* | Refactoring: template.cpp (part 1)Dimitri van Heesch2021-01-221-154/+115
* | Refactoring: modernized context.cppDimitri van Heesch2021-01-221-17/+16
* | Refactoring: fix for potentially uninitialized variablesDimitri van Heesch2021-01-221-6/+6
* | Refactoring: modernize vhdldocgenDimitri van Heesch2021-01-222-300/+244
* | Refactoring: modernize PlantumlManagerDimitri van Heesch2021-01-228-137/+79
* | Refactoring: modernize Statistics & time keepingDimitri van Heesch2021-01-225-46/+34
* | Refactoring: modernize FTVHelpDimitri van Heesch2021-01-222-77/+65
* | Refactoring: modernize condStackDimitri van Heesch2021-01-221-12/+13
* | Refactoring: modernize commentStackDimitri van Heesch2021-01-221-25/+30
* | Refactoring: modernize g_lexerStackDimitri van Heesch2021-01-221-13/+10
* | Refactoring: modernizing PerlModOutput::m_savedDimitri van Heesch2021-01-221-3/+4
* | Refactoring: replace QList<CommentInPrepass> by std::vectorDimitri van Heesch2021-01-221-153/+152
* | Refactoring: modernize LatexDocVisitor::m_tableStateStackDimitri van Heesch2021-01-222-58/+45
* | Refactoring: move Doc*Visitor::push/popEnabledDimitri van Heesch2021-01-2214-211/+82
* | Refactoring: modernize IndexList::m_intfsDimitri van Heesch2021-01-222-17/+19
* | Refactoring: remove unused function generateFileTree()Dimitri van Heesch2021-01-223-288/+0
* | Refactoring: modernize HtmlAttribListDimitri van Heesch2021-01-228-211/+136
* | Refactoring: modernize various dot graphsDimitri van Heesch2021-01-2212-216/+190