summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix issues caused by QCString::rawData and QCString::operator[]Dimitri van Heesch2021-04-2623-90/+86
* Fix issue with test 055 on CygwinDimitri van Heesch2021-04-252-5/+1
* Fixed issue causing trailing text after expansion of aliases.Dimitri van Heesch2021-04-241-22/+20
* classes incorrectly appeared in the navgiation indexDimitri van Heesch2021-04-241-4/+5
* Fix problem comparing a QCString with a const char * null pointerDimitri van Heesch2021-04-232-8/+11
* Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2021-04-236-17/+21
|\
| * Problem with Fortran, giving a warning about invalid statealbert-github2021-04-231-0/+1
| * Merge pull request #8430 from albert-github/feature/issue_8425Dimitri van Heesch2021-04-221-13/+9
| |\
| | * issue #8425 Would like a way to sort class list but not brief member listalbert-github2021-03-141-13/+9
| * | Merge pull request #8424 from albert-github/feature/bug_default_rule_paramDimitri van Heesch2021-04-221-0/+8
| |\ \
| | * | Usage of default lex rule with `\param`albert-github2021-03-121-0/+8
| | |/
| * | Merge pull request #8502 from albert-github/feature/bug_coverity_20210414Dimitri van Heesch2021-04-222-2/+1
| |\ \
| | * | Coverity warningsalbert-github2021-04-142-2/+1
| * | | Merge pull request #8514 from albert-github/feature/bug_aliases_regexDimitri van Heesch2021-04-221-2/+2
| |\ \ \
| | * | | No warning for incorrect ALIASESalbert-github2021-04-221-2/+2
| | |/ /
* | | | Fix for crash due to wrong function prototype for portable_iconv_openDimitri van Heesch2021-04-234-5/+5
|/ / /
* | | Refactoring: remove implicit conversion from QCString to const char *Dimitri van Heesch2021-04-22255-7291/+7476
|/ /
* | issue #8498: Concepts do not respect groups in tree viewDimitri van Heesch2021-04-133-23/+20
* | Written layout file was emptyalbert-github2021-04-131-6/+10
* | issue #8474: Crash: double free or corruption (out)Dimitri van Heesch2021-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-0853-157/+2431
* | C++20 concepts: added support for parsing requires-clausesDimitri van Heesch2021-04-088-27/+225
* | issue #8485 The browser based search doesn't handle underscores correctlyalbert-github2021-04-082-1/+5
* | 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