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
*
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
*
issue #6319: C++ function returning std::function with reference argument is ...
Dimitri van Heesch
2020-02-17
1
-15/+16
*
Fix compiler warnings on Windows (Visual Studio)
Dimitri van Heesch
2020-02-12
1
-0/+3
*
issue #7508: TYPEDEF_HIDES_STRUCT stopped working properly
Dimitri van Heesch
2020-01-28
1
-5/+3
*
Move DocGroup inside CommentScanner instead of using a global
Dimitri van Heesch
2020-01-26
1
-8/+8
*
Cleanup unused/unwanted parser dependencies on code generator
Dimitri van Heesch
2020-01-26
1
-1/+0
*
Merge pull request #7497 from albert-github/feature/bug_consistency_only
Dimitri van Heesch
2020-01-11
1
-4/+4
|
\
|
*
Consistency `\*only` and `\end*only` commands
albert-github
2020-01-09
1
-4/+4
*
|
issue #7472: Serious regression: /**< comments cause functions to be silently...
Dimitri van Heesch
2020-01-09
1
-5/+3
|
/
*
Make commentscan.l reentrant
Dimitri van Heesch
2019-12-30
1
-3/+5
*
Merge branch 'master' into feature/bug_fenced_code
Dimitri van Heesch
2019-12-26
1
-3498/+3428
|
\
|
*
issue #7446: C#: parameter named `extends` is broken in the documentation
Dimitri van Heesch
2019-12-20
1
-4/+4
|
*
Incorrect warning "yyextra->inside" instead of "inside"
albert-github
2019-12-18
1
-2/+2
|
*
issue #7412: HTML: Opening a reference link in a new tab does not scroll to t...
Dimitri van Heesch
2019-12-10
1
-2/+5
|
*
Merge branch 'master' into feature/bug_coverity_unint
Dimitri van Heesch
2019-12-08
1
-85/+58
|
|
\
|
|
*
Changed std::unique_ptr<Entry> to std::shared_ptr<Entry> at avoid use after f...
Dimitri van Heesch
2019-12-08
1
-45/+46
|
|
*
Added missing debug flags for scanner that were made reentrant
Dimitri van Heesch
2019-12-05
1
-0/+3
|
|
*
Split language parser into "outline parser" and "code parser"
Dimitri van Heesch
2019-12-03
1
-40/+9
|
*
|
Coverity uninitialized
albert-github
2019-12-02
1
-1/+1
|
|
/
|
*
Made scanner.l reentrant
Dimitri van Heesch
2019-12-01
1
-3329/+3371
|
*
Fixed line count misaligned introduced with JAVADOC_BANNER
Dimitri van Heesch
2019-11-24
1
-36/+38
|
*
Cleanup scanner.l code and naming
Dimitri van Heesch
2019-11-24
1
-2756/+2723
|
*
Made code.l scanner reentrant
Dimitri van Heesch
2019-11-21
1
-2/+5
|
*
Remove bogus flex code
Dimitri van Heesch
2019-11-18
1
-7/+0
|
*
Fix line count after multiline close group
Roel Standaert
2019-11-12
1
-0/+1
|
*
Simplied the logic for moving documentation to the most nested Entry
Dimitri van Heesch
2019-11-10
1
-23/+21
|
*
Merge branch 'feature/issue_7295' of https://github.com/albert-github/doxygen...
Dimitri van Heesch
2019-11-10
1
-0/+17
|
|
\
|
|
*
issue #7295 Doxygen documentation of C++17 nested namespace erroneous
albert-github
2019-10-06
1
-0/+17
[next]