summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Extending startuml with extra figure typesalbert-github2021-04-0410-13/+78
* Regression: source code was not longer visible in HTML/LaTeX/docbook outputDimitri van Heesch2021-03-318-74/+40
* 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
* Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2021-03-292-2/+15
|\
| * 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
| * | 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
* 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-2615-237/+1322
|\
| * Refactoring: move qcstring and remove qtoolsDimitri van Heesch2021-03-2516-238/+1324
* | 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
* 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
* issue #8375 Lowercase search does not find non-ASCII uppercase pages and vice...Dimitri van Heesch2021-03-2410-2899/+2924
* Refactoring: remove unused QString dependenciesDimitri van Heesch2021-03-232-5/+0
* Refactoring: replace QGString by std::ostringstreamDimitri van Heesch2021-03-2326-414/+418
* Update ghc::filesystem to version 1.5.4Dimitri van Heesch2021-03-222-5809/+1
* Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2021-03-226-34/+33
|\
| * Fix deadlock when using `WARN_AS_ERROR = YES`.Kolleck, Martin2021-03-221-3/+5
| * Merge pull request #8445 from albert-github/feature/bug_templatedDimitri van Heesch2021-03-211-16/+16
| |\
| | * Some regressions on the templated approachalbert-github2021-03-201-16/+16
| * | Merge pull request #8447 from albert-github/feature/bug_configimpl_deadDimitri van Heesch2021-03-211-7/+1
| |\ \
| | * | Regression: dead code in configimpl.lalbert-github2021-03-201-7/+1
| | |/
| * | Regression: dead code in classdef.cppalbert-github2021-03-201-2/+5
| |/
| * Merge pull request #8407 from albert-github/feature/bug_spell_defargsDimitri van Heesch2021-03-191-1/+1
| |\
| | * Spelling correctionalbert-github2021-03-041-1/+1
| * | Correcting spelling errors in filesystem.hppalbert-github2021-03-191-4/+4
| * | Building Cygwin version of doxygen failsalbert-github2021-03-191-1/+1
* | | issue #8375: Lowercase search does not find non-ASCII uppercase pages and vic...Dimitri van Heesch2021-03-2218-203/+3333
|/ /
* | Refactoring: replace QFile/FTextStream with fstream/stringstreamDimitri van Heesch2021-03-18133-4053/+3297
* | Refactoring: Replaced QDir with DirDimitri van Heesch2021-03-1840-560/+886
* | Refactoring: Replaced QFileInfo with FileInfoDimitri van Heesch2021-03-1838-282/+6326
* | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2021-03-184-10/+21
|\ \
| * | Correction compilation warnings (#8398)albert-github2021-03-063-7/+7
| * | Merge pull request #8412 from albert-github/feature/bug_docu_sqlite3Dimitri van Heesch2021-03-061-0/+9
| |\ \
| | * | Missing build note for sqlite3albert-github2021-03-051-0/+9
| * | | Issue #8405 Dead link in documentationalbert-github2021-03-051-3/+5
| |/ /