summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Refactoring: prepare output generators for multi-threaded useDimitri van Heesch2020-09-2736-756/+872
* Fix compiler warning when printing number of cache hits & misses (part 2)Dimitri van Heesch2020-09-211-1/+2
* issue #8037: Links using @ref stopped working in doxygen 1.8.19Dimitri van Heesch2020-09-219-2/+10
* Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2020-09-211-6/+6
|\
| * Merge pull request #8048 from albert-github/feature/bug_docu_archDimitri van Heesch2020-09-201-6/+6
| |\
| | * Mismatch documentation and build systemalbert-github2020-09-201-6/+6
* | | Fix compiler warning when printing number of cache hits & missesDimitri van Heesch2020-09-211-1/+1
|/ /
* | Refactoring: replaced QCache by STL based LRU cache implementation.Dimitri van Heesch2020-09-209-3118/+2166
|/
* Fortran comments with C comments inside (#8000)albert-github2020-09-181-1/+1
* Line count mismatch for Python (#8041)albert-github2020-09-182-4/+3
* Fix too aggressive hyphenation of abbr. words. (#8026)Dmitriy Dorofeev2020-09-171-1/+1
* Merge pull request #8033 from albert-github/feature/bug_ftn_recognDimitri van Heesch2020-09-177-94/+76
|\
| * Incorrect duplicate code for Fortran fixed/free recognitionalbert-github2020-09-157-94/+76
* | Merge pull request #8039 from madebr/xapian_lowercaseDimitri van Heesch2020-09-172-12/+12
|\ \
| * | Lowercase Findxapian module (same casing as upstream xapian-core)Anonymous Maarten2020-09-162-12/+12
* | | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2020-09-173-7/+9
|\ \ \
| * | | Proposed fix for issue #7898 (#8029)luca-aep2020-09-163-7/+9
* | | | issue #8034: doxygen crashesDimitri van Heesch2020-09-172-4/+4
|/ / /
* | | Merge branch 'tolnaisz-arg_name_as_comment'Dimitri van Heesch2020-09-163-1/+76
|\ \ \ | |/ / |/| |
| * | Renamed EXTRACT_ANON_ARGUMENTS to RESOLVE_UNNAMED_PARAMS and enabled it by de...Dimitri van Heesch2020-09-163-15/+19
| * | Merge branch 'arg_name_as_comment' of https://github.com/tolnaisz/doxygen int...Dimitri van Heesch2020-09-163-1/+72
| |\ \ |/ / /
| * | Support commented out argument names in declarations controlled by new cofig ...Szabi Tolnai2020-08-113-1/+72
* | | Merge pull request #8004 from albert-github/feature/bug_listendDimitri van Heesch2020-09-161-0/+2
|\ \ \
| * | | Warning about end of list in brief description after alias `^^` replacementalbert-github2020-09-031-0/+2
* | | | Merge pull request #8003 from albert-github/feature/bug_aliasDimitri van Heesch2020-09-161-6/+6
|\ \ \ \
| * | | | Command \ilinebr reamainedalbert-github2020-09-031-6/+6
| |/ / /
* | | | Merge pull request #8036 from madebr/relocatable_cmakeDimitri van Heesch2020-09-1617-79/+79
|\ \ \ \ | |_|_|/ |/| | |
| * | | Allow building doxygen as a subprojectAnonymous Maarten2020-09-1617-79/+79
|/ / /
* | | Refactoring: making xmlcode.l reentrantDimitri van Heesch2020-09-143-295/+331
* | | Refactoring: making sqlcode.l reentrantDimitri van Heesch2020-09-132-157/+150
* | | Refactoring: making vhdlcode.l reentrantDimitri van Heesch2020-09-135-1156/+1185
* | | Merge pull request #8014 from albert-github/feature/issue_6442Dimitri van Heesch2020-09-121-0/+22
|\ \ \
| * | | issue #6442 C++: Trailing return type syntax + voidalbert-github2020-09-081-2/+2
| * | | issue #6442 C++: Trailing return type syntax + voidalbert-github2020-09-071-0/+22
* | | | Merge branch 'albert-github-feature/issue_8015'Dimitri van Heesch2020-09-111-350/+364
|\ \ \ \
| * | | | Split lexer rulesDimitri van Heesch2020-09-111-353/+361
| * | | | Merge branch 'feature/issue_8015' of https://github.com/albert-github/doxygen...Dimitri van Heesch2020-09-111-0/+6
| |\ \ \ \
| | * | | | issue #8015 Special command \skip and \until no longer functional in ALIASESalbert-github2020-09-071-0/+6
| | |/ / /
* | | | | Forgot to remove some dead codeDimitri van Heesch2020-09-111-14/+0
|/ / / /
* | | | Merge branch 'albert-github-feature/issue_8017'Dimitri van Heesch2020-09-111-5162/+5197
|\ \ \ \
| * | | | Split into separate rulesDimitri van Heesch2020-09-111-5164/+5183
| * | | | Merge branch 'feature/issue_8017' of https://github.com/albert-github/doxygen...Dimitri van Heesch2020-09-111-0/+16
| |\ \ \ \ |/ / / / /
| * | | | issue #8017 C++: mishandling of brackets used in trailing return typesalbert-github2020-09-081-0/+16
* | | | | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2020-09-111-6/+6
|\ \ \ \ \
| * \ \ \ \ Merge pull request #8020 from albert-github/feature/bug_testsqlite3_python3Dimitri van Heesch2020-09-101-6/+6
| |\ \ \ \ \
| | * | | | | Make testsqlite3.py python script running with python 3albert-github2020-09-081-6/+6
| | |/ / / /
* | | | | | issue #8022: Different results on 64 and 32 bitDimitri van Heesch2020-09-111-1/+1
|/ / / / /
* | | | | Refactoring: making fortrancode.l reentrantDimitri van Heesch2020-09-105-907/+980
|/ / / /
* | | | Merge pull request #8013 from albert-github/feature/bug_trail_retDimitri van Heesch2020-09-071-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Double "->" in warning in case of trailing return typealbert-github2020-09-071-1/+1
|/ / /