summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | Merge pull request #7875 from albert-github/feature/bug_commentcnv_defaualt_ruleDimitri van Heesch2020-07-081-0/+3
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | No default rule present in commentcnv.lalbert-github2020-06-261-0/+3
| | | |_|/ / / / / / | | |/| | | | | | |
| * | | | | | | | | Merge pull request #7878 from makelinux/remove_vhdlparser_MakefileDimitri van Heesch2020-07-082-54/+15
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | remove vhdlparser/MakefileCosta Shulyupin2020-06-282-54/+15
| | |/ / / / / / / /
* | | | | | | | | | Refactor: Modernize clang parser and make it run with multiple threadsDimitri van Heesch2020-07-1617-550/+573
|/ / / / / / / / /
* | | | | | | | | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2020-07-074-8/+8
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge pull request #7896 from albert-github/feature/bug_debug_timeDimitri van Heesch2020-07-064-8/+8
| |\ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / | |/| | | | | | | |
| | * | | | | | | | Compilation warning in debug.cppalbert-github2020-07-064-8/+8
| |/ / / / / / / /
* | | | | | | | | Refactoring: replace QDict<void> by StringUnorderedSet for g_processedFiles a...Dimitri van Heesch2020-07-071-17/+18
* | | | | | | | | Issue #7892: Incorrect search box on server-side search results pageDimitri van Heesch2020-07-071-7/+1
|/ / / / / / / /
* | | | | | | | Scalable search bar for high resolution displays (#7888)tttapa2020-07-0410-79/+205
| |_|_|_|/ / / |/| | | | | |
* | | | | | | Merge pull request #7885 from albert-github/feature/bug_warn_uninitializedDimitri van Heesch2020-07-021-4/+2
|\ \ \ \ \ \ \
| * | | | | | | Misleading compiler warningalbert-github2020-06-301-4/+2
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #7891 from albert-github/feature/issue_7890Dimitri van Heesch2020-07-021-2/+2
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | issue #7890 Macro Expansion brokenalbert-github2020-07-021-2/+2
|/ / / / / /
* | | | | | Fixed anothing compilation issue when use_libclang was not enabledDimitri van Heesch2020-06-294-30/+23
* | | | | | Fix for compile issue on TravisDimitri van Heesch2020-06-291-1/+1
* | | | | | Merge branch 'mthread_pre'Dimitri van Heesch2020-06-2810-481/+408
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Refactor: make preprocessor run in parallelDimitri van Heesch2020-06-2810-481/+408
* | | | | | Problem with generating test output for Chinese (#7862)albert-github2020-06-201-2/+2
* | | | | | Merge pull request #7857 from albert-github/feature/bug_obsolete_transl_fieDimitri van Heesch2020-06-1824-182/+0
|\ \ \ \ \ \
| * | | | | | Remove not used translator functionalbert-github2020-06-1724-182/+0
* | | | | | | Merge pull request #7861 from tttapa/tttapa-patch-1Dimitri van Heesch2020-06-181-4/+8
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Don't crash if output subdirectories already existtttapa2020-06-181-4/+8
|/ / / / / /
* | | | | | Multi-threaded parsing: added locks around global dataDimitri van Heesch2020-06-179-68/+95
|/ / / / /
* | | | | Merge pull request #7856 from d-c-d/xmldocDimitri van Heesch2020-06-171-1/+1
|\ \ \ \ \
| * | | | | XML tags moved to Appendix D of Ecma-334David Dyck2020-06-161-1/+1
|/ / / / /
* | | | | Merge pull request #7847 from albert-github/feature/bug_spelling_citeDimitri van Heesch2020-06-161-1/+1
|\ \ \ \ \
| * | | | | Spelling correction in cite codealbert-github2020-06-131-1/+1
* | | | | | Merge pull request #7851 from infohoschie/fix/issue_7849Dimitri van Heesch2020-06-161-1/+1
|\ \ \ \ \ \
| * | | | | | Updated formatting rules for paragraphs within table header cells.Thomas Vogt2020-06-141-1/+1
* | | | | | | Merge pull request #7854 from albert-github/feature/bug_doxywizard_versionDimitri van Heesch2020-06-161-0/+7
|\ \ \ \ \ \ \
| * | | | | | | Show doxywizard version by means of --versionalbert-github2020-06-161-0/+7
* | | | | | | | Refactor: modernize markdown and make it thread-safeDimitri van Heesch2020-06-1635-1661/+1688
|/ / / / / / /
* | | | | | | Added atomic reference counting to QStringDimitri van Heesch2020-06-141-3/+5
|/ / / / / /
* | | | | | 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
| |/ / / / /