summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* | | Merge pull request #7264 from albert-github/feature/bug_164073Dimitri van Heesch2019-09-162-0/+24
|\ \ \
| * | | Bug 164073 - There should be a dummy tag that Doxygen ignoresalbert-github2019-09-152-0/+24
| | |/ | |/|
* | | Merge pull request #7266 from luzpaz/typosDimitri van Heesch2019-09-1618-22/+22
|\ \ \
| * | | Fix some typos luz.paz2019-09-1618-22/+22
| |/ /
* | | Merge pull request #7267 from luzpaz/fix-api-typoDimitri van Heesch2019-09-161-1/+1
|\ \ \
| * | | Fix typo in sourceluz.paz2019-09-161-1/+1
| |/ /
* | | Merge branch 'albert-github-feature/bug_consistency_state_2'Dimitri van Heesch2019-09-1624-86/+195
|\ \ \ | |/ / |/| |
| * | Simplified code generated by scan_states.pyDimitri van Heesch2019-09-161-12/+8
| * | Merge branch 'feature/bug_consistency_state_2' of https://github.com/albert-g...Dimitri van Heesch2019-09-1224-86/+199
| |\ \ |/ / /
| * | Consistent way to show scanner statealbert-github2019-09-0524-86/+199
| |/
* | Merge pull request #7251 from albert-github/feature/bug_674005Dimitri van Heesch2019-09-121-2/+16
|\ \
| * | Bug 674005 - Crop png formula environnment problem for HTML outputalbert-github2019-09-091-2/+16
* | | Merge pull request #7252 from ericniebler/patch-1Dimitri van Heesch2019-09-121-2/+2
|\ \ \
| * | | Latest libclang needs C++14Eric Niebler2019-09-101-2/+2
| |/ /
* | | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2019-09-122-5/+6
|\ \ \
| * | | Update appveyor.ymlDimitri van Heesch2019-09-121-1/+1
| * | | Merge pull request #7253 from albert-github/feature/bug_ircDimitri van Heesch2019-09-111-3/+4
| |\ \ \
| | * | | Bogus explicit link warning message from irc protocol namealbert-github2019-09-111-3/+4
| | |/ /
| * | | Update appveyor.ymlDimitri van Heesch2019-09-111-1/+1
* | | | Fixed a couple of compiler warnings on WindowsDimitri van Heesch2019-09-124-46/+46
|/ / /
* | | Refactoring code for dot related source filesDimitri van Heesch2019-09-1018-405/+406
|/ /
* | issue #6715: Errorneous matching of the immediately following block command a...Dimitri van Heesch2019-09-072-7/+2
* | issue #6715: Errorneous matching of the immediately following block command a...Dimitri van Heesch2019-09-071-0/+5
* | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2019-09-071-1/+1
|\ \ | |/
| * Merge pull request #7244 from albert-github/feature/bug_spell_CMakeListsDimitri van Heesch2019-09-031-1/+1
| |\
| | * Spelling correctionalbert-github2019-09-031-1/+1
| |/