summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | Renamed CLANG_INCLUDE_INPUT_PATHS to CLANG_ADD_INC_PATHSDimitri van Heesch2021-01-012-3/+3
* | Refactoring: modernise Doxygen::clangUsrMapDimitri van Heesch2021-01-016-27/+31
* | Refactoring: remove unused Doxygen::htmlDirMapDimitri van Heesch2021-01-013-43/+2
* | Refactoring: replace Doxygen::directories by Doxygen::dirLinkedMapDimitri van Heesch2021-01-0113-123/+100
* | Refactoring: remove unused Doxygen::entryDBFileName and Doxygen::objDBFileNameDimitri van Heesch2021-01-014-31/+0
* | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2020-12-311-2/+2
|\ \
| * \ Merge pull request #8287 from albert-github/feature/issue_8286Dimitri van Heesch2020-12-311-2/+2
| |\ \
| | * | issue #8286 Incorrect processing of VHDL stringsalbert-github2020-12-291-2/+2
* | | | Refactoring: replace Doxygen::groupSDict by Doxygen::groupLinkedMapDimitri van Heesch2020-12-3125-403/+226
* | | | Refactoring: replaced PageSDict by PageLinked*MapDimitri van Heesch2020-12-3120-332/+225
|/ / /
* | | Fix cases where classes inside inline namespaces could lead to crashesDimitri van Heesch2020-12-312-190/+231
* | | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2020-12-313-12/+46
|\ \ \
| * \ \ Merge pull request #8289 from brycelelbach/clang-include-input-pathsDimitri van Heesch2020-12-312-12/+25
| |\ \ \
| | * | | Add a CLANG_INCLUDE_INPUT_PATHS option which can be used to control whetherBryce Adelstein Lelbach aka wash2020-12-312-12/+25
| * | | | Merge pull request #8285 from albert-github/feature/bug_doxyw_docuDimitri van Heesch2020-12-311-0/+21
| |\ \ \ \
| | * | | | Layout in doxywizard documentationalbert-github2020-12-291-0/+21
| | | |/ / | | |/| |
* | | | | Refactoring: replace QMap by std::map in vhdldocgenDimitri van Heesch2020-12-311-36/+34
|/ / / /
* | | | Fix potential crash with inline namespaceDimitri van Heesch2020-12-301-25/+29
* | | | Refactoring: remove SIntDict and SIntList (no longer used)Dimitri van Heesch2020-12-301-336/+26
* | | | Refactoring: change MemberGroupSDict to MemberGroupListDimitri van Heesch2020-12-3020-488/+262
* | | | Refactoring: replace Doxygen::memGrpInfoDict by Doxygen::memberGroupInfoMapDimitri van Heesch2020-12-305-40/+47
* | | | Refactoring: modernise MemberGroupListDimitri van Heesch2020-12-307-197/+99
* | | | Fix size_t->int related compiler warnings on Windows 64bitDimitri van Heesch2020-12-301-4/+4
* | | | Merge branch 'dhebbeker-feature/replace_QDict_by_std-container_for_m_usedDirs'Dimitri van Heesch2020-12-303-82/+103
|\ \ \ \
| * | | | Replaced UsedDirsContainer with UsedDirLinkedMapDimitri van Heesch2020-12-303-84/+102
| * | | | Merge branch 'feature/replace_QDict_by_std-container_for_m_usedDirs' of https...Dimitri van Heesch2020-12-303-20/+23
| |\ \ \ \ |/ / / / /
| * | | | Substitute `QDict<UsedDir>` with `std::map<QCString, UsedDir * >`.David Hebbeker2020-12-293-20/+23
| |/ / /
* | | | Merge pull request #8288 from albert-github/feature/issue_8286_2Dimitri van Heesch2020-12-301-0/+10
|\ \ \ \
| * | | | issue #8286 Incorrect processing of VHDL stringsalbert-github2020-12-291-0/+10
| |/ / /
* | | | Merge pull request #8284 from albert-github/feature/issue_8282Dimitri van Heesch2020-12-303-31/+41
|\ \ \ \
| * | | | issue #8282 Error on ALIAS declaration without quotesalbert-github2020-12-293-31/+41
| |/ / /
* | | | issue #8291: Doxygen crash on Windows when INLINE_SIMPLE_STRUCTS=YESDimitri van Heesch2020-12-301-4/+16
* | | | Refactoring: modernise member indicesDimitri van Heesch2020-12-304-297/+163
| |/ / |/| |
* | | Merge branch 'searchindex'Dimitri van Heesch2020-12-295-470/+391
|\ \ \ | |/ / |/| |
| * | Refactoring: Modernise client side part of searchindexDimitri van Heesch2020-12-295-470/+391
* | | Merge pull request #8279 from dhebbeker/feature/archive-build-artifactsDimitri van Heesch2020-12-281-0/+6
|\ \ \ | |/ / |/| |
| * | Change path to build artifacts.David Hebbeker2020-12-271-1/+1
| * | Revert "Add debug output."David Hebbeker2020-12-271-5/+0
| * | Add debug output.David Hebbeker2020-12-271-0/+5
| * | Add action to archive build artifacts.David Hebbeker2020-12-271-0/+6
* | | Bump version to 1.9.1Dimitri van Heesch2020-12-271-1/+1
* | | Added changelog for 1.9.0Release_1_9_0Dimitri van Heesch2020-12-271-0/+270
* | | Workaround for older versions of QtDimitri van Heesch2020-12-271-3/+4
|/ /
* | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2020-12-261-2/+1
|\ \
| * \ Merge pull request #8277 from albert-github/feature/bug_cnt_md_endcodeDimitri van Heesch2020-12-261-2/+1
| |\ \
| | * | Miscounting lines in case a fenced code blockalbert-github2020-12-261-2/+1
| |/ /
* | | Avoid "Internal inconsistency" warnings for scoped enumsDimitri van Heesch2020-12-261-3/+7
|/ /
* | When instantiating templates also instantiate nested classesDimitri van Heesch2020-12-263-26/+47
* | Improved sorting of class list/hierarchyDimitri van Heesch2020-12-261-3/+9
* | Fixed problem expanding/collapsing search results when using XHTML (part 2)Dimitri van Heesch2020-12-252-3/+3