summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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 update
| | * Incorrect DOXYFILE_ENCODING upon updatealbert-github2021-03-291-1/+8
| | | | | | | | | | | | When the Doxyfile is updated the DOXYFILE_ENCODING remains at the original setting although the setting should now be UTF-8
| * | Merge pull request #8468 from albert-github/feature/bug_xml_dbg_msgDimitri van Heesch2021-03-291-4/+5
| |\ \ | | | | | | | | Consistency with other debug messages
| | * | Consistency with other debug messagesalbert-github2021-03-291-4/+5
| | |/ | | | | | | | | | More consistent debug message (other lexers through printlex)
| * | Merge pull request #8466 from albert-github/feature/issue_8465Dimitri van Heesch2021-03-291-1/+7
| |\ \ | | |/ | |/| issue #8465 Parens in return type template are dropped
| | * issue #8465 Parens in return type template are droppedalbert-github2021-03-291-1/+7
| |/ | | | | | | The "(" was eaten when the sharp parens ended but not the number of round brackets so exter condition required.
* | 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
| | | | | - direct use of std::stringstream and std::ostream gave a 30% drop in performance.
* Merge pull request #8460 from albert-github/feature/bug_env_changelogDimitri van Heesch2021-03-271-5/+5
|\ | | | | Environment variabelen in changelog
| * Environment variabelen in changelogalbert-github2021-03-271-5/+5
| | | | | | | | | | The environment variables in the changelog were replaced by their values and this was not the intention in the changelog By using the HTML Entity here for the dollar sign this can be prevented.
* | Merge pull request #8459 from albert-github/feature/bug_qtools_maintDimitri van Heesch2021-03-273-5/+2
|\ \ | | | | | | Removing some left over qtools
| * | Removing some left over qtoolsalbert-github2021-03-273-5/+2
| |/ | | | | | | Removing some references to removed qtools
* | Merge pull request #8461 from albert-github/feature/bug_maint_prefix_fileDimitri van Heesch2021-03-272-3/+0
|\ \ | |/ |/| Remove not used file
| * Remove not used filealbert-github2021-03-272-3/+0
|/ | | | The file install_prefx is not used.
* 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.l
| * Problem with empty buffer in pyscanner.lalbert-github2021-03-251-0/+1
|/ | | | | | | | | | | | | | | | | | | | | | After commit: ``` Commit: 9533e6d6e8e69954593da006ab00ea362980bc76 Date: Wednesday, March 24, 2021 11:44:20 PM Regression: fix potential lockup while parsing python code ``` the package fwupd-1.5.8 crashes with: ``` Reading /cygdrive/e/Fossies/fwupd-1.5.8/contrib/firmware_packager/__init__.py... Parsing file /cygdrive/e/Fossies/fwupd-1.5.8/contrib/firmware_packager/__init__.py... Thread 1 "doxygen" received signal SIGSEGV, Segmentation fault. 0x000000010065ea24 in yyread (yyscanner=0x8005d6930, buf=0x6ffffff60010 "", max_size=262143) at .../doxygen/src/pyscanner.l:1443 1443 yyextra->inputPosition+=c; ```
* 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 ↵Dimitri van Heesch2021-03-2410-2899/+2924
| | | | vice versa (part 2)
* Refactoring: remove unused QString dependenciesDimitri van Heesch2021-03-232-5/+0
|
* Refactoring: replace QGString by std::ostringstreamDimitri van Heesch2021-03-2331-829/+418
|
* Update ghc::filesystem to version 1.5.4Dimitri van Heesch2021-03-222-60/+120
|
* Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2021-03-2211-41/+38
|\
| * Merge pull request #8451 from albert-github/feature/bug_maint_doxyfileDimitri van Heesch2021-03-222-5/+1
| |\ | | | | | | Maintenance doxygen internal Doxyfiles
| | * Maintenance doxygen internal Doxyfilesalbert-github2021-03-222-5/+1
| | | | | | | | | | | | The Doxyfiles for the doxygen internal doxygen documentation had some obsolete entries and was lacking a new file (filesystem.hpp)
| * | Merge pull request #8453 from albert-github/feature/bug_gitignoreDimitri van Heesch2021-03-221-0/+2
| |\ \ | | | | | | | | Maintenance of .gitignore
| | * | Maintenance of .gitignorealbert-github2021-03-221-0/+2
| | |/ | | | | | | | | | A file and a directory, generated by the doxygen internal documentation, were not excluded from the list that should go into the repository.
| * | Merge pull request #8454 from mkolleck/masterDimitri van Heesch2021-03-221-3/+5
| |\ \ | | |/ | |/| Fix deadlock when using `WARN_AS_ERROR = YES`.
| | * 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-212-17/+17
| |\ | | | | | | Some regressions on the template approach
| | * Some regressions on the templated approachalbert-github2021-03-202-17/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | Although the templated approach is highly experimental there are a number of regressions fixed: - context.cpp - incorrect if condition due to: Refactoring: cleanup unused qtools headers (commit: b89561e0c61aec5cae6eafc354f81a3bf071a777) - garbled messages due to missing end of line in message - htmllayout.tpl - doxygen.luma has been replaced by doxygen.cpp
| * | Merge pull request #8447 from albert-github/feature/bug_configimpl_deadDimitri van Heesch2021-03-211-7/+1
| |\ \ | | | | | | | | Regression: dead code in configimpl.l
| | * | Regression: dead code in configimpl.lalbert-github2021-03-201-7/+1
| | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | According to coverity: ``` CID 315169 (#1 of 1): Structurally dead code (UNREACHABLE)unreachable: This code cannot be reached: if (!fileOpened) { config.... ``` this problem has been introduced in: Refactoring: replace QFile/FTextStream with fstream/stringstream (Commit: fa1897b1889f7bf74de68f1ac99cf3be343a7551)
| * | Merge pull request #8446 from albert-github/feature/bug_classdef_deadDimitri van Heesch2021-03-211-2/+5
| |\ \ | | |/ | |/| Regression: dead code in classdef.cpp