summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* issue #8093 Some URLs in fresh/updated Doxyfile are split over two linesalbert-github2020-10-131-1/+1
* Merge pull request #8092 from albert-github/feature/bug_transl_sliceDimitri van Heesch2020-10-1226-6/+119
|\
| * Translation function trCompoundListDescription no entry for SLICEalbert-github2020-10-1226-6/+119
* | Merge pull request #8079 from albert-github/feature/issue_8078Dimitri van Heesch2020-10-121-1/+1
|\ \
| * | issue #8078 Warning and extra text when using Markdown as mainpagealbert-github2020-10-061-1/+1
* | | Merge pull request #8086 from albert-github/feature/bug_latex_footerDimitri van Heesch2020-10-123-26/+41
|\ \ \
| * | | Missing footer on first page of each chapter in LaTeXalbert-github2020-10-093-26/+41
* | | | Merge pull request #8088 from albert-github/feature/bug_md_pg_atxDimitri van Heesch2020-10-121-0/+1
|\ \ \ \
| * | | | Miscounting of lines in respect to page command (ATX header)albert-github2020-10-101-0/+1
* | | | | Refactoring: Modernize BaseClassListDimitri van Heesch2020-10-1218-916/+717
* | | | | Fix type conversion warnings in searchindex.cppDimitri van Heesch2020-10-121-5/+5
| |_|_|/ |/| | |
* | | | Refactoring: Remove use of globals/statics in isAccessibleFrom*Dimitri van Heesch2020-10-114-114/+114
* | | | Merge pull request #8089 from albert-github/feature/bug_spellDimitri van Heesch2020-10-112-2/+2
|\ \ \ \
| * | | | Spelling erroralbert-github2020-10-111-1/+1
| * | | | Spelling erroralbert-github2020-10-101-1/+1
|/ / / /
* | | | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2020-10-1018-67/+165
|\ \ \ \ | |/ / /
| * | | Merge pull request #8087 from albert-github/feature.bug_doxyw_class_grapg_consitDimitri van Heesch2020-10-101-1/+1
| |\ \ \
| | * | | Consistency for use class graphs / class diagramsalbert-github2020-10-101-1/+1
| | |/ /
| * | | Merge pull request #8085 from albert-github/feature/bug_doxyw_sliceDimitri van Heesch2020-10-101-33/+54
| |\ \ \ | | |/ / | |/| |
| | * | Optimization for Slice missing in doxywizard Wizard-Mode pagealbert-github2020-10-081-33/+54
| * | | Merge pull request #8082 from albert-github/feature/bug_doxyw_docbookDimitri van Heesch2020-10-082-1/+14
| |\ \ \
| | * | | Docbook missing in doxywizard Wizard-Output pagealbert-github2020-10-082-1/+14
| | |/ /
| * | | Merge pull request #8081 from albert-github/feature/bug_doxyw_optDimitri van Heesch2020-10-082-0/+10
| |\ \ \
| | * | | Adding possibility to add command line options when running doxygen from doxy...albert-github2020-10-071-1/+1
| | * | | Adding possibility to add command line options when running doxygen from doxy...albert-github2020-10-072-0/+10
| * | | | Merge pull request #8084 from albert-github/feature/bug_md_verb_cntDimitri van Heesch2020-10-081-1/+2
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | Incorrect counting of markdown verbatim blockalbert-github2020-10-081-1/+2
| |/ / /
| * | | Merge pull request #8080 from albert-github/feature/bug_warn_doctokDimitri van Heesch2020-10-081-1/+1
| |\ \ \ | | |/ / | |/| |
| | * | Warnings during compilation of doctokinizeralbert-github2020-10-071-1/+1
| |/ /
| * | Merge pull request #8076 from albert-github/feature/bug_doxyw_condDimitri van Heesch2020-10-0613-17/+65
| |\ \
| | * | Create possibility to show in doxywizard "condensed" settingsalbert-github2020-10-0613-17/+65
| | |/
| * | Merge pull request #8077 from albert-github/feature/bug_doxyw_settingDimitri van Heesch2020-10-061-4/+8
| |\ \
| | * | Doxywizard expert page without settingsalbert-github2020-10-061-4/+8
| | |/
| * | Merge pull request #8075 from albert-github/feature/bug_doxyw_cmakeDimitri van Heesch2020-10-061-9/+10
| |\ \ | | |/ | |/|
| | * Missing dependency for CMake buildalbert-github2020-10-061-9/+10
| |/
* | Refactoring: Introduce ScopedTypeVariantDimitri van Heesch2020-10-103-437/+463
|/
* Merge branch 'albert-github-feature/bug_doctok_cnt'Dimitri van Heesch2020-10-053-238/+302
|\
| * Minor tweaksDimitri van Heesch2020-10-051-60/+47
| * Merge branch 'feature/bug_doctok_cnt' of https://github.com/albert-github/dox...Dimitri van Heesch2020-10-053-238/+315
| |\ |/ /
| * Miscounting lines in doctokinizeralbert-github2020-09-203-238/+315
* | Updated minimum MacOS requirements to version 10.14Dimitri van Heesch2020-10-051-1/+1
* | added support for mingw PRETTY_FUNC (#8059)ArmandZampieri2020-10-051-1/+1
* | Merge branch 'albert-github-feature/bug_md_pg_cnt'Dimitri van Heesch2020-10-0411-58/+75
|\ \
| * | Reworked changes a bitDimitri van Heesch2020-10-0410-64/+52
| * | Merge branch 'feature/bug_md_pg_cnt' of https://github.com/albert-github/doxy...Dimitri van Heesch2020-10-0314-61/+90
| |\ \
| | * | Miscounting of lines in respect to page commandalbert-github2020-09-241-3/+6
| | * | Miscounting of lines in respect to page commandalbert-github2020-09-2414-62/+88
* | | | Merge pull request #8074 from albert-github/feature/bug_RCSDimitri van Heesch2020-10-041-1/+2
|\ \ \ \
| * | | | Incorrect recognition as RCS tagalbert-github2020-10-041-1/+2
|/ / / /
* | | | Flush warnings file (#8069)albert-github2020-10-033-0/+18