Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'feature/bug_linecnt_define' of https://github.com/albert-github... | Dimitri van Heesch | 2021-05-02 | 1 | -0/+1 |
|\ | |||||
| * | Incorrect line count for normal comment in define | albert-github | 2021-01-20 | 1 | -0/+1 |
* | | Fixed missing comma and improved constness | Dimitri van Heesch | 2021-05-02 | 2 | -3/+3 |
* | | Merge branch 'master' into feature/bug_code_lang | Dimitri van Heesch | 2021-05-02 | 291 | -23644/+31780 |
|\ \ | |||||
| * \ | Merge pull request #8327 from albert-github/feature/bug_enum_struct | Dimitri van Heesch | 2021-05-02 | 5 | -2/+27 |
| |\ \ | |||||
| | * | | Incorrect type for enum struct | albert-github | 2021-01-12 | 5 | -2/+27 |
| * | | | Merge pull request #8509 from albert-github/feature/bug_formula_mj | Dimitri van Heesch | 2021-05-01 | 9 | -18/+46 |
| |\ \ \ | |||||
| | * \ \ | Merge branch 'master' into feature/bug_formula_mj | Dimitri van Heesch | 2021-04-28 | 261 | -7531/+7989 |
| | |\ \ \ | |||||
| | * | | | | Problems with some commands in MathJax | albert-github | 2021-04-20 | 9 | -18/+46 |
| * | | | | | Changed plantumlStart from const char *[] to std::set<QCString> | Dimitri van Heesch | 2021-05-01 | 1 | -19/+17 |
| * | | | | | Merge branch 'feature/bug_startuml' of https://github.com/albert-github/doxyg... | Dimitri van Heesch | 2021-05-01 | 10 | -13/+79 |
| |\ \ \ \ \ | |||||
| | * | | | | | Extending startuml with extra figure types | albert-github | 2021-04-06 | 1 | -1/+2 |
| | * | | | | | Extending startuml with extra figure types | albert-github | 2021-04-04 | 10 | -13/+78 |
| * | | | | | | Merge branch 'master' of github.com:doxygen/doxygen | Dimitri van Heesch | 2021-05-01 | 6 | -5/+9 |
| |\ \ \ \ \ \ | |||||
| | * \ \ \ \ \ | Merge pull request #8527 from albert-github/feature/issue_8525 | Dimitri van Heesch | 2021-04-30 | 1 | -1/+1 |
| | |\ \ \ \ \ \ | |||||
| | | * | | | | | | issue #8525 Links aren't properly rendered when preceded by quoted text | albert-github | 2021-04-30 | 1 | -1/+1 |
| | * | | | | | | | Merge pull request #8526 from albert-github/feature/bug_spell_20210430 | Dimitri van Heesch | 2021-04-30 | 3 | -3/+3 |
| | |\ \ \ \ \ \ \ | |||||
| | | * | | | | | | | Spelling corrections | albert-github | 2021-04-30 | 3 | -3/+3 |
| | | |/ / / / / / | |||||
| | * | | | | | | | Merge pull request #8501 from albert-github/feature/bug_docu_improv | Dimitri van Heesch | 2021-04-30 | 2 | -1/+5 |
| | |\ \ \ \ \ \ \ | | | |/ / / / / / | | |/| | | | | | | |||||
| | | * | | | | | | Some documentation improvements | albert-github | 2021-04-13 | 2 | -1/+5 |
| * | | | | | | | | Cleanup util.h by moving some functions to other files | Dimitri van Heesch | 2021-05-01 | 13 | -275/+282 |
| |/ / / / / / / | |||||
| * | | | | | | | Merge branch 'feature/bug_xml_settings' of https://github.com/albert-github/d... | Dimitri van Heesch | 2021-04-29 | 4 | -20/+151 |
| |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | Write out used settings when generating XML output | albert-github | 2021-03-28 | 4 | -18/+150 |
| * | | | | | | | | Merge branch 'master' of github.com:doxygen/doxygen | Dimitri van Heesch | 2021-04-29 | 4 | -5/+18 |
| |\ \ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ | Merge pull request #8332 from albert-github/feature/issue_8329 | Dimitri van Heesch | 2021-04-29 | 2 | -4/+1 |
| | |\ \ \ \ \ \ \ \ | |||||
| | | * | | | | | | | | issue #8329 Force line buffering | albert-github | 2021-01-13 | 2 | -4/+1 |
| | * | | | | | | | | | Merge pull request #8337 from yosshy/master | Dimitri van Heesch | 2021-04-29 | 2 | -1/+17 |
| | |\ \ \ \ \ \ \ \ \ | |||||
| | | * | | | | | | | | | issue #8336 Python class only with async methods support | Mob | 2021-01-18 | 2 | -1/+17 |
| * | | | | | | | | | | | Fix to avoid unneeded regeneration of "included-by" graphs | Dimitri van Heesch | 2021-04-29 | 2 | -14/+22 |
| |/ / / / / / / / / / | |||||
| * | | | | | | | | | | Minor adaptations to avoid matching 'typedefinition' as a typedef | Dimitri van Heesch | 2021-04-29 | 2 | -2/+16 |
| * | | | | | | | | | | Merge branch 'feature/bug_typedef_code' of https://github.com/albert-github/d... | Dimitri van Heesch | 2021-04-29 | 1 | -0/+2 |
| |\ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | Incorrect code coloring of typedef | albert-github | 2021-01-22 | 1 | -0/+2 |
| | | |_|_|_|_|_|_|_|/ | | |/| | | | | | | | | |||||
| * | | | | | | | | | | Merge branch 'master' of github.com:doxygen/doxygen | Dimitri van Heesch | 2021-04-29 | 2 | -5/+5 |
| |\ \ \ \ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ \ \ | Merge pull request #8512 from albert-github/feature/issue_8511 | Dimitri van Heesch | 2021-04-29 | 1 | -1/+1 |
| | |\ \ \ \ \ \ \ \ \ \ | |||||
| | | * | | | | | | | | | | issue #8511 Java: linebreak after @link can cause wrong parsing of subsequent... | albert-github | 2021-04-20 | 1 | -1/+1 |
| | | | |_|_|_|_|_|/ / / | | | |/| | | | | | | | | |||||
| | * | | | | | | | | | | issue #8518 tag </programlisting> was inserted before </highlight> parsing cp... | albert-github | 2021-04-29 | 1 | -4/+4 |
| | | |_|_|_|_|_|_|/ / | | |/| | | | | | | | | |||||
| * | | | | | | | | | | Fixed typo, use QCString, and some minor reformating | Dimitri van Heesch | 2021-04-29 | 4 | -15/+17 |
| * | | | | | | | | | | issue #8522 Javadoc: type attribute of ordered lists not preserved (in xml) | albert-github | 2021-04-29 | 11 | -6/+225 |
| |/ / / / / / / / / | |||||
| * | | | | | | | | | Merge branch 'master' of github.com:doxygen/doxygen | Dimitri van Heesch | 2021-04-28 | 5 | -1/+21 |
| |\ \ \ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ \ | Merge pull request #8504 from albert-github/feature/bug_bin_expressions | Dimitri van Heesch | 2021-04-27 | 4 | -0/+20 |
| | |\ \ \ \ \ \ \ \ \ | |||||
| | | * | | | | | | | | | Warning from preprocessor regarding binary literals | albert-github | 2021-04-19 | 4 | -0/+20 |
| | | |/ / / / / / / / | |||||
| | * | | | | | | | | | Merge pull request #8513 from albert-github/feature/bug_assert_message | Dimitri van Heesch | 2021-04-27 | 1 | -1/+1 |
| | |\ \ \ \ \ \ \ \ \ | |||||
| | | * | | | | | | | | | Error messages on ASSERTS | albert-github | 2021-04-22 | 1 | -1/+1 |
| | | |/ / / / / / / / | |||||
| * | | | | | | | | | | issue #8426: Incorrect line number from tag file | Dimitri van Heesch | 2021-04-28 | 1 | -5/+17 |
| |/ / / / / / / / / | |||||
| * | | | | | | | | | Merge branch 'feature/bug_lex_option' of https://github.com/albert-github/dox... | Dimitri van Heesch | 2021-04-27 | 1 | -4/+50 |
| |\ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | Better handling of option possibility in lex scanner | albert-github | 2021-03-08 | 1 | -4/+50 |
| * | | | | | | | | | | Merge branch 'feature/bug_lex_rules' of https://github.com/albert-github/doxy... | Dimitri van Heesch | 2021-04-27 | 2 | -42/+84 |
| |\ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | Better handling of rules in lex scanners | albert-github | 2021-03-10 | 2 | -40/+84 |
| | |/ / / / / / / / / | |||||
| * | | | | | | | | | | Merge pull request #8496 from albert-github/feature/issue_7346 | Dimitri van Heesch | 2021-04-27 | 3 | -45/+152 |
| |\ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | issue #7346 Incompatibility with MathJax 3.0 | albert-github | 2021-04-12 | 3 | -45/+152 |
| | | |_|_|_|_|_|/ / / | | |/| | | | | | | | |