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
...
*
|
|
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
*
|
Bug 340202 - @code: static_cast, const_cast, etc C++ keywords
albert-github
2019-09-23
1
-1/+13
*
|
Reduce the use of QString in favor of the more efficient QCString
Dimitri van Heesch
2019-09-21
1
-3/+2
*
|
Consistent way to show scanner state
albert-github
2019-09-05
1
-0/+3
*
|
Merge pull request #7124 from albert-github/feature/issue_7123
Dimitri van Heesch
2019-08-07
1
-13/+13
|
\
\
|
*
|
issue #7124: some code line are missed in the xml file for java
albert-github
2019-07-14
1
-13/+13
*
|
|
Some fixes and restructuring
Dimitri van Heesch
2019-08-06
1
-4/+4
*
|
|
doxyparse addon new features and bugfixes
Joenio Costa
2019-08-05
1
-0/+16
*
|
|
Merge branch 'feature/bug_endblock_msg' of https://github.com/albert-github/d...
Dimitri van Heesch
2019-08-04
1
-15/+15
|
\
\
\
|
*
|
|
Correction warning message
albert-github
2019-06-01
1
-15/+15
|
|
/
/
*
|
|
issue 7068: "QGDict::hashAsciiKey: Invalid null key" error messages (part 4)
Dimitri van Heesch
2019-08-03
1
-1/+1
*
|
|
issue 7068: "QGDict::hashAsciiKey: Invalid null key" error messages (part 3)
Dimitri van Heesch
2019-08-01
1
-5/+5
*
|
|
Improved constness and avoid using non-const members of aliases
Dimitri van Heesch
2019-07-29
1
-28/+27
*
|
|
code.l: make CallContext independent of global variables
Adrian Negreanu
2019-07-26
1
-20/+20
|
/
/
*
|
Merge pull request #6957 from cfriedt/feature/cfriedt/6955/allow-javadoc-styl...
Dimitri van Heesch
2019-05-21
1
-0/+18
|
\
\
|
|
/
|
/
|
|
*
make similar javadoc banner change for stripping special comments from code
Christopher Friedt
2019-05-09
1
-0/+18
*
|
Add const correctness for argument lists
Dimitri van Heesch
2019-05-05
1
-2/+2
*
|
Further const correctness changes
Dimitri van Heesch
2019-05-05
1
-3/+3
|
/
*
Improved const correctness and added support for inline namespaces
Dimitri van Heesch
2019-04-21
1
-25/+25
*
Refactored Definition and derived classes such that they are abstract interfaces
Dimitri van Heesch
2019-02-28
1
-9/+9
*
Merge pull request #6776 from albert-github/feature/bug_xhtml_tooltip
Dimitri van Heesch
2019-02-09
1
-5/+0
|
\
|
*
Double id for tooltips in XHTML Possible.
albert-github
2019-01-18
1
-5/+0
[prev]
[next]