index
:
Doxygen.git
master
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
pre.l
Commit message (
Expand
)
Author
Age
Files
Lines
*
issue #7265: Double quote character in C++ raw string literal causes Doxygen ...
Dimitri van Heesch
2019-09-24
1
-0/+25
*
Consistent way to show scanner state
albert-github
2019-09-05
1
-0/+3
*
Merge branch 'feature/bug_endblock_msg' of https://github.com/albert-github/d...
Dimitri van Heesch
2019-08-04
1
-28/+28
|
\
|
*
Correction warning message
albert-github
2019-06-01
1
-28/+28
*
|
Allow \r\n as line continuation as well
Dimitri van Heesch
2019-08-04
1
-1/+1
*
|
warning: More #endif's than #if's found.
albert-github
2019-08-02
1
-0/+2
*
|
issue #7104 Warning with preprocessor
albert-github
2019-07-05
1
-6/+6
*
|
issue #7021 Warning about missing item in INCLUDE_PATH
albert-github
2019-06-02
1
-1/+5
|
/
*
Warning when preprocessing conditionals
albert-github
2019-04-24
1
-0/+1
*
Revert "issue #6856 Doxygen only expands macro defined in header file once wh...
Dimitri van Heesch
2019-03-28
1
-2/+5
*
Merge pull request #6859 from albert-github/feature/issue_6856
Dimitri van Heesch
2019-03-20
1
-5/+2
|
\
|
*
issue #6856 Doxygen only expands macro defined in header file once when refer...
albert-github
2019-02-25
1
-5/+2
*
|
Removed unneeded check
Dimitri van Heesch
2019-03-17
1
-1/+1
*
|
at sign (`@`) not handled correctly in preprocessor (more fixes)
Dimitri van Heesch
2019-03-17
1
-34/+40
*
|
Merge branch 'master' of github.com:doxygen/doxygen
Dimitri van Heesch
2019-03-16
1
-1/+15
|
\
\
|
*
\
Merge pull request #6772 from albert-github/feature/issue_6764
Dimitri van Heesch
2019-03-10
1
-1/+15
|
|
\
\
|
|
*
|
issue #6764 Incorrect parsing of C enum comments defined using a macro
albert-github
2019-01-15
1
-1/+15
|
|
|
/
*
|
|
at sign (`@`) not handled correctly in preprocessor
Dimitri van Heesch
2019-03-16
1
-0/+15
|
/
/
*
|
Refactored Definition and derived classes such that they are abstract interfaces
Dimitri van Heesch
2019-02-28
1
-1/+1
|
/
*
Added *.ice files as a recognized file type.
Mark Spruiell
2018-10-22
1
-1/+1
*
Merge pull request #778 from albert-github/feature/565713
Dimitri van Heesch
2018-07-24
1
-0/+1
|
\
|
*
Bug 565713 - Fortran: Does not recognize backslash at end of documentation line
albert-github
2018-06-27
1
-0/+1
*
|
Merge pull request #770 from albert-github/feature/bug_630931
Dimitri van Heesch
2018-07-23
1
-1/+10
|
\
\
|
*
|
Bug 630931 - \cond after @string literal containing backslash fails in C#
albert-github
2018-06-18
1
-1/+10
|
|
/
*
|
Bug 796621 - @cond does not stop at @endcond Fortran
albert-github
2018-06-19
1
-3/+21
|
/
*
Problem with \cond in normal comment of test 015
albert-github
2018-05-07
1
-1/+1
*
Merge pull request #589 from albert-github/feature/bug_786409
Dimitri van Heesch
2017-09-02
1
-0/+11
|
\
|
*
Bug 786409 - parsing error in Fortran file with preprocessing
albert-github
2017-08-17
1
-0/+11
*
|
Bug 786409 - parsing error in Fortran file with preprocessing
albert-github
2017-08-18
1
-1/+1
|
/
*
Merge pull request #560 from luzpaz/typos
Dimitri van Heesch
2017-04-02
1
-1/+1
|
\
|
*
typos
Kunda
2017-03-05
1
-1/+1
*
|
line continuation characters inside comments embedded in a macro definition a...
Dimitri van Heesch
2017-04-02
1
-3/+10
|
/
*
flex: use %option instead of command line options.
Adrian Negreanu
2016-09-21
1
-0/+2
*
FORTRAN determination string in preprocessing
albert-github
2016-08-28
1
-0/+16
*
Changed configuration mechanism to directly access options in order to improv...
Dimitri van Heesch
2016-01-17
1
-9/+9
*
Fixed a couple of small memory leaks
Dimitri van Heesch
2015-11-14
1
-2/+4
*
drop #include <unistd.h>
Adrian Negreanu
2015-05-15
1
-3/+3
*
Guarded debug prints against printing a NULL pointer.
Dimitri van Heesch
2015-04-06
1
-3/+3
*
Added documentation for ``` style fenced code block and more robust parsing
Dimitri van Heesch
2015-04-05
1
-5/+5
*
fix *.l for three backticks
halex2005
2015-03-30
1
-2/+2
*
add support for github flavored fenced code blocks
halex2005
2015-03-30
1
-0/+20
*
Bump copyright year
Dimitri van Heesch
2015-02-26
1
-1/+1
*
Fixed several Coverity warnings
Dimitri van Heesch
2014-11-15
1
-2/+2
*
Avoid a (theoretical) memory leak
Dimitri van Heesch
2014-10-23
1
-3/+3
*
Fixed a number of issues (resource leaks, uninitialized members, etc) found b...
Dimitri van Heesch
2014-08-31
1
-0/+3
*
Bug 735037 - QGDict::hashAsciiKey: Invalid null key
Dimitri van Heesch
2014-08-21
1
-2/+9
*
Bug 731985 - Variadic macros failing to expand if trailing ... is empty
Dimitri van Heesch
2014-06-24
1
-2/+3
*
Updated copyright
Dimitri van Heesch
2014-02-11
1
-1/+1
*
Debug output for lexical analyzer
Albert
2013-11-13
1
-0/+2
*
Bug 711639 - [PATCH] #include does not work with absolute paths
Dimitri van Heesch
2013-11-11
1
-0/+14
[next]