Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | issue #7867 Fixed regression where blank line after \class was not seen as pa... | Dimitri van Heesch | 2020-07-18 | 1 | -476/+494 | |
| |/ / / / / / / / | ||||||
| * | | | | | | | | issue #7852, #7867, #7901: Changed the set of commands that effect ending a b... | Dimitri van Heesch | 2020-07-17 | 2 | -146/+155 | |
| |/ / / / / / / | ||||||
| * | | | | | | | Added missing stub code when use_libclang is disabled | Dimitri van Heesch | 2020-07-16 | 1 | -10/+10 | |
| * | | | | | | | Merge branch 'master' into lex-absolute-path | Dimitri van Heesch | 2020-07-16 | 105 | -4233/+4395 | |
| |\ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ | Merge pull request #7864 from maddox11/use_plantuml | Dimitri van Heesch | 2020-07-16 | 2 | -9/+2 | |
| | |\ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | improve using plantuml for vhdl flowcharts | hake | 2020-06-21 | 2 | -9/+2 | |
| | | | |/ / / / / | | | |/| | | | | | ||||||
| | * | | | | | | | Merge pull request #7870 from mquevill/ands | Dimitri van Heesch | 2020-07-16 | 1 | -1/+1 | |
| | |\ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | Correct misspelling in config.xml | Michael Quevillon | 2020-06-24 | 1 | -1/+1 | |
| | | |/ / / / / / | ||||||
| | * | | | | | | | Merge pull request #7882 from albert-github/feature/bug_ftn_use | Dimitri van Heesch | 2020-07-16 | 1 | -0/+3 | |
| | |\ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | Missing links in Fortran in case use statement with upper case characters in ... | albert-github | 2020-06-29 | 1 | -0/+3 | |
| | | |/ / / / / / | ||||||
| | * | | | | | | | issue #6846 Doxygen parsing global variable as function in certain cases (#7903) | albert-github | 2020-07-16 | 1 | -1/+2 | |
| | * | | | | | | | Merge pull request #7889 from albert-github/feature/bug_htmlhelp_index | Dimitri van Heesch | 2020-07-16 | 1 | -4/+3 | |
| | |\ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | Missing last item in htmlhelp level2 index | albert-github | 2020-07-01 | 1 | -4/+3 | |
| | * | | | | | | | | Cleanup some disabled code sections | Dimitri van Heesch | 2020-07-16 | 1 | -47/+2 | |
| | * | | | | | | | | Merge branch 'master' of github.com:doxygen/doxygen | Dimitri van Heesch | 2020-07-16 | 1 | -0/+3 | |
| | |\ \ \ \ \ \ \ \ | ||||||
| | | * \ \ \ \ \ \ \ | Merge pull request #7875 from albert-github/feature/bug_commentcnv_defaualt_rule | Dimitri van Heesch | 2020-07-08 | 1 | -0/+3 | |
| | | |\ \ \ \ \ \ \ \ | ||||||
| | | | * | | | | | | | | No default rule present in commentcnv.l | albert-github | 2020-06-26 | 1 | -0/+3 | |
| | | | | |/ / / / / / | | | | |/| | | | | | | ||||||
| | * | | | | | | | | | Refactor: Modernize clang parser and make it run with multiple threads | Dimitri van Heesch | 2020-07-16 | 17 | -550/+573 | |
| | |/ / / / / / / / | ||||||
| | * | | | | | | | | Merge branch 'master' of github.com:doxygen/doxygen | Dimitri van Heesch | 2020-07-07 | 4 | -8/+8 | |
| | |\ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | Compilation warning in debug.cpp | albert-github | 2020-07-06 | 4 | -8/+8 | |
| | * | | | | | | | | | Refactoring: replace QDict<void> by StringUnorderedSet for g_processedFiles a... | Dimitri van Heesch | 2020-07-07 | 1 | -17/+18 | |
| | |/ / / / / / / / | ||||||
| | * | | | | | | | | Scalable search bar for high resolution displays (#7888) | tttapa | 2020-07-04 | 1 | -9/+9 | |
| | | |_|_|/ / / / | | |/| | | | | | | ||||||
| | * | | | | | | | Merge pull request #7885 from albert-github/feature/bug_warn_uninitialized | Dimitri van Heesch | 2020-07-02 | 1 | -4/+2 | |
| | |\ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | Misleading compiler warning | albert-github | 2020-06-30 | 1 | -4/+2 | |
| | | | |/ / / / / | | | |/| | | | | | ||||||
| | * | | | | | | | issue #7890 Macro Expansion broken | albert-github | 2020-07-02 | 1 | -2/+2 | |
| | |/ / / / / / | ||||||
| | * | | | | | | Fixed anothing compilation issue when use_libclang was not enabled | Dimitri van Heesch | 2020-06-29 | 4 | -30/+23 | |
| | * | | | | | | Fix for compile issue on Travis | Dimitri van Heesch | 2020-06-29 | 1 | -1/+1 | |
| | * | | | | | | Merge branch 'mthread_pre' | Dimitri van Heesch | 2020-06-28 | 10 | -481/+408 | |
| | |\ \ \ \ \ \ | | | |/ / / / / | | |/| | | | | | ||||||
| | | * | | | | | Refactor: make preprocessor run in parallel | Dimitri van Heesch | 2020-06-28 | 10 | -481/+408 | |
| | * | | | | | | Merge pull request #7857 from albert-github/feature/bug_obsolete_transl_fie | Dimitri van Heesch | 2020-06-18 | 24 | -182/+0 | |
| | |\ \ \ \ \ \ | ||||||
| | | * | | | | | | Remove not used translator function | albert-github | 2020-06-17 | 24 | -182/+0 | |
| | * | | | | | | | Don't crash if output subdirectories already exist | tttapa | 2020-06-18 | 1 | -4/+8 | |
| | | |/ / / / / | | |/| | | | | | ||||||
| | * | | | | | | Multi-threaded parsing: added locks around global data | Dimitri van Heesch | 2020-06-17 | 9 | -68/+95 | |
| | |/ / / / / | ||||||
| | * | | | | | Merge pull request #7847 from albert-github/feature/bug_spelling_cite | Dimitri van Heesch | 2020-06-16 | 1 | -1/+1 | |
| | |\ \ \ \ \ | ||||||
| | | * | | | | | Spelling correction in cite code | albert-github | 2020-06-13 | 1 | -1/+1 | |
| | * | | | | | | Refactor: modernize markdown and make it thread-safe | Dimitri van Heesch | 2020-06-16 | 33 | -1661/+1686 | |
| | * | | | | | | Merge branch 'master' of github.com:doxygen/doxygen | Dimitri van Heesch | 2020-06-13 | 15 | -23/+82 | |
| | |\ \ \ \ \ \ | | | |/ / / / / | ||||||
| | | * | | | | | issue #7796 Backticks (`) in Doxygen-markup-in-C in Markdown collapses (#7797) | albert-github | 2020-06-13 | 1 | -2/+5 | |
| | | * | | | | | bug_121547 extern variable is being referenced in documentation incorrectly (... | albert-github | 2020-06-13 | 1 | -3/+4 | |
| | | * | | | | | Add `const` qualifier to UsedDir::m_dir. (#7820) | David Hebbeker | 2020-06-13 | 2 | -3/+3 | |
| | | * | | | | | Add namespace inline flag in xml output (#7828) | Sergei Izmailov | 2020-06-13 | 1 | -2/+5 | |
| | | * | | | | | Incorrect label in map of dot files in xhtml (#7840) | albert-github | 2020-06-13 | 4 | -2/+13 | |
| | | * | | | | | Number of translatable terms (like Chapter) are in English instead of Greek (... | albert-github | 2020-06-13 | 3 | -6/+33 | |
| | | * | | | | | Catch all wrong mkdir calls (coverity) | albert-github | 2020-06-12 | 4 | -5/+19 | |
| | * | | | | | | Add options to enable various sanitizers | Dimitri van Heesch | 2020-06-13 | 2 | -10/+4 | |
| | |/ / / / / | ||||||
| | * | | | | | Regression: further fixes to make the documentation build again | Dimitri van Heesch | 2020-06-10 | 1 | -82/+83 | |
| | * | | | | | Merge pull request #7830 from maddox11/missing_instance_rework | Dimitri van Heesch | 2020-06-10 | 2 | -39/+135 | |
| | |\ \ \ \ \ | ||||||
| | | * | | | | | missing instance-rework | hake | 2020-06-03 | 2 | -39/+135 | |
| | * | | | | | | Refactor: make QCString a wrapper around std::string | Dimitri van Heesch | 2020-06-10 | 8 | -21/+25 | |
| | * | | | | | | Revert pull request #7703: make declArgumentList be from declaration, and arg... | Dimitri van Heesch | 2020-06-07 | 1 | -3/+3 | |