summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2020-06-1324-42/+200
|\ \ \ \ | |/ / /
| * | | issue #7796 Backticks (`) in Doxygen-markup-in-C in Markdown collapses (#7797)albert-github2020-06-131-2/+5
| * | | Running doxygen tests with variable with spaces (#7819)albert-github2020-06-131-4/+25
| * | | bug_121547 extern variable is being referenced in documentation incorrectly (...albert-github2020-06-131-3/+4
| * | | Add `const` qualifier to UsedDir::m_dir. (#7820)David Hebbeker2020-06-132-3/+3
| * | | issue #7810 LaTeX manual not built, but make install tries to install it (#7821)albert-github2020-06-131-0/+10
| * | | Create link for GENERATE_XML (#7824)albert-github2020-06-131-1/+2
| * | | Addon option --pool to the test run script for parallel execution of tests (...albert-github2020-06-131-10/+29
| * | | Add namespace inline flag in xml output (#7828)Sergei Izmailov2020-06-132-2/+7
| * | | Incorrect label in map of dot files in xhtml (#7840)albert-github2020-06-134-2/+13
| * | | Number of translatable terms (like Chapter) are in English instead of Greek (...albert-github2020-06-133-6/+33
| * | | Merge pull request #7843 from albert-github/feature/bug_coverity_mkdirDimitri van Heesch2020-06-134-5/+19
| |\ \ \
| | * | | Catch all wrong mkdir calls (coverity)albert-github2020-06-124-5/+19
| * | | | Merge pull request #7844 from albert-github/feature/bug_coverity_mscgenDimitri van Heesch2020-06-135-4/+50
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Coverity uninitialized variable in mscgen_api.cppalbert-github2020-06-125-4/+50
| |/ / /
* | | | Add options to enable various sanitizersDimitri van Heesch2020-06-1310-10/+559
|/ / /
* | | Regression: further fixes to make the documentation build againDimitri van Heesch2020-06-104-1662/+1298
* | | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2020-06-105-41/+158
|\ \ \
| * | | issue #7778 Build fails with javacc 5.0 (#7779)albert-github2020-06-102-1/+22
| * | | Merge pull request #7830 from maddox11/missing_instance_reworkDimitri van Heesch2020-06-103-40/+136
| |\ \ \
| | * | | missing instance-reworkhake2020-06-033-40/+136
* | | | | Regression: fix issue with substitute charactersDimitri van Heesch2020-06-101-1/+1
|/ / / /
* | | | Fix win64 compiler warningsDimitri van Heesch2020-06-101-4/+4
* | | | Merge branch 'refactor_qcstring'Dimitri van Heesch2020-06-1010-846/+279
|\ \ \ \
| * | | | Refactor: make QCString a wrapper around std::stringDimitri van Heesch2020-06-1010-846/+279
* | | | | Merge pull request #7837 from albert-github/feature/bug_tests_latex_hangsDimitri van Heesch2020-06-091-6/+13
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | LaTeX test were hanging for a.o. Hungarian on Windowsalbert-github2020-06-081-6/+13
|/ / / /
* | | | Revert pull request #7703: make declArgumentList be from declaration, and arg...Dimitri van Heesch2020-06-071-3/+3
* | | | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2020-06-061-1/+1
|\ \ \ \
| * \ \ \ Merge pull request #7829 from albert-github/feature/bug_htmlhelp_indonDimitri van Heesch2020-06-061-1/+1
| |\ \ \ \
| | * | | | Incorrect htmlhelp language code for Indonesianalbert-github2020-06-041-1/+1
| | |/ / /
* | | | | Minor documentation updatesDimitri van Heesch2020-06-065-64/+697
|/ / / /
* | | | Prevent potential empty stringDimitri van Heesch2020-06-061-1/+1
* | | | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2020-06-061-1/+1
|\ \ \ \
| * \ \ \ Merge pull request #7834 from albert-github/feature/issue_7833Dimitri van Heesch2020-06-061-1/+1
| |\ \ \ \
| | * | | | issue #7833 Empty string in PREDEFINED throwsalbert-github2020-06-061-1/+1
| |/ / / /
* | | | | Fixed compilation issue on Windows for setNum with size_t argumentDimitri van Heesch2020-06-062-2/+2
|/ / / /
* | | | Issue #7831: Error building docs after 0df1623c9363d52a2b04457233dcf2c64319b03cDimitri van Heesch2020-06-052-19/+29
* | | | Refactor: modernize configuration valuesDimitri van Heesch2020-06-0429-1088/+1041
|/ / /
* | | Update installation documentation for Linux binary distributionDimitri van Heesch2020-06-011-49/+39
* | | Added copyright header to threadpool.hDimitri van Heesch2020-05-311-0/+16
* | | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2020-05-311-0/+5
|\ \ \
| * \ \ Merge pull request #7814 from albert-github/feature/bug_empty_settingDimitri van Heesch2020-05-311-0/+5
| |\ \ \
| | * | | Empty enum setting in configuration filealbert-github2020-05-291-0/+5
| |/ / /
* | | | Added experimental multi-thread input processing support.Dimitri van Heesch2020-05-3113-107/+329
|/ / /
* | | Merge pull request #7794 from wataash/cmake-list-dirDimitri van Heesch2020-05-271-14/+14
|\ \ \
| * | | Replace ${CMAKE_SOURCE_DIR}/path/to/current/cmake-lists-txt/dir with ${CMAKE_...Wataru Ashihara2020-05-231-14/+14
* | | | Merge pull request #7776 from albert-github/feature/bug_git_inDimitri van Heesch2020-05-271-0/+13
|\ \ \ \
| * | | | Change of git version input file was not taken into accountalbert-github2020-05-151-0/+13
* | | | | Merge pull request #7806 from albert-github/feature/bug_py_multDimitri van Heesch2020-05-271-0/+4
|\ \ \ \ \