summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | Merge pull request #8488 from couet/Typo-fixDimitri van Heesch2021-04-091-1/+1
| |\ \
| | * | Remove a double "the"Olivier Couet2021-04-091-1/+1
| |/ /
* | | Fixed potential crash when using . after a markdown style linked image.Dimitri van Heesch2021-04-091-2/+3
|/ /
* | regex: Avoid wrong assumption that char is always signed.Dimitri van Heesch2021-04-081-1/+1
* | issue #2732: Adding support for C++ concepts (Origin: bugzilla #499352)Dimitri van Heesch2021-04-0858-157/+2466
* | C++20 concepts: added support for parsing requires-clausesDimitri van Heesch2021-04-088-27/+225
* | Merge pull request #8486 from albert-github/feature/issue_8485Dimitri van Heesch2021-04-082-1/+5
|\ \
| * | issue #8485 The browser based search doesn't handle underscores correctlyalbert-github2021-04-082-1/+5
|/ /
* | Merge pull request #8481 from albert-github/feature/bug_ghostscript_versDimitri van Heesch2021-04-061-6/+8
|\ \
| * | Determine ghostscript directory (Windows)albert-github2021-04-061-1/+1
| * | Determine ghostscipt directory (Windows)albert-github2021-04-061-6/+8
|/ /
* | Merge pull request #8479 from albert-github/feature/bug_ghostscript_9_54_0Dimitri van Heesch2021-04-051-4/+4
|\ \
| * | Update ghostscript versionalbert-github2021-04-041-4/+4
|/ /
* | Regression: source code was not longer visible in HTML/LaTeX/docbook outputDimitri van Heesch2021-03-319-75/+41
* | issue #8471: doxygen 1.9.1 segmentation fault when generating libstdc++ docum...Dimitri van Heesch2021-03-301-2/+2
* | issue #8448: [c++] unable to expand recursive macroDimitri van Heesch2021-03-291-1/+1
* | Updated the FAQ regarding the use of QtDimitri van Heesch2021-03-291-6/+4
* | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2021-03-293-6/+20
|\ \
| * \ Merge pull request #8467 from albert-github/feature/bug_doxyfile_encodingDimitri van Heesch2021-03-291-1/+8
| |\ \
| | * | Incorrect DOXYFILE_ENCODING upon updatealbert-github2021-03-291-1/+8
| * | | Merge pull request #8468 from albert-github/feature/bug_xml_dbg_msgDimitri van Heesch2021-03-291-4/+5
| |\ \ \
| | * | | Consistency with other debug messagesalbert-github2021-03-291-4/+5
| | |/ /
| * | | Merge pull request #8466 from albert-github/feature/issue_8465Dimitri van Heesch2021-03-291-1/+7
| |\ \ \ | | |/ / | |/| |
| | * | issue #8465 Parens in return type template are droppedalbert-github2021-03-291-1/+7
| |/ /
* | | Fixed potential crash in handling empty list item.Dimitri van Heesch2021-03-293-9/+20
* | | Performance improvement by returning BaseClassList by referenceDimitri van Heesch2021-03-292-8/+8
|/ /
* | Fixed compilation problem when enableing sqlite3Dimitri van Heesch2021-03-286-13/+11
* | Refactoring: Add TextStream buffer to improve output writing performanceDimitri van Heesch2021-03-28111-2647/+2998
* | Merge pull request #8460 from albert-github/feature/bug_env_changelogDimitri van Heesch2021-03-271-5/+5
|\ \
| * | Environment variabelen in changelogalbert-github2021-03-271-5/+5
* | | Merge pull request #8459 from albert-github/feature/bug_qtools_maintDimitri van Heesch2021-03-273-5/+2
|\ \ \
| * | | Removing some left over qtoolsalbert-github2021-03-273-5/+2
| |/ /
* | | Merge pull request #8461 from albert-github/feature/bug_maint_prefix_fileDimitri van Heesch2021-03-272-3/+0
|\ \ \ | |/ / |/| |
| * | Remove not used filealbert-github2021-03-272-3/+0
|/ /
* | Fix for Linux build (missing #include <atomic>)Dimitri van Heesch2021-03-264-0/+6
* | Fix out of bounds issue in VHDL processingDimitri van Heesch2021-03-261-10/+16
* | Fix macro redefinition warning for windows buildDimitri van Heesch2021-03-262-0/+5
* | Refactoring: make qcstring.h a local includeDimitri van Heesch2021-03-2644-60/+65
* | Refactoring: replace QMIN/QMAX by std::min/std::maxDimitri van Heesch2021-03-2615-45/+54
* | Avoid using std::isspace and friends on potentially multibyte charactersDimitri van Heesch2021-03-262-11/+15
* | Merge branch 'qcstring'Dimitri van Heesch2021-03-2691-40772/+1673
|\ \
| * | Refactoring: remove qtoolsDimitri van Heesch2021-03-2567-38991/+0
| * | Refactoring: move qcstring and remove qtoolsDimitri van Heesch2021-03-2525-1782/+1675
* | | Avoid using std::isspace and friends on potentially multibyte charactersDimitri van Heesch2021-03-261-8/+29
* | | Fix compilation issue on WindowsDimitri van Heesch2021-03-261-1/+1
* | | Fix difference in behaviour betwee QDir::exists and Dir::exist()Dimitri van Heesch2021-03-251-1/+2
|/ /
* | Regression: fix array out of bound issue.Dimitri van Heesch2021-03-252-6/+14
* | Merge pull request #8456 from albert-github/feature/bug_pyscanner_crashDimitri van Heesch2021-03-251-0/+1
|\ \
| * | Problem with empty buffer in pyscanner.lalbert-github2021-03-251-0/+1
|/ /
* | Regression: fix potential lockup while parsing python codeDimitri van Heesch2021-03-241-1/+1