index
:
Doxygen.git
master
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
scanner.l
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #8333 from albert-github/feature/bug_305773
Dimitri van Heesch
2021-05-02
1
-0/+12
|
\
|
*
Merge branch 'master' into feature/bug_305773
Dimitri van Heesch
2021-04-29
1
-386/+602
|
|
\
|
*
|
bug_305773 Volatile declaration is missing for variables in XML output
albert-github
2021-01-13
1
-0/+12
*
|
|
Merge pull request #8327 from albert-github/feature/bug_enum_struct
Dimitri van Heesch
2021-05-02
1
-1/+7
|
\
\
\
|
*
|
|
Incorrect type for enum struct
albert-github
2021-01-12
1
-1/+7
|
|
/
/
*
|
|
Merge branch 'master' into feature/bug_formula_mj
Dimitri van Heesch
2021-04-28
1
-82/+82
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Refactoring: remove implicit conversion from QCString to const char *
Dimitri van Heesch
2021-04-22
1
-82/+82
*
|
|
Problems with some commands in MathJax
albert-github
2021-04-20
1
-4/+8
|
/
/
*
|
issue #2732: Adding support for C++ concepts (Origin: bugzilla #499352)
Dimitri van Heesch
2021-04-08
1
-2/+56
*
|
C++20 concepts: added support for parsing requires-clauses
Dimitri van Heesch
2021-04-08
1
-3/+124
*
|
issue #8465 Parens in return type template are dropped
albert-github
2021-03-29
1
-1/+7
*
|
Refactoring: Add TextStream buffer to improve output writing performance
Dimitri van Heesch
2021-03-28
1
-10/+9
*
|
Fix for Linux build (missing #include <atomic>)
Dimitri van Heesch
2021-03-26
1
-0/+1
*
|
Regression: fix array out of bound issue.
Dimitri van Heesch
2021-03-25
1
-2/+6
*
|
Refactoring: replace QGString by std::ostringstream
Dimitri van Heesch
2021-03-23
1
-206/+206
*
|
Refactoring: replace QFile/FTextStream with fstream/stringstream
Dimitri van Heesch
2021-03-18
1
-2/+0
*
|
Merge branch 'master' into feature/bug_lex
Dimitri van Heesch
2021-03-03
1
-13/+28
|
\
\
|
*
|
Refactoring: replaced std::regex with own much faster implementation
Dimitri van Heesch
2021-03-02
1
-15/+25
|
*
|
Some performance tweaks + remove setting of global locale
Dimitri van Heesch
2021-02-22
1
-3/+3
|
*
|
Refactoring: replace QRegExp by std::regex in scanner.l
Dimitri van Heesch
2021-02-20
1
-17/+22
*
|
|
Adding support for lex files
albert-github
2021-02-18
1
-81/+99
*
|
|
Adding support for lex files
albert-github
2021-02-12
1
-2/+3
|
/
/
*
|
issue #8371: @defgroup contained in the markdown mainpage.md are not includin...
Dimitri van Heesch
2021-02-04
1
-1/+1
*
|
Refactoring: cleanup unused qtools headers
Dimitri van Heesch
2021-01-22
1
-1/+0
|
/
*
Fixes spacing
Dimitri van Heesch
2020-12-02
1
-31/+31
*
Merge branch 'feature/bug_789318' of https://github.com/albert-github/doxygen...
Dimitri van Heesch
2020-12-02
1
-23/+38
|
\
|
*
bug 789318 c# expression-bodied property is not rendered correctly
albert-github
2020-09-01
1
-23/+38
*
|
Forgot to remove some dead code
Dimitri van Heesch
2020-09-11
1
-14/+0
*
|
Split into separate rules
Dimitri van Heesch
2020-09-11
1
-5164/+5183
*
|
issue #8017 C++: mishandling of brackets used in trailing return types
albert-github
2020-09-08
1
-0/+16
|
/
*
Merge pull request #7981 from albert-github/feature/bug_647654
Dimitri van Heesch
2020-08-30
1
-4/+11
|
\
|
*
bug_647654 Special command \fn fails when first argument of PHP function is c...
albert-github
2020-08-28
1
-4/+11
*
|
issue #7979: C++ enums being defined in multiple files after b265433 (multi-t...
Dimitri van Heesch
2020-08-28
1
-8/+8
|
/
*
Fixed issue that could cause wrong line numbers
Dimitri van Heesch
2020-08-06
1
-1/+4
*
More minor tweaks
Dimitri van Heesch
2020-07-28
1
-3/+1
*
issue #7923 source line numbers in warnings output by parser are off by 1
albert-github
2020-07-27
1
-1/+3
*
Refactor: Modernize clang parser and make it run with multiple threads
Dimitri van Heesch
2020-07-16
1
-43/+18
*
Fixed anothing compilation issue when use_libclang was not enabled
Dimitri van Heesch
2020-06-29
1
-16/+12
*
Refactor: make preprocessor run in parallel
Dimitri van Heesch
2020-06-28
1
-14/+17
*
Refactor: modernize markdown and make it thread-safe
Dimitri van Heesch
2020-06-16
1
-4/+8
*
Merge pull request #7742 from albert-github/feature/issue_7734
Dimitri van Heesch
2020-05-09
1
-16/+20
|
\
|
*
issue #7734 Incorrect parsing of Q_PROPERTY
albert-github
2020-05-01
1
-16/+20
*
|
issue #7747 Three-way comparison operator
albert-github
2020-05-04
1
-1/+1
*
|
Input buffer overflow in php input code (#7745)
albert-github
2020-05-02
1
-4/+4
|
/
*
Refactoring: replace Doxygen::namespaceAliasDict by Doxygen::namespaceAliasMap
Dimitri van Heesch
2020-04-29
1
-12/+4
*
Refactor: improve encapsulation for ArgumentList
Dimitri van Heesch
2020-04-25
1
-19/+15
*
Performance improvements after profiling
Dimitri van Heesch
2020-04-24
1
-4/+4
*
issue #7635: Incorrect location for enum in XML file
Dimitri van Heesch
2020-03-14
1
-6/+54
*
Enabled stricter compiler warnings and fixed all new warnings
Dimitri van Heesch
2020-03-08
1
-5/+10
*
Incorrect handling of typedef in combination with const
albert-github
2020-02-25
1
-3/+10
[next]