summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #6983 from albert-github/feature/bug_utf8_nbspDimitri van Heesch2019-05-181-6/+19
|\
| * Special handling of the UTF8 nbsp sequencealbert-github2019-05-111-6/+19
* | Merge pull request #6991 from albert-github/feature/issue_6990Dimitri van Heesch2019-05-181-0/+1
|\ \
| * | issue #6990 Dot produces no Graphsalbert-github2019-05-151-0/+1
* | | Merge pull request #6987 from thomas-haller/issue6960_bDimitri van Heesch2019-05-172-92/+175
|\ \ \
| * | | added check if .dot file is already queued for processing before adding a new...Thomas Haller2019-05-142-51/+114
| * | | delayed creation and update of .md5 files after successful creation of output...Thomas Haller2019-05-142-43/+52
| * | | node numbers removed for md5 calculation to avoid false md5 mismatchesThomas Haller2019-05-131-15/+26
* | | | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2019-05-1512-1221/+1200
|\ \ \ \
| * \ \ \ Merge pull request #6988 from albert-github/feature/bug_htags_call_graphDimitri van Heesch2019-05-151-8/+5
| |\ \ \ \
| | * | | | USE_HTAGS = YES, there are _no_ call / caller graphs in the documentationalbert-github2019-05-141-8/+5
| | | |/ / | | |/| |
| * | | | Merge pull request #6989 from albert-github/feature/bug_htags_filemapDimitri van Heesch2019-05-151-1/+1
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Don't try to load htags filemap in case htags failsalbert-github2019-05-141-1/+1
| |/ / /
| * | | Merge pull request #6985 from albert-github/feature/bug_enable_doxmlparserDimitri van Heesch2019-05-1311-1212/+1194
| |\ \ \
| | * | | Enable example doxmlparser possibilities for cmake buildalbert-github2019-05-1211-1212/+1194
* | | | | issue 6986: C++ static template methods: duplication as non-static and specia...Dimitri van Heesch2019-05-151-0/+6
|/ / / /
* | | | Merge branch 'albert-github-feature/svg_image_determnation'Dimitri van Heesch2019-05-131-1/+5
|\ \ \ \ | |_|/ / |/| | |
| * | | Simplified code a bitDimitri van Heesch2019-05-131-15/+5
| * | | Merge branch 'feature/svg_image_determnation' of https://github.com/albert-gi...Dimitri van Heesch2019-05-131-1/+15
| |\ \ \ |/ / / /
| * | | Image not seen as svg imagealbert-github2019-04-051-1/+15
* | | | Merge pull request #6870 from albert-github/feature/issue_6869Dimitri van Heesch2019-05-121-1/+1
|\ \ \ \
| * | | | issue #6869 SVG image generated by \dot or \dotfile does not render properly ...albert-github2019-03-041-1/+1
* | | | | Merge pull request #6913 from albert-github/feature/url_to_md_fileDimitri van Heesch2019-05-123-5/+11
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Markdown file as internet linkalbert-github2019-04-051-2/+0
| * | | | Markdown file as internet linkalbert-github2019-04-053-5/+13
| | |/ / | |/| |
* | | | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2019-05-122-1/+3
|\ \ \ \
| * \ \ \ Merge pull request #6984 from albert-github/feature/bug_781306Dimitri van Heesch2019-05-121-1/+1
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | Bug 781306 - *** Error in `doxygen': realloc(): invalid pointer: 0x0000000001...albert-github2019-05-121-1/+1
| |/ / /
| * | | Merge pull request #6981 from albert-github/feature/issue_6979Dimitri van Heesch2019-05-111-0/+2
| |\ \ \
| | * | | issue #6979 Method parameters documented inline are not present in documentat...albert-github2019-05-101-0/+2
| |/ / /
* | | | Fixed memory leak in reentrant lexersDimitri van Heesch2019-05-123-5/+13
|/ / /
* | | Merge pull request #6974 from mrhatch97/fix-va_list-reuseDimitri van Heesch2019-05-091-1/+5
|\ \ \
| * | | Fixed segmentation fault in do_warnMatthew Hatch2019-05-081-1/+5
|/ / /
* | | Merge pull request #6931 from albert-github/feature/bug_ftn_typeDimitri van Heesch2019-05-071-1/+9
|\ \ \
| * | | Windows crash in case of incorrect end statementalbert-github2019-04-151-1/+9
* | | | Merge pull request #6970 from albert-github/feature/issue_6968Dimitri van Heesch2019-05-071-2/+3
|\ \ \ \
| * | | | issue #6968 INLINE_INHERITED_MEMB doesn't respect EXTRACT_PRIVATE=NOalbert-github2019-05-071-2/+3
* | | | | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2019-05-0714-48/+21
|\ \ \ \ \
| * \ \ \ \ Merge pull request #6967 from albert-github/feature/bug_783759Dimitri van Heesch2019-05-077-16/+1
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Bug 783759 - PERL_PATH config option: when is this needed? Still used?albert-github2019-05-077-16/+1
| |/ / / /
| * | | | Merge pull request #6963 from albert-github/feature/bug_truncated_warningDimitri van Heesch2019-05-071-3/+11
| |\ \ \ \
| | * | | | Truncated warning messagealbert-github2019-05-061-3/+11
| * | | | | Merge pull request #6964 from albert-github/feature/bug_warning_missing_spaceDimitri van Heesch2019-05-071-1/+1
| |\ \ \ \ \
| | * | | | | Missing white space in warningalbert-github2019-05-061-1/+1
| | |/ / / /
| * | | | | Merge pull request #6965 from ton/masterDimitri van Heesch2019-05-074-25/+7
| |\ \ \ \ \
| | * | | | | Fix #6906Ton van den Heuvel2019-05-064-25/+7
| | |/ / / /
| * | | | | Merge pull request #6966 from albert-github/feature/bug_travis_linux_cmakeDimitri van Heesch2019-05-071-3/+1
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Travis build fails due to problem with cmakealbert-github2019-05-071-1/+1
| | * | | | Travis build fails due to problem with cmakealbert-github2019-05-071-3/+1
| |/ / / /
* | | | | Add const correctness for argument listsDimitri van Heesch2019-05-0516-110/+124
|/ / / /