Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | More fixes | Dimitri van Heesch | 2020-12-12 | 1 | -8/+8 | |
* | | | More syntax fixes for yml | Dimitri van Heesch | 2020-12-12 | 1 | -13/+13 | |
* | | | Fixed syntax error in yml script | Dimitri van Heesch | 2020-12-12 | 1 | -17/+18 | |
* | | | Add initial buildscope for Github Actions | Dimitri van Heesch | 2020-12-12 | 1 | -0/+68 | |
* | | | Fix for compilation issues on Windows | Dimitri van Heesch | 2020-12-12 | 2 | -90/+11 | |
* | | | Revert "Remove XML parser code from qtools" | Dimitri van Heesch | 2020-12-12 | 4 | -0/+6821 | |
* | | | Merge branch 'xmlparser' | Dimitri van Heesch | 2020-12-11 | 10 | -8030/+1735 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | Remove XML parser code from qtools | Dimitri van Heesch | 2020-12-11 | 4 | -6821/+0 | |
| * | | Make layout parser use the new XML parser | Dimitri van Heesch | 2020-12-11 | 3 | -921/+922 | |
| * | | Make tagreader use the new XML parser | Dimitri van Heesch | 2020-12-08 | 2 | -291/+268 | |
| * | | Refactoring: replace QXml by own XML processor | Dimitri van Heesch | 2020-12-06 | 3 | -0/+548 | |
* | | | Merge pull request #8223 from albert-github/feature/bug_docu_fail_2 | Dimitri van Heesch | 2020-12-04 | 29 | -29/+29 | |
|\ \ \ | ||||||
| * | | | Present all warnings of first documentation sub-task when it fails | albert-github | 2020-12-04 | 29 | -29/+29 | |
* | | | | Merge pull request #8224 from albert-github/feature/bug_group_label | Dimitri van Heesch | 2020-12-04 | 2 | -5/+4 | |
|\ \ \ \ | ||||||
| * | | | | Creating link to not defined label in case of groups | albert-github | 2020-12-04 | 2 | -5/+4 | |
| |/ / / | ||||||
* | | | | Merge pull request #8225 from albert-github/feature/bug_testing_links | Dimitri van Heesch | 2020-12-04 | 5 | -43/+43 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | Update used links in test examples | albert-github | 2020-12-04 | 5 | -43/+43 | |
|/ / / | ||||||
* | | | Merge pull request #8199 from albert-github/feature/bug_docu_fail | Dimitri van Heesch | 2020-12-03 | 29 | -0/+29 | |
|\ \ \ | ||||||
| * | | | Have build of doxygen documentation fail on warnings. | albert-github | 2020-11-24 | 29 | -0/+29 | |
* | | | | Merge pull request #8222 from albert-github/feature/bug_docu_links | Dimitri van Heesch | 2020-12-03 | 5 | -7/+7 | |
|\ \ \ \ | |_|/ / |/| | | | ||||||
| * | | | Incorrect link in doxygen documentation | albert-github | 2020-12-03 | 5 | -7/+7 | |
* | | | | Avoid duplicate entry in the LaTeX output for inlined namespace | Dimitri van Heesch | 2020-12-03 | 1 | -1/+1 | |
* | | | | Merge branch 'master' of github.com:doxygen/doxygen | Dimitri van Heesch | 2020-12-03 | 1 | -2/+2 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Merge pull request #8221 from albert-github/feature/bug_spell_doxyparse | Dimitri van Heesch | 2020-12-03 | 1 | -2/+2 | |
| |\ \ \ | ||||||
| | * | | | Correction of spelling errors | albert-github | 2020-12-03 | 1 | -2/+2 | |
| |/ / / | ||||||
* | | | | Forgot to handle deprecated in the same way as other xref items | Dimitri van Heesch | 2020-12-03 | 1 | -1/+1 | |
|/ / / | ||||||
* | | | Merge branch 'master' of github.com:doxygen/doxygen | Dimitri van Heesch | 2020-12-02 | 9 | -90/+166 | |
|\ \ \ | ||||||
| * \ \ | Merge pull request #8197 from albert-github/feature/issue_8023 | Dimitri van Heesch | 2020-12-02 | 4 | -7/+35 | |
| |\ \ \ | ||||||
| | * | | | issue #8023 Add option to exit with non-zero exit code on warnings even if WA... | albert-github | 2020-11-23 | 4 | -7/+35 | |
| | |/ / | ||||||
| * | | | Merge pull request #8207 from timoffermann/feature/issue_6204 | Dimitri van Heesch | 2020-12-02 | 2 | -40/+76 | |
| |\ \ \ | ||||||
| | * | | | Introduce new DOT_UML_DETAIL setting "NONE" | Tim Offermann | 2020-11-27 | 2 | -13/+37 | |
| | * | | | Enable UML diagrams without member fields | Tim Offermann | 2020-11-26 | 2 | -37/+49 | |
| * | | | | Merge pull request #8219 from analizo/fix-doxyparse-yaml-output-syntax | Dimitri van Heesch | 2020-12-02 | 1 | -2/+2 | |
| |\ \ \ \ | ||||||
| | * | | | | quotes added surrounding inheritance tokens on doxyparse output | Joenio Marques da Costa | 2020-12-01 | 1 | -2/+2 | |
| * | | | | | Merge pull request #8217 from albert-github/feature/bug_extend_tests | Dimitri van Heesch | 2020-12-02 | 1 | -1/+1 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Extend tests with some other default tests | albert-github | 2020-12-01 | 1 | -1/+1 | |
| | |/ / / / | ||||||
| * | | | | | Merge pull request #8218 from analizo/improve-doxyparse-readme | Dimitri van Heesch | 2020-12-02 | 2 | -40/+52 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | add .md extension on Doxyparse README doc | Joenio Marques da Costa | 2020-12-01 | 1 | -0/+0 | |
| | * | | | | | better description of Doxyparse on README doc | Joenio Marques da Costa | 2020-12-01 | 1 | -13/+25 | |
| | |/ / / / | ||||||
* | | | | | | Merge branch 'albert-github-feature/bug_789318' | Dimitri van Heesch | 2020-12-02 | 1 | -23/+38 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| * | | | | | Fixes spacing | Dimitri van Heesch | 2020-12-02 | 1 | -31/+31 | |
| * | | | | | Merge branch 'feature/bug_789318' of https://github.com/albert-github/doxygen... | Dimitri van Heesch | 2020-12-02 | 1 | -23/+38 | |
| |\ \ \ \ \ |/ / / / / / | ||||||
| * | | | | | bug 789318 c# expression-bodied property is not rendered correctly | albert-github | 2020-09-01 | 1 | -23/+38 | |
* | | | | | | Join sequences of the same type of xref items together in a single paragraph ... | Dimitri van Heesch | 2020-12-02 | 1 | -9/+11 | |
* | | | | | | Improve handling of inline namespace members in LateX/RTF output | Dimitri van Heesch | 2020-12-02 | 13 | -129/+190 | |
| |/ / / / |/| | | | | ||||||
* | | | | | Remove duplicate pages for classes inside inline namespaces (LaTeX/RTF/DocBook) | Dimitri van Heesch | 2020-11-29 | 3 | -8/+16 | |
* | | | | | Merge pull request #8213 from allanbowe/issue-8212 | Dimitri van Heesch | 2020-11-29 | 13 | -197/+197 | |
|\ \ \ \ \ | ||||||
| * | | | | | fix: convert links to the main doxygen site to https. Trailing whitespace wa... | Allan Bowe | 2020-11-29 | 13 | -197/+197 | |
* | | | | | | Fix compiler error by making clangparser use TooltipManager::instance() | Dimitri van Heesch | 2020-11-29 | 1 | -2/+1 | |
* | | | | | | Fix shadowing warning for hex constant | Dimitri van Heesch | 2020-11-29 | 1 | -1/+0 | |