Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactoring: replace/remove the use of QDateTime | Dimitri van Heesch | 2021-02-06 | 11 | -1799/+48 |
| | |||||
* | Refactoring: make doxyindexer independent of qtools | Dimitri van Heesch | 2021-02-06 | 2 | -66/+61 |
| | |||||
* | Refactoring: Move xml parser to a separate directory | Dimitri van Heesch | 2021-02-06 | 9 | -11/+62 |
| | |||||
* | Refactoring: qtools cleanup + remove QDateTime use from rtfgen.cpp | Dimitri van Heesch | 2021-02-05 | 9 | -7602/+9 |
| | |||||
* | Merge branch 'master' of github.com:doxygen/doxygen | Dimitri van Heesch | 2021-02-05 | 3 | -9/+13 |
|\ | |||||
| * | Merge pull request #8367 from albert-github/feature/bug_doxyw_split | Dimitri van Heesch | 2021-02-05 | 1 | -0/+4 |
| |\ | | | | | | | Remove deprecated warnings for QString::SkipEmptyParts in doxywizard | ||||
| | * | Remove deprecated warnings for QString::SkipEmptyParts in doxywizard | albert-github | 2021-01-31 | 1 | -0/+4 |
| | | | | | | | | | | | | Qt made `QString::SkipEmptyParts` deprecated (as of version 5.14) in favor of `Qt::SkipEmptyParts` | ||||
| * | | Merge pull request #8366 from albert-github/feature/bug_doxyw_endl | Dimitri van Heesch | 2021-02-05 | 2 | -9/+9 |
| |\ \ | | | | | | | | | Remove deprecated warnings for endl in doxywizard | ||||
| | * | | Remove deprecated warnings for endl in doxywizard | albert-github | 2021-01-31 | 2 | -9/+9 |
| | |/ | | | | | | | | | | Qt made `endl` deprecated (as of version 5.15) in favor of `Qt:endl`, to compile with Qt4 and (all) Qt5 we use the more system independent `\n`. | ||||
* | | | Fixed a couple of issues found by running Coverity | Dimitri van Heesch | 2021-02-05 | 4 | -6/+9 |
|/ / | |||||
* | | issue #8370: Doxygen 1.9.1 confused by C++ using/typedef declaration | Dimitri van Heesch | 2021-02-05 | 1 | -4/+2 |
| | | |||||
* | | issue #8371: @defgroup contained in the markdown mainpage.md are not ↵ | Dimitri van Heesch | 2021-02-04 | 2 | -3/+3 |
| | | | | | | | | including the @ingroup marked classes in the generated documentation. | ||||
* | | Detect generateDS and recreate index.py/compound.py automatically | Dimitri van Heesch | 2021-02-03 | 5 | -15/+51 |
| | | |||||
* | | Replace the C++ doxmlparser libary by a python based module | Dimitri van Heesch | 2021-02-02 | 47 | -10377/+24691 |
| | | |||||
* | | issue #5362: Indexing and searching cannot treat non ASCII identifiers | Dimitri van Heesch | 2021-01-31 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'master' of github.com:doxygen/doxygen | Dimitri van Heesch | 2021-01-31 | 1 | -4/+4 |
|\ \ | |||||
| * \ | Merge pull request #8368 from albert-github/feature/bug_gha_sqlite3 | Dimitri van Heesch | 2021-01-31 | 1 | -4/+4 |
| |\ \ | | |/ | |/| | Add sqlite build for Ubuntu on Github Actions | ||||
| | * | Add sqlite build for Ubuntu on Github Actions | albert-github | 2021-01-31 | 1 | -4/+4 |
| |/ | | | | | | | In Github Actions sqlite3 is by default present in the Ubuntu setup, so we can build against it. | ||||
* | | issue #5363: Indexing and searching cannot treat non ASCII identifiers | Dimitri van Heesch | 2021-01-31 | 1 | -1/+5 |
|/ | |||||
* | Regression: Fixed compilation issue in sqlite3gen after merging PR #8359 | Dimitri van Heesch | 2021-01-28 | 1 | -1/+1 |
| | |||||
* | Regression: fixed crash due to uninitialized pointer in ↵ | Dimitri van Heesch | 2021-01-28 | 1 | -14/+10 |
| | | | | dotgroupcollaboration.cpp | ||||
* | Merge pull request #8356 from DuyDang007/patch-1 | Dimitri van Heesch | 2021-01-28 | 1 | -2/+2 |
|\ | | | | | issue #8160 Use ^^ instead of \n in ALIASES documentation | ||||
| * | issue #8160 Use ^^ instead of \n in ALIASES ... | DuyDang | 2021-01-26 | 1 | -2/+2 |
| | | | | | | | | | | document Fix the document. | ||||
* | | Merge pull request #8359 from albert-github/feature/issue_8357 | Dimitri van Heesch | 2021-01-28 | 7 | -10/+11 |
|\ \ | | | | | | | issue #8357 XML output does not include cross-references in code-fragments | ||||
| * | | issue #8357 XML output does not include cross-references in code-fragments | albert-github | 2021-01-27 | 7 | -10/+11 |
| |/ | | | | | | | | | | | | | In case of explicit code samples the language was not specified for the code and the code was parsed verbatim. Same was valid for code in the Docbook output. The LaTeX version has been taken as reference for the implementation. | ||||
* | | Merge pull request #8360 from albert-github/feature/bug_extension_mapping | Dimitri van Heesch | 2021-01-28 | 1 | -1/+1 |
|\ \ | |/ |/| | Extension during mapping not correctly replaced. | ||||
| * | Extension during mapping not correctly replaced. | albert-github | 2021-01-28 | 1 | -1/+1 |
|/ | | | | | When searching whether the extension is already in the list of mapped extensions the input extension is used but when inserting the eventually corrected extension (extName) is used. In all cases the inserted extension contains a dot (`.`) , but for the input extension this is not necessarily the case. This can cause problems when searching for an extension as the search will always search wit a dot and thus find the first (is old) value. | ||||
* | Merge branch 'master' of github.com:doxygen/doxygen | Dimitri van Heesch | 2021-01-25 | 1 | -1/+1 |
|\ | |||||
| * | Merge pull request #8353 from albert-github/feature/bug_spel_htmlattrib | Dimitri van Heesch | 2021-01-23 | 1 | -1/+1 |
| |\ | | | | | | | Spelling correction | ||||
| | * | Spelling correction | albert-github | 2021-01-23 | 1 | -1/+1 |
| | | | | | | | | | | | | Some spelling corrections. | ||||
* | | | Regression: fix incorrect warning regarding 'unable to resolve link' | Dimitri van Heesch | 2021-01-25 | 1 | -1/+1 |
|/ / | |||||
* | | Regression. Pages appeared in the wrong order in the menu bar | Dimitri van Heesch | 2021-01-23 | 1 | -1/+1 |
| | | | | | | | | - prepend flag was interpreted wrongly | ||||
* | | Regression: fixed potential crash in ftvhelp.cpp | Dimitri van Heesch | 2021-01-23 | 1 | -2/+2 |
| | | | | | | | | | | - Found while running doxygen on the gmic project - Cause: vector.back() was called on an empty vector | ||||
* | | Regression: fixed potential crash in docparser.cpp | Dimitri van Heesch | 2021-01-23 | 1 | -1/+1 |
|/ | | | | | - Found when running doxygen on the reportlab project - Cause: top() was called on an empty stack. | ||||
* | Refactoring: restore a few qtools headers still used by doxmlparser | Dimitri van Heesch | 2021-01-23 | 4 | -31/+345 |
| | |||||
* | Fix size_t related compiler errors & warnings for win64 | Dimitri van Heesch | 2021-01-22 | 8 | -57/+54 |
| | |||||
* | Refactoring: cleanup unused qtools headers | Dimitri van Heesch | 2021-01-22 | 47 | -3773/+100 |
| | |||||
* | Refactoring: template.cpp (part 4) | Dimitri van Heesch | 2021-01-22 | 1 | -77/+47 |
| | |||||
* | Refactoring: template.cpp (part 3) | Dimitri van Heesch | 2021-01-22 | 1 | -130/+108 |
| | |||||
* | Refactoring: template.cpp (part 2) | Dimitri van Heesch | 2021-01-22 | 1 | -59/+64 |
| | |||||
* | Refactoring: template.cpp (part 1) | Dimitri van Heesch | 2021-01-22 | 1 | -154/+115 |
| | |||||
* | Refactoring: modernized context.cpp | Dimitri van Heesch | 2021-01-22 | 1 | -17/+16 |
| | |||||
* | Refactoring: fix for potentially uninitialized variables | Dimitri van Heesch | 2021-01-22 | 1 | -6/+6 |
| | |||||
* | Refactoring: modernize vhdldocgen | Dimitri van Heesch | 2021-01-22 | 2 | -300/+244 |
| | |||||
* | Refactoring: modernize PlantumlManager | Dimitri van Heesch | 2021-01-22 | 8 | -137/+79 |
| | |||||
* | Refactoring: modernize Statistics & time keeping | Dimitri van Heesch | 2021-01-22 | 5 | -46/+34 |
| | |||||
* | Refactoring: modernize FTVHelp | Dimitri van Heesch | 2021-01-22 | 2 | -77/+65 |
| | |||||
* | Refactoring: modernize condStack | Dimitri van Heesch | 2021-01-22 | 1 | -12/+13 |
| | |||||
* | Refactoring: modernize commentStack | Dimitri van Heesch | 2021-01-22 | 1 | -25/+30 |
| | |||||
* | Refactoring: modernize g_lexerStack | Dimitri van Heesch | 2021-01-22 | 1 | -13/+10 |
| |