summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* issue_6533: PHP: Namespaced typehints in deprecated methods not handled corre...albert-github2018-10-111-1/+2
* Merge pull request #6538 from albert-github/feature/bug_702265Dimitri van Heesch2018-10-066-3/+15
|\
| * Bug 702265 - Generated Doxyfile differs from result of doxygen -ualbert-github2018-10-042-3/+3
| * Bug 702265 - Generated Doxyfile differs from result of doxygen -ualbert-github2018-10-046-3/+15
|/
* Merge branch 'albert-github-feature/issue_6387'Dimitri van Heesch2018-09-253-59/+189
|\
| * redundant input_filter runs significantly reduce performance when FILTER_SOUR...Dimitri van Heesch2018-09-253-59/+189
|/
* Merge pull request #6489 from albert-github/feature/bug_cs_using_linkDimitri van Heesch2018-09-231-1/+1
|\
| * Don't link to non existing / not accessible namespaces , in CSharp, in the so...albert-github2018-09-071-1/+1
* | Merge pull request #6521 from albert-github/feature/bug_doxyfile_diff_2Dimitri van Heesch2018-09-231-8/+57
|\ \
| * | Difference between standard and used Doxyfile (list)albert-github2018-09-181-8/+57
|/ /
* | Merge pull request #6514 from albert-github/feature/bug_addindex_docuDimitri van Heesch2018-09-172-4/+4
|\ \
| * | addindex supports also DocBook and RTFalbert-github2018-09-162-4/+4
* | | Merge pull request #6520 from albert-github/feature/issue_6519Dimitri van Heesch2018-09-175-8/+30
|\ \ \ | |/ / |/| |
| * | C++11 features used in Doxygenalbert-github2018-09-175-8/+30
|/ /
* | Merge pull request #6512 from Croydon/croydon/ci3Dimitri van Heesch2018-09-151-5/+9
|\ \
| * | AppVeyor: Fix MikTex version and re-enable testsCroydon2018-09-151-5/+9
* | | Merge pull request #6487 from albert-github/feature/bug_docbookDimitri van Heesch2018-09-1523-436/+2704
|\ \ \
| * | | Implementation of standard generator for docbook outputalbert-github2018-09-121-1/+0
| * | | Implementation of standard generator for docbook outputalbert-github2018-09-0723-437/+2706
| | |/ | |/|
* | | Merge pull request #6510 from albert-github/feature/doxyfile_differncesDimitri van Heesch2018-09-156-2/+130
|\ \ \
| * | | Difference between standard and used Doxyfilealbert-github2018-09-156-2/+130
* | | | Merge pull request #6499 from albert-github/feature/bug_python_linebreakDimitri van Heesch2018-09-151-1/+1
|\ \ \ \
| * | | | Namespace with name docstrings_linebreakalbert-github2018-09-111-1/+1
* | | | | Merge pull request #6505 from albert-github/feature/bug_covertyDimitri van Heesch2018-09-1512-13/+19
|\ \ \ \ \
| * | | | | Fixing coverity messagesalbert-github2018-09-1312-13/+19
| | |/ / / | |/| | |
* | | | | Merge pull request #6511 from albert-github/feature/bug_runtest_cfgDimitri van Heesch2018-09-152-1/+13
|\ \ \ \ \
| * | | | | Add possibility for adding doxygen configuration items to, all, tests during ...albert-github2018-09-152-1/+13
| |/ / / /
* | | | | Merge pull request #6501 from albert-github/feature/bug_latex_endcodelineDimitri van Heesch2018-09-151-5/+3
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Close last code line properly.albert-github2018-09-111-5/+3
| | |/ / | |/| |
* | | | Merge pull request #6506 from albert-github/feature/bug_coverty_namespaceDimitri van Heesch2018-09-151-0/+1
|\ \ \ \
| * | | | Fixing coverity messages (Namespace tag)albert-github2018-09-131-0/+1
| | |/ / | |/| |
* | | | Merge pull request #6503 from albert-github/feature/bug_uninitialized_varDimitri van Heesch2018-09-152-5/+5
|\ \ \ \
| * | | | Fixing problem with possible not initialized variable (endless loop in VS 201...albert-github2018-09-122-5/+5
| |/ / /
* | | | Merge pull request #6502 from Croydon/croydon/ciDimitri van Heesch2018-09-152-18/+44
|\ \ \ \
| * | | | Readme: Travis displays macOS build status as wellCroydon2018-09-131-17/+17
| * | | | Init macOS CICroydon2018-09-121-1/+27
| |/ / /
* | | | Merge pull request #6509 from albert-github/feature/bug_docu_aliasDimitri van Heesch2018-09-152-0/+29
|\ \ \ \ | |/ / / |/| | |
| * | | Usage of '{', '}' and ',' in ALIASalbert-github2018-09-142-0/+29
|/ / /
* | | Merge pull request #6500 from Croydon/patch-1Dimitri van Heesch2018-09-111-5/+5
|\ \ \ | |/ / |/| |
| * | Update install.doc: Qt 5 is now supported as wellMichael "Croydon" Keck2018-09-111-5/+5
|/ /
* | Update appveyor.ymlDimitri van Heesch2018-09-101-7/+7
* | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2018-09-1019-24/+84
|\ \
| * \ Merge pull request #6496 from albert-github/feature/issue_6494Dimitri van Heesch2018-09-101-1/+6
| |\ \
| | * | Issue 6494: asterisks before args and kwargs are ignored in pythonalbert-github2018-09-101-1/+6
| * | | Update appveyor.ymlDimitri van Heesch2018-09-101-2/+2
| |/ /
| * | Update README.mdDimitri van Heesch2018-09-091-1/+1
| * | Update README.mdDimitri van Heesch2018-09-091-1/+2
| * | Merge pull request #6474 from Croydon/croydon/appveyorDimitri van Heesch2018-09-091-0/+48
| |\ \
| | * | AppVeyor: Remove outdated renaming and update ghostscriptCroydon2018-09-081-3/+1
| | * | Prevent potential race conditionCroydon2018-09-081-1/+1