summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove not used classalbert-github2019-07-0718-213/+0
* Merge pull request #7098 from albert-github/feature/bug_coverityDimitri van Heesch2019-07-066-5/+7
|\
| * High consequence coverity mesagesalbert-github2019-07-026-5/+7
* | Merge pull request #7106 from albert-github/feature/issue_7104Dimitri van Heesch2019-07-061-6/+6
|\ \ | |/ |/|
| * issue #7104 Warning with preprocessoralbert-github2019-07-051-6/+6
|/
* Merge pull request #7094 from albert-github/feature/bug_docu_mscgenDimitri van Heesch2019-07-012-2/+2
|\
| * Correction obvious documentation errors in mscgenalbert-github2019-07-012-2/+2
|/
* Merge pull request #7075 from tirolerstefan/feature/doxysearch_wildcardDimitri van Heesch2019-06-261-5/+13
|\
| * doxysearch: added wildcard, partial and phrase sesarchStefan Felkel2019-06-251-5/+13
* | 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
| |/
* | Merge pull request #7081 from albert-github/feature/bug_docu_mscgenDimitri van Heesch2019-06-261-3/+2
|\ \
| * | Update documentation for mscalbert-github2019-06-261-3/+2
| |/
* | Made MSCGEN_PATH obsolete now that mscgen code is part of doxygenDimitri van Heesch2019-06-242-35/+1
|/
* Fixed windows build issue in gd.hDimitri van Heesch2019-06-231-31/+2
* Fix gd_intern.h for Windows buildDimitri van Heesch2019-06-232-15/+1
* issue #6880 mscgen links placed in the wrong place when using SVG outputDimitri van Heesch2019-06-2346-55/+21266
* Fix windows buildDimitri van Heesch2019-06-221-6/+1
* 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-229-31/+21
* Update .travis.ymlDimitri van Heesch2019-06-221-1/+1
* Update .travis.ymlDimitri van Heesch2019-06-221-0/+1
* Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2019-06-229-13/+34
|\
| * Merge pull request #7034 from albert-github/feature/issue_7033Dimitri van Heesch2019-06-229-13/+34
| |\
| | * issue #7033 Syntax highlighting doesn't work when calling \dontinclude from M...albert-github2019-06-069-13/+34
* | | Fixed issues in introduced by making file name escapes lower caseDimitri van Heesch2019-06-221-1/+1
|/ /
* | Merge branch 'albert-github-feature/bug_case_sense'Dimitri van Heesch2019-06-222-7/+7
|\ \
| * \ Merge branch 'feature/bug_case_sense' of https://github.com/albert-github/dox...Dimitri van Heesch2019-06-222-7/+7
| |\ \ |/ / /
| * | Upper case characters in filename despice CASE_SENSE_NAME=NOalbert-github2019-06-172-5/+5
* | | 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 #7070 from coliff/patch-1Dimitri van Heesch2019-06-221-1/+1
|\ \ \
| * | | update jQuery version mentioned in README to 3.4.1Christian Oliff2019-06-211-1/+1
|/ / /
* | | 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-164-3/+4
|\ \
| * | Missing brief descriptions with `\defgroup`albert-github2019-06-133-3/+3
| * | Missing brief descriptions with `\defgroup`albert-github2019-06-131-0/+1
* | | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2019-06-168-5/+41
|\ \ \
| * \ \ 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 pull request #7057 from albert-github/feature/bug_warn_doxmlparserDimitri van Heesch2019-06-154-0/+7
| |\ \ \ \
| | * | | | Remove compilation warnings from doxmlparseralbert-github2019-06-154-0/+7
* | | | | | Merge branch 'albert-github-feature/issue_7050'Dimitri van Heesch2019-06-161-7/+18
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Merge branch 'feature/issue_7050' of https://github.com/albert-github/doxygen...Dimitri van Heesch2019-06-161-7/+18
| |\ \ \ \ \ |/ / / / / /