summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #7079 from albert-github/feature/regr_6885Dimitri van Heesch2019-06-261-2/+2
|\
| * regression #6885 mscgen links placed in the wrong place when using SVG outputalbert-github2019-06-261-2/+2
* | Made MSCGEN_PATH obsolete now that mscgen code is part of doxygenDimitri van Heesch2019-06-242-35/+1
|/
* issue #6880 mscgen links placed in the wrong place when using SVG outputDimitri van Heesch2019-06-232-55/+25
* Bug 566109 - unable to resolve links to java functions with array argumentsDimitri van Heesch2019-06-221-0/+1
* Split off lodepng functionality in a separate libraryDimitri van Heesch2019-06-223-2565/+2
* Merge pull request #7034 from albert-github/feature/issue_7033Dimitri van Heesch2019-06-228-12/+33
|\
| * issue #7033 Syntax highlighting doesn't work when calling \dontinclude from M...albert-github2019-06-068-12/+33
* | Merge branch 'feature/bug_case_sense' of https://github.com/albert-github/dox...Dimitri van Heesch2019-06-221-6/+6
|\ \
| * | Upper case characters in filename despice CASE_SENSE_NAME=NOalbert-github2019-06-171-4/+4
* | | Merge pull request #7063 from albert-github/feature/bug_html_endcodelineDimitri van Heesch2019-06-225-11/+65
|\ \ \
| * | | Incorrect (X)HTML code when generating source code.albert-github2019-06-175-11/+65
| |/ /
* | | Merge pull request #7059 from albert-github/feature/bug_xhtml_bracketsDimitri van Heesch2019-06-221-0/+2
|\ \ \
| * | | (X)HTML warning when `[` or `]` in constructed idsalbert-github2019-06-161-0/+2
| |/ /
* | | Merge pull request #7064 from albert-github/feature/bug_796582Dimitri van Heesch2019-06-171-0/+1
|\ \ \
| * | | Bug 796582 - Doxygen has stopped workingalbert-github2019-06-171-0/+1
| |/ /
* | | Avoid calling non-const member aliases and 0 pointer dereference in sqlite3Dimitri van Heesch2019-06-172-4/+8
|/ /
* | Merge pull request #7054 from albert-github/feature/regr_6945Dimitri van Heesch2019-06-161-0/+1
|\ \
| * | Missing brief descriptions with `\defgroup`albert-github2019-06-131-0/+1
* | | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2019-06-164-5/+34
|\ \ \
| * \ \ Merge pull request #7056 from albert-github/feature/bug_cygwin_defaultsDimitri van Heesch2019-06-163-5/+5
| |\ \ \
| | * | | Cygwin should by default also have `CASE_SENS_NAMES=NO`albert-github2019-06-153-5/+5
| * | | | Merge pull request #7052 from InsertCreativityHere/masterDimitri van Heesch2019-06-151-0/+29
| |\ \ \ \
| | * | | | Fixes #6860.Austin Henriksen2019-06-121-0/+29
| | | |/ / | | |/| |
* | | | | Merge branch 'feature/issue_7050' of https://github.com/albert-github/doxygen...Dimitri van Heesch2019-06-161-7/+18
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | issue #7050 Physical newlines (^^) not working in group names and without spa...albert-github2019-06-121-7/+18
| |/ / /
* | | | Fix for race conditions introduced when refactoring dot classes.Dimitri van Heesch2019-06-153-31/+34
* | | | Fix for warning about deletion of pointer to incomplete type 'DotWorkerThread'Dimitri van Heesch2019-06-151-0/+1
* | | | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2019-06-153-0/+10
|\ \ \ \ | | |/ / | |/| |
| * | | Merge pull request #7055 from albert-github/feature/bug_489766Dimitri van Heesch2019-06-133-0/+10
| |\ \ \
| | * | | Bug 489766 - Wrong MSC syntax rejected *silently*albert-github2019-06-131-1/+1
| | * | | Bug 489766 - Wrong MSC syntax rejected *silently*albert-github2019-06-133-0/+10
| | |/ /
* | | | Fix for warning about deletion of pointer to incomplete type 'DotFilePatcher'Dimitri van Heesch2019-06-151-1/+1
|/ / /
* | | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2019-06-136-6/+17
|\ \ \ | |/ /
| * | Bug 535853 - C# consts incorrectly placed under instance variablesalbert-github2019-06-101-0/+4
| * | Merge pull request #7039 from albert-github/feature/issue_7038Dimitri van Heesch2019-06-101-1/+1
| |\ \
| | * | issue #7038 Broken refman.tex with SHOW_FILES=NO and doxygen groupsalbert-github2019-06-061-1/+1
| | |/
| * | Merge pull request #7041 from albert-github/feature/bug_warn_consistencyDimitri van Heesch2019-06-102-2/+6
| |\ \
| | * | Consistency not generated inheritance diagramalbert-github2019-06-072-2/+6
| | |/
| * | issue #7043 html output for markdown: different output when using '# Header {...albert-github2019-06-091-1/+4
| * | No space when replacing `\copydoc` by `\copydetails`albert-github2019-06-081-1/+1
| |/
| * Doxygen crash on ceph projectalbert-github2019-06-031-1/+1
* | refactoring dot.cppThomas Haller2019-06-1345-5078/+5139
* | added check if .dot file is already queued for processing before adding a new...Thomas Haller2019-06-102-19/+81
* | delayed creation and update of .md5 files after successful creation of output...Thomas Haller2019-06-102-36/+55
|/
* issue #7021 Warning about missing item in INCLUDE_PATHalbert-github2019-06-021-1/+5
* Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2019-06-023-4/+17
|\
| * Merge pull request #6944 from albert-github/feature/bug_digraphDimitri van Heesch2019-05-311-2/+4
| |\
| | * Handling digraph versus labelalbert-github2019-04-251-2/+4
| * | Merge pull request #7017 from albert-github/feature/bug_rcs_perlDimitri van Heesch2019-05-311-1/+1
| |\ \