summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | Protect mutable access to members in code generators with mutexesDimitri van Heesch2020-11-283-0/+22
|/ / / / /
* | | | | issue #697: Test 32 reference to bell signal (XHTML, LaTeX)Dimitri van Heesch2020-11-285-38/+142
|/ / / /
* | | | Merge pull request #8203 from albert-github/feature/bug_xhtml_searchDimitri van Heesch2020-11-281-10/+12
|\ \ \ \
| * | | | Default doxygen search mechanism doesn't work when using with XHTML outputalbert-github2020-11-251-10/+12
| | |/ / | |/| |
* | | | Issue #8206: Incorrect XHTML resultsDimitri van Heesch2020-11-2721-75/+140
|/ / /
* | | Merge pull request #8196 from albert-github/feature/bug_shown_filesDimitri van Heesch2020-11-241-1/+2
|\ \ \
| * | | Exclude markdown mapped documentation files from Files listalbert-github2020-11-231-1/+2
| | |/ | |/|
* | | Merge pull request #8198 from albert-github/feature/bug_dot_cleanupDimitri van Heesch2020-11-242-3/+8
|\ \ \
| * | | Making the use of DOT_CLEANUP more transparentalbert-github2020-11-232-3/+8
| |/ /
* | | Fixed potential crash when cleaning upDimitri van Heesch2020-11-242-7/+7
* | | issue #8184 Bad parsing of CMakeLists.txtalbert-github2020-11-241-2/+3
|/ /
* | issue #8070: C++: \var don't document enum class valuesDimitri van Heesch2020-11-223-9/+40
* | issue #8192: Excluded inline namespace broken after a5792da8Dimitri van Heesch2020-11-212-57/+85
* | issue #8192: Excluded inline namespace broken after a5792da8Dimitri van Heesch2020-11-211-2/+2
* | Merge pull request #8176 from albert-github/feature/issue_8169_2Dimitri van Heesch2020-11-201-1/+1
|\ \
| * | XHML: div tag not possible as part of a p tag.albert-github2020-11-161-1/+1
* | | Merge pull request #8187 from albert-github/feature/issue_8186Dimitri van Heesch2020-11-201-2/+2
|\ \ \
| * | | issue #8186 Path resolving breaks on included @ signalbert-github2020-11-191-2/+2
* | | | Refactoring: removing setVisited/isVisited membersDimitri van Heesch2020-11-207-136/+49
* | | | Silently ignoring unexpected characters in configurationalbert-github2020-11-181-1/+1
* | | | Silently ignoring unexpected characters in configurationalbert-github2020-11-181-1/+3
|/ / /
* | | issue #8177: Incorrect inheritance with forward declared templated classesDimitri van Heesch2020-11-171-14/+9
* | | Fixed issue in dotgfxhierarchytableDimitri van Heesch2020-11-161-1/+1
|/ /
* | Workaround for a compiler issue with gcc-5.4.0Dimitri van Heesch2020-11-151-2/+2
* | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2020-11-151-1/+3
|\ \
| * \ Merge pull request #8173 from albert-github/feature/bug_docu_qhgDimitri van Heesch2020-11-141-1/+3
| |\ \
| | * | Unclear description of QHG_LOCATIONalbert-github2020-11-121-1/+3
* | | | Refactoring: Modernise diagram.h/diagram.cppDimitri van Heesch2020-11-152-257/+256
* | | | Refactoring: remove isVisited/setVisited from indexDimitri van Heesch2020-11-153-55/+16
* | | | Refactoring: removed macros used for getting the value of settingsDimitri van Heesch2020-11-153-27/+15
* | | | Refactoring: move ClassDefSet to the classdef headerDimitri van Heesch2020-11-153-4/+5
* | | | Refactoring: remove isVisited/setVisited from contextDimitri van Heesch2020-11-152-95/+107
* | | | Refactoring: Modernise DotGfxHierarchyTableDimitri van Heesch2020-11-153-80/+55
|/ / /
* | | Merge pull request #8170 from albert-github/feature/issue_8169Dimitri van Heesch2020-11-141-1/+1
|\ \ \
| * | | issue @8169 "\emoji heavy_check_mark" produces ✓ instead of ✔️albert-github2020-11-111-1/+1
| |/ /
* | | Fix for crash when using members of a partially constructed objectDimitri van Heesch2020-11-145-10/+24
* | | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2020-11-132-1/+2
|\ \ \ | |/ /
| * | Merge pull request #8166 from albert-github/feature/bug_ftn_ignDimitri van Heesch2020-11-101-0/+1
| |\ \
| | * | Doxygen crashes on Fortranalbert-github2020-11-091-0/+1
| * | | Typo in namespacedef.halbert-github2020-11-101-1/+1
* | | | Refactoring: replacing dynamic_cast by static_cast to improve performanceDimitri van Heesch2020-11-1340-601/+1169
|/ / /
* | | Refactoring: Introduce immutable and mutable interfacesDimitri van Heesch2020-11-0936-1367/+1514
|/ /
* | Merge pull request #8128 from albert-github/feature/bug_configDimitri van Heesch2020-11-061-41/+61
|\ \
| * | Incorrect handling of string with spaces and no quotesalbert-github2020-10-251-1/+0
| * | Incorrect handling of string with spaces and no quotesalbert-github2020-10-251-40/+61
* | | Minor tweaksDimitri van Heesch2020-11-053-10/+6
* | | Merge branch 'Rel_1_8_20_DGA' of https://github.com/DGA45/doxygen into DGA45-...Dimitri van Heesch2020-11-052-2/+10
|\ \ \
| * | | Fix issue #7547DGA452020-10-301-0/+2
| * | | Merge remote-tracking branch 'origin/issue7556' into Rel_1_8_20_DGADGA452020-10-302-2/+8
| |\ \ \
| | * | | Fix #7556 ANSI-C anonymous (unnamed) struct/unions duplicated namesDGA452020-02-032-2/+8