summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Implement a new EXTRACT_PRIVATE_VIRTUAL option.Vladimír Vondruš2019-01-035-5/+169
* Merge pull request #6709 from albert-github/feature/bug_changelog_xhtmlDimitri van Heesch2018-12-311-370/+370
|\
| * Incorrect XHTML of changelog for 1.8.15albert-github2018-12-291-370/+370
* | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2018-12-315-11/+122
|\ \
| * \ Merge pull request #6713 from mosra/testingDimitri van Heesch2018-12-315-11/+122
| |\ \
| | * | Added .editorconfig.Vladimír Vondruš2018-12-291-0/+5
| | * | testing: improve tests for \ref.Vladimír Vondruš2018-12-293-11/+117
| | * | testing: make runtests.py executable.Vladimír Vondruš2018-12-291-0/+0
* | | | Merge branch 'albert-github-feature/issue_6716'Dimitri van Heesch2018-12-3113-20/+25
|\ \ \ \ | |/ / / |/| | |
| * | | Moved check for page having a title to hasTitle() methodDimitri van Heesch2018-12-3113-22/+26
| * | | Merge branch 'feature/issue_6716' of https://github.com/albert-github/doxygen...Dimitri van Heesch2018-12-311-1/+2
| |\ \ \ |/ / / /
| * | | issue #6716 mainpage notitle causes notitle to appear in index baralbert-github2018-12-301-1/+2
| |/ /
* | | Merge branch 'mosra-invalid-xml-for-empty-toc'Dimitri van Heesch2018-12-314-1/+80
|\ \ \
| * \ \ Merge branch 'invalid-xml-for-empty-toc' of https://github.com/mosra/doxygen ...Dimitri van Heesch2018-12-314-1/+80
| |\ \ \ |/ / / /
| * | | Properly handle empty TOC in XML output.Vladimír Vondruš2018-12-291-2/+2
| * | | testing: add a test for TOC levels in the XML output.Vladimír Vondruš2018-12-292-0/+58
| * | | testing: add a test for XML output with an empty TOC.Vladimír Vondruš2018-12-292-0/+21
| |/ /
* | | Issue 6714: Don't crash or generate invalid XML for empty TOCDimitri van Heesch2018-12-311-2/+2
|/ /
* | Merge pull request #6711 from albert-github/feature/issue_6707_INSTALLDimitri van Heesch2018-12-291-1/+1
|\ \ | |/ |/|
| * issue #6707 The INSTALL file contains a dead link to install.htmlalbert-github2018-12-291-1/+1
|/
* Bump version number for next releaseDimitri van Heesch2018-12-271-1/+1
* Fixed year in date of release 1.8.15Release_1_8_15Dimitri van Heesch2018-12-271-1/+1
* Fix type and length of clang compilation database optionDimitri van Heesch2018-12-272-64/+73
* Some fixes made during packaging of the binariesDimitri van Heesch2018-12-273-2/+3
* Merge branch 'changelog_for_1_8_15'Dimitri van Heesch2018-12-271-0/+401
|\
| * Changelog for release 1.8.15Dimitri van Heesch2018-12-261-0/+401
* | Fixed regression after fixing memory leakDimitri van Heesch2018-12-263-5/+10
|/
* Merge branch 'mosra-xml-namespace-members-in-file-scope'Dimitri van Heesch2018-12-266-6/+108
|\
| * Renamed option and test case numbersDimitri van Heesch2018-12-266-21/+26
| * Merge branch 'xml-namespace-members-in-file-scope' of https://github.com/mosr...Dimitri van Heesch2018-12-266-2/+99
| |\ |/ /
| * Make it possible to list namespace members in file scope for XML output.Vladimír Vondruš2018-02-106-2/+99
* | Merge pull request #6578 from albert-github/feature/bug_addindex_htmlDimitri van Heesch2018-12-262-3/+8
|\ \
| * | Multiple addindex commands in HTML with same namealbert-github2018-10-272-3/+8
* | | Merge branch 'albert-github-feature/bug_escaped_equal_sign'Dimitri van Heesch2018-12-267-4/+26
|\ \ \
| * \ \ Merge branch 'feature/bug_escaped_equal_sign' of https://github.com/albert-gi...Dimitri van Heesch2018-12-267-4/+26
| |\ \ \ |/ / / /
| * | | Create command for escaped equal signalbert-github2018-11-077-4/+26
* | | | Fixed some more small memory leaksDimitri van Heesch2018-12-265-9/+22
* | | | Fixed problems with emoji handling and added a test case for itDimitri van Heesch2018-12-254-2/+2997
* | | | Fixed two small memory leaksDimitri van Heesch2018-12-252-1/+2
* | | | Fix regression due to move of markdown processingDimitri van Heesch2018-12-242-15/+14
* | | | Prevent possible 'QGDict::hashAsciiKey: Invalid null key' warningDimitri van Heesch2018-12-241-1/+1
* | | | Added some missing default types for argument matchingDimitri van Heesch2018-12-241-0/+4
* | | | Merge branch 'albert-github-feature/issue_6690'Dimitri van Heesch2018-12-243-10/+203
|\ \ \ \
| * | | | Changed implementation, added test caseDimitri van Heesch2018-12-243-10/+203
| * | | | Merge branch 'feature/issue_6690' of https://github.com/albert-github/doxygen...Dimitri van Heesch2018-12-241-2/+2
| |\ \ \ \ |/ / / / /
| * | | | issue #6690 Regression in handling of shorthand signed/unsigned types in func...albert-github2018-12-201-2/+2
* | | | | Corrected description of XML output for emoji charactersDimitri van Heesch2018-12-241-1/+1
* | | | | Merge pull request #6685 from albert-github/feature/bug_changelogDimitri van Heesch2018-12-241-1101/+7160
|\ \ \ \ \
| * | | | | Update of changelogalbert-github2018-12-161-1101/+7160
* | | | | | Merge pull request #6683 from lewijw/jQuery1.7.2Dimitri van Heesch2018-12-244-36/+9412
|\ \ \ \ \ \