summaryrefslogtreecommitdiffstats
path: root/src/scanner.l
Commit message (Expand)AuthorAgeFilesLines
* Replace runtime computation of the scope by a string constantDimitri van Heesch2021-05-241-3/+2
* Merge branch 'feature/issue_8541' of https://github.com/albert-github/doxygen...Dimitri van Heesch2021-05-241-0/+10
|\
| * issue #8541 Javadoc: external links to classes in java.lang are not resolvedalbert-github2021-05-241-2/+2
| * issue #8541 avadoc: external links to classes in java.lang are not resolvedalbert-github2021-05-111-0/+10
* | Merge pull request #8553 from albert-github/feature/bug_8552Dimitri van Heesch2021-05-241-7/+30
|\ \
| * | issue #8552 Javadoc: strange issue with @verbatim ... @endverbatimalbert-github2021-05-151-4/+16
| * | issue #8552 Javadoc: strange issue with @verbatim ... @endverbatimalbert-github2021-05-141-3/+14
| |/
* | Issue #8556 Removed bracket '(' in HTML an XML outputalbert-github2021-05-181-1/+1
|/
* Merge pull request #8333 from albert-github/feature/bug_305773Dimitri van Heesch2021-05-021-0/+12
|\
| * Merge branch 'master' into feature/bug_305773Dimitri van Heesch2021-04-291-386/+602
| |\
| * | bug_305773 Volatile declaration is missing for variables in XML outputalbert-github2021-01-131-0/+12
* | | Merge pull request #8327 from albert-github/feature/bug_enum_structDimitri van Heesch2021-05-021-1/+7
|\ \ \
| * | | Incorrect type for enum structalbert-github2021-01-121-1/+7
| |/ /
* | | Merge branch 'master' into feature/bug_formula_mjDimitri van Heesch2021-04-281-82/+82
|\ \ \ | | |/ | |/|
| * | Refactoring: remove implicit conversion from QCString to const char *Dimitri van Heesch2021-04-221-82/+82
* | | Problems with some commands in MathJaxalbert-github2021-04-201-4/+8
|/ /
* | 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