summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | 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
|/ / / / /
* | | | | Regression #6836 URL contains $ sign on second run in map of imagesDimitri van Heesch2019-05-051-1/+1
* | | | | Further const correctness changesDimitri van Heesch2019-05-057-143/+150
* | | | | sqlcode.l: generate a reentrant scannerAdrian Negreanu2019-05-041-225/+250
* | | | | declinfo.l: enable reentrantAdrian Negreanu2019-05-041-124/+136
* | | | | declinfo.l: move function declarations beforeAdrian Negreanu2019-05-041-38/+41
* | | | | declinfo.l: group flex options toghetherAdrian Negreanu2019-05-041-5/+3
* | | | | constexp.l,y: generate a reentrant scanner and parserAdrian Negreanu2019-05-045-74/+110
* | | | | constexp.y: drop the = from name-prefixAdrian Negreanu2019-05-041-1/+1
* | | | | constexp.l: group the flex optionsAdrian Negreanu2019-05-041-1/+1
* | | | | Update .travis.ymlDimitri van Heesch2019-05-041-1/+1
* | | | | Update .travis.ymlDimitri van Heesch2019-05-041-1/+3
| |_|_|/ |/| | |
* | | | Update .travis.ymlDimitri van Heesch2019-04-281-1/+5
* | | | Merge pull request #6935 from albert-github/feature/issue_6920Dimitri van Heesch2019-04-281-16/+21
|\ \ \ \
| * | | | Option syntax for commands is unclearalbert-github2019-04-201-1/+1
| * | | | Option syntax for commands is unclearalbert-github2019-04-171-16/+21
| |/ / /
* | | | Merge branch 'albert-github-feature/bug_init_fd_line'Dimitri van Heesch2019-04-282-2/+2
|\ \ \ \
| * | | | Replaced NULL by 0.Dimitri van Heesch2019-04-281-1/+1
| * | | | Merge branch 'feature/bug_init_fd_line' of https://github.com/albert-github/d...Dimitri van Heesch2019-04-282-2/+2
| |\ \ \ \ |/ / / / /
| * | | | Crash in case of usage of \line without \includealbert-github2019-04-192-2/+2
| |/ / /
* | | | Merge pull request #6943 from albert-github/feature/bug_cond_preDimitri van Heesch2019-04-281-0/+1
|\ \ \ \
| * | | | Warning when preprocessing conditionalsalbert-github2019-04-241-0/+1
* | | | | Merge pull request #6949 from albert-github/feature/bug_enable_clang_testingDimitri van Heesch2019-04-281-0/+5
|\ \ \ \ \