summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Changed ArgumentList to be an STL containerDimitri van Heesch2019-10-2735-2271/+1459
* Merge pull request #7292 from albert-github/feature/bug_warn_aliasDimitri van Heesch2019-10-141-1/+1
|\
| * Incorrect warning for ALIASESalbert-github2019-10-051-1/+1
* | Merge pull request #7312 from albert-github/feature/bug_quote_warnDimitri van Heesch2019-10-141-0/+2
|\ \
| * | Properly close quotes in warningalbert-github2019-10-101-0/+2
* | | Merge pull request #7318 from albert-github/feature/bug_html_p_tagDimitri van Heesch2019-10-141-3/+4
|\ \ \
| * | | Warning when using empty HTML tagalbert-github2019-10-141-3/+4
| * | | Warning when using empty p HTML tagalbert-github2019-10-121-1/+1
| |/ /
* | | Merge pull request #7311 from albert-github/feature/issue_cgal_2095_pull_cgal...Dimitri van Heesch2019-10-141-1/+1
|\ \ \
| * | | Also span entire line in case of a memTemplItemRightalbert-github2019-10-101-1/+1
| |/ /
* | | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2019-10-1317-31/+68
|\ \ \ | |/ /
| * | Merge pull request #7297 from albert-github/feature/bug_572798Dimitri van Heesch2019-10-091-1/+1
| |\ \
| | * | Bug 570798 - \\\< does not work for php constantsalbert-github2019-10-061-1/+1
| | |/
| * | Merge pull request #7303 from albert-github/feature/issue_7302Dimitri van Heesch2019-10-091-0/+15
| |\ \
| | * | issue 7302: Parsing of template args in single-quotes is incorrect.albert-github2019-10-081-0/+15
| * | | Merge pull request #7283 from luzpaz/typosDimitri van Heesch2019-10-0913-26/+26
| |\ \ \
| | * | | Fix typosluz.paz2019-09-2813-26/+26
| | | |/ | | |/|
| * | | Merge pull request #7291 from albert-github/feature/issue_7285Dimitri van Heesch2019-10-091-1/+1
| |\ \ \
| | * | | issue #7285 git executable requiredalbert-github2019-10-021-1/+1
| | |/ /
| * | | Merge pull request #7305 from albert-github/feature/bug_psDimitri van Heesch2019-10-093-3/+25
| |\ \ \ | | |_|/ | |/| |
| | * | Problem with round brackets in PS outputalbert-github2019-10-093-3/+25
| |/ /
* | | Fix lifetime issue for Entry objects.Dimitri van Heesch2019-10-133-12/+32
|/ /
* | Merge branch 'std'Dimitri van Heesch2019-10-0729-1114/+1021
|\ \ | |/ |/|
| * Use smartpointers to manage the lifetime of Entry objectsDimitri van Heesch2019-10-0729-1114/+1021
* | Merge pull request #7282 from albert-github/feature/issue_7274Dimitri van Heesch2019-09-281-1/+1
|\ \ | |/ |/|
| * issue #7274 Subpages no longer possible under mainpagealbert-github2019-09-271-1/+1
|/
* issue #7277: C++ - Crash using all system memory on using parent constructor ...Dimitri van Heesch2019-09-261-2/+2
* issue #7265: Double quote character in C++ raw string literal causes Doxygen ...Dimitri van Heesch2019-09-242-0/+36
* Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2019-09-241-1/+1
|\
| * Merge pull request #7276 from albert-github/feature/bug_html_attribDimitri van Heesch2019-09-241-1/+1
| |\
| | * HTML attribute namealbert-github2019-09-231-1/+1
* | | Merge branch 'albert-github-fetaure/bug_340202'Dimitri van Heesch2019-09-241-4/+18
|\ \ \ | |/ / |/| |
| * | Avoid code duplication and make the keyword matching more robustDimitri van Heesch2019-09-241-9/+11
| * | Merge branch 'fetaure/bug_340202' of https://github.com/albert-github/doxygen...Dimitri van Heesch2019-09-241-1/+13
| |\ \ |/ / /
| * | Bug 340202 - @code: static_cast, const_cast, etc C++ keywordsalbert-github2019-09-231-1/+13
| |/
* | Minor code cleanup for layout filesDimitri van Heesch2019-09-243-10/+6
|/
* Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2019-09-210-0/+0
|\
| * Merge pull request #7272 from albert-github/feature/issue_7271Dimitri van Heesch2019-09-211-1/+1
| |\
* | | Reduce the use of QString in favor of the more efficient QCStringDimitri van Heesch2019-09-2134-384/+388
| |/ |/|
* | issue #7271 Tilde in preprocessor macro disappears in latexalbert-github2019-09-191-1/+1
|/
* Merge pull request #7260 from albert-github/feature/bug_xref_pageDimitri van Heesch2019-09-174-2/+6
|\
| * Warning with xrefitem from documentationalbert-github2019-09-134-2/+6
* | Merge pull request #7263 from albert-github/feature/issue_7262Dimitri van Heesch2019-09-171-1/+2
|\ \
| * | issue #7262 ALIASES not found when filename has more than one dotalbert-github2019-09-151-1/+2
| |/
* | Merge pull request #7269 from albert-github/feature/issue_7268Dimitri van Heesch2019-09-172-2/+3
|\ \
| * | issue #7268 Unable to build "master" branchalbert-github2019-09-172-2/+3
|/ /
* | Merge branch 'albert-github-feature/bug_html_comment'Dimitri van Heesch2019-09-161-3/+3
|\ \
| * | Generalized the HTML comment detection and handlingDimitri van Heesch2019-09-161-8/+3
| * | Merge branch 'feature/bug_html_comment' of https://github.com/albert-github/d...Dimitri van Heesch2019-09-161-1/+6
| |\ \ |/ / /
| * | HTML start comment with 3 dashesalbert-github2019-09-051-1/+6