summaryrefslogtreecommitdiffstats
path: root/src/scanner.l
Commit message (Expand)AuthorAgeFilesLines
* Refactoring: remove implicit conversion from QCString to const char *Dimitri van Heesch2021-04-221-82/+82
* issue #2732: Adding support for C++ concepts (Origin: bugzilla #499352)Dimitri van Heesch2021-04-081-2/+56
* C++20 concepts: added support for parsing requires-clausesDimitri van Heesch2021-04-081-3/+124
* issue #8465 Parens in return type template are droppedalbert-github2021-03-291-1/+7
* Refactoring: Add TextStream buffer to improve output writing performanceDimitri van Heesch2021-03-281-10/+9
* Fix for Linux build (missing #include <atomic>)Dimitri van Heesch2021-03-261-0/+1
* Regression: fix array out of bound issue.Dimitri van Heesch2021-03-251-2/+6
* Refactoring: replace QGString by std::ostringstreamDimitri van Heesch2021-03-231-206/+206
* Refactoring: replace QFile/FTextStream with fstream/stringstreamDimitri van Heesch2021-03-181-2/+0
* Merge branch 'master' into feature/bug_lexDimitri van Heesch2021-03-031-13/+28
|\
| * Refactoring: replaced std::regex with own much faster implementationDimitri van Heesch2021-03-021-15/+25
| * Some performance tweaks + remove setting of global localeDimitri van Heesch2021-02-221-3/+3
| * Refactoring: replace QRegExp by std::regex in scanner.lDimitri van Heesch2021-02-201-17/+22
* | Adding support for lex filesalbert-github2021-02-181-81/+99
* | Adding support for lex filesalbert-github2021-02-121-2/+3
|/
* issue #8371: @defgroup contained in the markdown mainpage.md are not includin...Dimitri van Heesch2021-02-041-1/+1
* Refactoring: cleanup unused qtools headersDimitri van Heesch2021-01-221-1/+0
* Fixes spacingDimitri van Heesch2020-12-021-31/+31
* Merge branch 'feature/bug_789318' of https://github.com/albert-github/doxygen...Dimitri van Heesch2020-12-021-23/+38
|\
| * bug 789318 c# expression-bodied property is not rendered correctlyalbert-github2020-09-011-23/+38
* | Forgot to remove some dead codeDimitri van Heesch2020-09-111-14/+0
* | Split into separate rulesDimitri van Heesch2020-09-111-5164/+5183
* | issue #8017 C++: mishandling of brackets used in trailing return typesalbert-github2020-09-081-0/+16
|/
* Merge pull request #7981 from albert-github/feature/bug_647654Dimitri van Heesch2020-08-301-4/+11
|\
| * bug_647654 Special command \fn fails when first argument of PHP function is c...albert-github2020-08-281-4/+11
* | issue #7979: C++ enums being defined in multiple files after b265433 (multi-t...Dimitri van Heesch2020-08-281-8/+8
|/
* Fixed issue that could cause wrong line numbersDimitri van Heesch2020-08-061-1/+4
* More minor tweaksDimitri van Heesch2020-07-281-3/+1
* issue #7923 source line numbers in warnings output by parser are off by 1albert-github2020-07-271-1/+3
* Refactor: Modernize clang parser and make it run with multiple threadsDimitri van Heesch2020-07-161-43/+18
* Fixed anothing compilation issue when use_libclang was not enabledDimitri van Heesch2020-06-291-16/+12
* Refactor: make preprocessor run in parallelDimitri van Heesch2020-06-281-14/+17
* Refactor: modernize markdown and make it thread-safeDimitri van Heesch2020-06-161-4/+8
* Merge pull request #7742 from albert-github/feature/issue_7734Dimitri van Heesch2020-05-091-16/+20
|\
| * issue #7734 Incorrect parsing of Q_PROPERTYalbert-github2020-05-011-16/+20
* | issue #7747 Three-way comparison operatoralbert-github2020-05-041-1/+1
* | Input buffer overflow in php input code (#7745)albert-github2020-05-021-4/+4
|/
* Refactoring: replace Doxygen::namespaceAliasDict by Doxygen::namespaceAliasMapDimitri van Heesch2020-04-291-12/+4
* Refactor: improve encapsulation for ArgumentListDimitri van Heesch2020-04-251-19/+15
* Performance improvements after profilingDimitri van Heesch2020-04-241-4/+4
* issue #7635: Incorrect location for enum in XML fileDimitri van Heesch2020-03-141-6/+54
* Enabled stricter compiler warnings and fixed all new warningsDimitri van Heesch2020-03-081-5/+10
* Incorrect handling of typedef in combination with constalbert-github2020-02-251-3/+10
* issue #6319: C++ function returning std::function with reference argument is ...Dimitri van Heesch2020-02-171-15/+16
* Fix compiler warnings on Windows (Visual Studio)Dimitri van Heesch2020-02-121-0/+3
* issue #7508: TYPEDEF_HIDES_STRUCT stopped working properlyDimitri van Heesch2020-01-281-5/+3
* Move DocGroup inside CommentScanner instead of using a globalDimitri van Heesch2020-01-261-8/+8
* Cleanup unused/unwanted parser dependencies on code generatorDimitri van Heesch2020-01-261-1/+0
* Merge pull request #7497 from albert-github/feature/bug_consistency_onlyDimitri van Heesch2020-01-111-4/+4
|\
| * Consistency `\*only` and `\end*only` commandsalbert-github2020-01-091-4/+4