index
:
Doxygen.git
master
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
code.l
Commit message (
Expand
)
Author
Age
Files
Lines
*
issue #8102 [C++] Reference relations are not generated for constructors usin...
Dimitri van Heesch
2020-10-15
1
-0/+8
*
Refactoring: Modernize BaseClassList
Dimitri van Heesch
2020-10-12
1
-12/+6
*
Refactoring: Remove use of globals/statics in isAccessibleFrom*
Dimitri van Heesch
2020-10-11
1
-2/+3
*
Refactoring: Introduce ScopedTypeVariant
Dimitri van Heesch
2020-10-10
1
-276/+117
*
Refactoring: replaced QCache by STL based LRU cache implementation.
Dimitri van Heesch
2020-09-20
1
-1938/+1938
*
Refactoring: making fortrancode.l reentrant
Dimitri van Heesch
2020-09-10
1
-1/+0
*
Refactoring: making pycode.l reentrant
Dimitri van Heesch
2020-09-06
1
-24/+17
*
Compilation fixes for code.l (part 4)
Dimitri van Heesch
2020-09-06
1
-1/+1
*
Compilation fixes for code.l (part 3)
Dimitri van Heesch
2020-09-05
1
-4/+3
*
Compilation fixed for code.l (part 2)
Dimitri van Heesch
2020-09-05
1
-3/+3
*
Compilation fixes for code.l
Dimitri van Heesch
2020-09-05
1
-6/+7
*
Refactoring: modernised the remaining containers in code.l
Dimitri van Heesch
2020-09-05
1
-125/+106
*
Refactoring: replaced QStack by std::stack for scopeStack
Dimitri van Heesch
2020-09-05
1
-31/+37
*
Refactoring: replaced codeClassSDict by codeClassMap in code.l
Dimitri van Heesch
2020-09-04
1
-47/+75
*
issue #7995: Doxygen doesn't handle very simple example in the .md file
Dimitri van Heesch
2020-09-01
1
-0/+4
*
Fixed line number counting issue with test case cc.h
Dimitri van Heesch
2020-08-29
1
-4/+4
*
Merge branch 'feature/issue_7872' of https://github.com/albert-github/doxygen...
Dimitri van Heesch
2020-08-29
1
-11/+22
|
\
|
*
issue #7872 A define containing a doxygen start of comment breaks the parser
albert-github
2020-06-26
1
-11/+22
*
|
Marked the section with definitions regarding numbers more clearly
Dimitri van Heesch
2020-08-24
1
-1/+3
*
|
Merge branch 'feature/bug_786382' of https://github.com/albert-github/doxygen...
Dimitri van Heesch
2020-08-24
1
-0/+30
|
\
\
|
*
|
bug_786382 Unmatched single quote in C++ source breaks aliases
albert-github
2020-08-24
1
-0/+30
*
|
|
Refactoring: OutputList & OutputGen
Dimitri van Heesch
2020-08-24
1
-0/+1
|
/
/
*
|
issue #7973: C++ grouped functions in namespace have disapeard
Dimitri van Heesch
2020-08-24
1
-1/+1
|
/
*
issue #7747 Three-way comparison operator
albert-github
2020-05-04
1
-1/+1
*
Undefined control sequence for formula using MathJax (#7712)
albert-github
2020-04-25
1
-0/+3
*
Fixed shadowing issue in getFortranDefs and other shadowing cases
Dimitri van Heesch
2020-04-09
1
-2/+2
*
Replaced MemberNameSDict by MemberNameLinkedMap based on LinkedMap
Dimitri van Heesch
2020-04-08
1
-24/+16
*
Added missing #includes
Dimitri van Heesch
2020-04-06
1
-0/+4
*
Replaced FileNameDict/FileNameList by FileNameLinkedMap
Dimitri van Heesch
2020-04-06
1
-10/+9
*
Fixed sig11 regression while parsing cast to function pointer
Dimitri van Heesch
2020-03-11
1
-4/+4
*
Enabled stricter compiler warnings and fixed all new warnings
Dimitri van Heesch
2020-03-08
1
-18/+24
*
Fix compiler warnings on Windows (Visual Studio)
Dimitri van Heesch
2020-02-12
1
-0/+3
*
Changed std::unique_ptr<Entry> to std::shared_ptr<Entry> at avoid use after f...
Dimitri van Heesch
2019-12-08
1
-0/+4
*
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
-8/+6
*
Made scanner.l reentrant
Dimitri van Heesch
2019-12-01
1
-1/+1
*
Made code.l scanner reentrant
Dimitri van Heesch
2019-11-21
1
-2515/+2637
*
Remove bogus flex code
Dimitri van Heesch
2019-11-18
1
-10/+0
*
Replace set of g_inside* booleans with a single g_lang variable
Dimitri van Heesch
2019-11-18
1
-18/+10
*
Spelling corrections for src directory
albert-github
2019-11-05
1
-1/+1
*
Changed implementation to use SkipString/SkipStringS.
Dimitri van Heesch
2019-11-02
1
-6/+10
*
Merge branch 'feature/bug_code_string' of https://github.com/albert-github/do...
Dimitri van Heesch
2019-11-02
1
-0/+6
|
\
|
*
Code highlighting.
albert-github
2019-10-10
1
-0/+6
*
|
Removed commented out line
Dimitri van Heesch
2019-11-01
1
-1/+0
*
|
Merge branch '191031/g_bracketCont' of https://github.com/cheoljoo/doxygen in...
Dimitri van Heesch
2019-11-01
1
-1/+1
|
\
\
|
*
|
bug fix of g_bracketCount in case of if( myobject.getPair() )
Charles.Lee
2019-10-31
1
-1/+1
*
|
|
Merge pull request #7353 from albert-github/feature/issue_7119
Dimitri van Heesch
2019-10-28
1
-1/+1
|
\
\
\
|
*
|
|
issue #7119 Doxygen does not link to C# snippets - regression
albert-github
2019-10-27
1
-1/+1
|
|
|
/
|
|
/
|
*
|
|
Changed ArgumentList to be an STL container
Dimitri van Heesch
2019-10-27
1
-9/+5
|
/
/
*
|
Avoid code duplication and make the keyword matching more robust
Dimitri van Heesch
2019-09-24
1
-9/+11
[next]