index
:
Doxygen.git
master
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
|
Avoid unsupported html attributes from appearing in the XML/docbook output an...
Dimitri van Heesch
2020-02-02
2
-90/+64
*
|
|
|
Merge branch 'feature/bug_791390' of https://github.com/albert-github/doxygen...
Dimitri van Heesch
2020-02-02
2
-1/+50
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Bug 791390 - Table formatting information ignored in Doxygen XML output
albert-github
2020-01-23
2
-1/+50
|
|
|
/
|
|
/
|
*
|
|
issue #7544 [Regression 1.8.17] Recursion when computing class usage relations
Dimitri van Heesch
2020-02-02
1
-21/+3
|
|
/
|
/
|
*
|
Fix 'converting to std::stack<GuardedSection> from initializer list would use...
Dimitri van Heesch
2020-01-28
1
-1/+1
*
|
issue #7508: TYPEDEF_HIDES_STRUCT stopped working properly
Dimitri van Heesch
2020-01-28
1
-5/+3
*
|
commentscan.l: replace QStack by std::stack
Dimitri van Heesch
2020-01-27
1
-47/+39
*
|
Replace DocCmdMapper by std::map
Dimitri van Heesch
2020-01-27
1
-209/+150
*
|
Move DocGroup inside CommentScanner instead of using a global
Dimitri van Heesch
2020-01-26
11
-45/+95
*
|
Cleanup unused/unwanted parser dependencies on code generator
Dimitri van Heesch
2020-01-26
9
-7/+6
*
|
Merge branch 'ifspacing'
Dimitri van Heesch
2020-01-26
1
-0/+2
|
\
\
|
*
|
Fix for removed spaces in certain \if \else \endif constructs
Dimitri van Heesch
2020-01-07
1
-0/+2
*
|
|
Merge branch 'fixed-parser-bugs-javacc705' of https://github.com/maddox11/dox...
Dimitri van Heesch
2020-01-25
1
-1/+2
|
\
\
\
|
*
|
|
fixed some parser bugs,make parser ready for javacc 7.0.5
hake
2020-01-24
1
-1/+2
|
|
|
/
|
|
/
|
*
|
|
Merge branch 'master' of github.com:doxygen/doxygen
Dimitri van Heesch
2020-01-25
2
-958/+972
|
\
\
\
|
*
|
|
Added the few missing French translations
Romain Bailly
2020-01-25
1
-13/+28
|
*
|
|
Fixed indenting in French translation so as to minimize differences with the ...
Romain Bailly
2020-01-25
1
-950/+949
|
*
|
|
Bug 780630 - Nested @ingroup generates bad breadclumb list
albert-github
2020-01-23
1
-1/+1
|
|
/
/
*
|
|
issue #7527: Doxygen 1.8.17: regression of C macro expansion
Dimitri van Heesch
2020-01-25
1
-1/+19
|
/
/
*
|
issue #7474: [1.8.16 regression] HTML output varies from ASLR
Dimitri van Heesch
2020-01-19
1
-2/+9
*
|
Merge branch 'master' of github.com:doxygen/doxygen
Dimitri van Heesch
2020-01-19
2
-1/+5
|
\
\
|
*
|
Crash of doxygen on not understood code
albert-github
2020-01-18
1
-1/+3
|
*
|
A mainpage doesn't have an anchor to jump to
albert-github
2020-01-14
1
-0/+2
*
|
|
issue 7514: Missing parenthesis for typedef function pointer
Dimitri van Heesch
2020-01-19
1
-1/+1
|
/
/
*
|
Merge pull request #7489 from albert-github/feature/bug_win_gs
Dimitri van Heesch
2020-01-12
2
-2/+53
|
\
\
|
*
|
Possibility to use gswin64c on Windows
albert-github
2020-01-07
1
-0/+1
|
*
|
Possibility to use gswin64c on Windows
albert-github
2020-01-07
2
-2/+52
|
|
/
*
|
Merge pull request #7496 from albert-github/feature/issue_7484
Dimitri van Heesch
2020-01-11
1
-3/+3
|
\
\
|
*
|
issue #7484 Error: /undefined in getenv
albert-github
2020-01-09
1
-3/+3
*
|
|
Merge pull request #7492 from bjornpalmqvist/master
Dimitri van Heesch
2020-01-11
1
-11/+285
|
\
\
\
|
*
|
|
Updated Swedish translation to match the latest version
Björn Palmqvist
2020-01-08
1
-11/+285
|
|
/
/
*
|
|
Merge pull request #7497 from albert-github/feature/bug_consistency_only
Dimitri van Heesch
2020-01-11
2
-4/+12
|
\
\
\
|
*
|
|
Consistency `\*only` and `\end*only` commands
albert-github
2020-01-09
2
-4/+12
|
|
/
/
*
|
|
Merge pull request #7498 from albert-github/feature/bug_rules
Dimitri van Heesch
2020-01-11
1
-12/+0
|
\
\
\
|
*
|
|
Remove unused rules
albert-github
2020-01-09
1
-12/+0
|
|
/
/
*
|
|
Merge pull request #7501 from albert-github/feature/bug_consistency_include
Dimitri van Heesch
2020-01-11
13
-4/+86
|
\
\
\
|
*
|
|
Adding commands `\rtfinclude`, `\docbookinclude`, `\maninclude` and `\xmlincl...
albert-github
2020-01-09
13
-4/+86
|
|
/
/
*
|
|
Bug 769411 - Confuses functions with the same name, but different namespace
albert-github
2020-01-11
1
-1/+1
*
|
|
issue #7472: Serious regression: /**< comments cause functions to be silently...
Dimitri van Heesch
2020-01-09
3
-23/+3
|
/
/
*
|
Fix for potential crash when processing VHDL
Dimitri van Heesch
2020-01-07
1
-1/+1
|
/
*
Showing information from all `*only commands in XML output
albert-github
2020-01-05
1
-1/+26
*
issue #7477 Broken urls in the xml output
albert-github
2020-01-04
1
-5/+9
*
Small spelling correction in portable.cpp
albert-github
2020-01-03
1
-1/+1
*
Make VHDL parser reentrant
Dimitri van Heesch
2020-01-03
6
-377/+350
*
Make fortranscanner.l reentrant
Dimitri van Heesch
2020-01-01
2
-1184/+1231
*
Make defargs.l reentrant
Dimitri van Heesch
2019-12-31
1
-227/+369
*
Make commentscan.l reentrant
Dimitri van Heesch
2019-12-30
11
-1414/+1597
*
Merge branch 'master' of github.com:doxygen/doxygen
Dimitri van Heesch
2019-12-29
1
-0/+3
|
\
|
*
Adding check on configuration setting EXTENSION_MAPPING
albert-github
2019-12-28
1
-0/+3
*
|
Make pyscanner.l reentrant
Dimitri van Heesch
2019-12-29
3
-881/+913
|
/
[prev]
[next]