summaryrefslogtreecommitdiffstats
path: root/src/scanner.l
Commit message (Expand)AuthorAgeFilesLines
* 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
* | issue #7472: Serious regression: /**< comments cause functions to be silently...Dimitri van Heesch2020-01-091-5/+3
|/
* Make commentscan.l reentrantDimitri van Heesch2019-12-301-3/+5
* Merge branch 'master' into feature/bug_fenced_codeDimitri van Heesch2019-12-261-3498/+3428
|\
| * issue #7446: C#: parameter named `extends` is broken in the documentationDimitri van Heesch2019-12-201-4/+4
| * Incorrect warning "yyextra->inside" instead of "inside"albert-github2019-12-181-2/+2
| * issue #7412: HTML: Opening a reference link in a new tab does not scroll to t...Dimitri van Heesch2019-12-101-2/+5
| * Merge branch 'master' into feature/bug_coverity_unintDimitri van Heesch2019-12-081-85/+58
| |\
| | * Changed std::unique_ptr<Entry> to std::shared_ptr<Entry> at avoid use after f...Dimitri van Heesch2019-12-081-45/+46
| | * Added missing debug flags for scanner that were made reentrantDimitri van Heesch2019-12-051-0/+3
| | * Split language parser into "outline parser" and "code parser"Dimitri van Heesch2019-12-031-40/+9
| * | Coverity uninitializedalbert-github2019-12-021-1/+1
| |/
| * Made scanner.l reentrantDimitri van Heesch2019-12-011-3329/+3371
| * Fixed line count misaligned introduced with JAVADOC_BANNERDimitri van Heesch2019-11-241-36/+38
| * Cleanup scanner.l code and namingDimitri van Heesch2019-11-241-2756/+2723
| * Made code.l scanner reentrantDimitri van Heesch2019-11-211-2/+5
| * Remove bogus flex codeDimitri van Heesch2019-11-181-7/+0
| * Fix line count after multiline close groupRoel Standaert2019-11-121-0/+1