index
:
Doxygen.git
master
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
doxygen.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bug 757509 - __init__.py causes to ignore some inheritance
Dimitri van Heesch
2016-02-14
1
-1/+1
*
Changed configuration mechanism to directly access options in order to improv...
Dimitri van Heesch
2016-01-17
1
-189/+189
*
Bug 722654 - Inherited member of template class issues warning and is not doc...
Dimitri van Heesch
2016-01-09
1
-4/+6
*
Reverted change that caused doxygen to return error code 2 when it produced a...
Dimitri van Heesch
2015-12-19
1
-1/+0
*
Merge pull request #412 from bagage/master
Dimitri van Heesch
2015-12-17
1
-448/+449
|
\
|
*
Add WARN_AS_ERROR option to stop execution at first warning (equivalent of co...
Gautier Pelloux-Prayer
2015-12-16
1
-448/+449
|
*
Fortran module private variables and EXTRACT_PRIVATE = NO
albert-github
2015-11-08
1
-2/+2
*
|
Bug 758900 - C++ templated member-function appears both as public and private
Dimitri van Heesch
2015-12-06
1
-0/+2
*
|
Fortran module private variables and EXTRACT_PRIVATE = NO
albert-github
2015-11-22
1
-2/+2
|
/
*
Bug 755080 - xrefitem link to list incorrect when using SHORT_NAMES
Dimitri van Heesch
2015-10-24
1
-2/+2
*
[Bug 755225] On Windows, generated layout is with UNIX EOL
Dimitri van Heesch
2015-09-19
1
-25/+0
*
Template enhancements and various other small fixes
Dimitri van Heesch
2015-09-08
1
-4/+4
*
Added javascript search engine data to the template context
Dimitri van Heesch
2015-08-27
1
-2/+7
*
Fixed various issues found by PVS-Studio.
Dimitri van Heesch
2015-08-18
1
-2/+5
*
Copy user EXTRA_FILES at the end to overrule files generated by default by do...
albert-github
2015-06-14
1
-10/+14
*
Bug 744762 - Using TAGFILES prevents symbol extraction
Dimitri van Heesch
2015-06-11
1
-0/+7
*
Merge pull request #341 from groleo/INPUT-message
Dimitri van Heesch
2015-06-06
1
-1/+1
|
\
|
*
specify that doxygen searches files in INPUT tag
Adrian Negreanu
2015-05-22
1
-1/+1
|
*
Removed dbus XML parser, various refinements
Dimitri van Heesch
2015-04-19
1
-2/+5
*
|
drop #include <unistd.h>
Adrian Negreanu
2015-05-15
1
-1/+0
*
|
Removed dbus XML parser, various refinements
Dimitri van Heesch
2015-05-15
1
-2/+5
|
/
*
Guarded debug prints against printing a NULL pointer.
Dimitri van Heesch
2015-04-06
1
-87/+87
*
Merge pull request #325 from suokko/fix_template_specialization
Dimitri van Heesch
2015-04-05
1
-0/+2
|
\
|
*
Fix missing brief documentation for overload and specialization functions
Pauli Nieminen
2015-03-29
1
-0/+2
*
|
Merge branch 'master' of github.com:doxygen/doxygen
Dimitri van Heesch
2015-04-04
1
-4/+3
|
\
\
|
|
/
|
*
added HHC.exe own output to the debug output when extcmd flag enabled
ppescher
2015-03-27
1
-1/+1
|
*
Warning message multiple mainpages
albert-github
2015-03-19
1
-3/+2
*
|
Fix for rendering the template parameters of members of variadic template cla...
Dimitri van Heesch
2015-03-22
1
-1/+1
|
/
*
Bump copyright year
Dimitri van Heesch
2015-02-26
1
-2/+2
*
Merge pull request #273 from albert-github/feature/bug_config
Dimitri van Heesch
2015-02-21
1
-2/+5
|
\
|
*
Consistency in handling HTML and LaTeX in respect to header and footer
albert-github
2014-12-28
1
-2/+5
*
|
Added type constraint relations for Java generics to dot graphs and XML output
Dimitri van Heesch
2015-02-21
1
-0/+1
*
|
Bug 743604 - Duplicate anchors from tagfiles
Dimitri van Heesch
2015-02-03
1
-5/+5
*
|
Merge pull request #272 from albert-github/feature/bug_unused
Dimitri van Heesch
2015-01-03
1
-2/+0
|
\
\
|
*
|
Remove unused local and static global variables
albert-github
2014-12-27
1
-2/+0
|
|
/
*
|
Help message regarding layout file
albert-github
2015-01-02
1
-1/+1
|
/
*
Bug 739462 - Using "doxygen.css" for HTML_EXTRA_STYLESHEET fails silently
Dimitri van Heesch
2014-12-23
1
-0/+4
*
Show tag file name instead of <unknown> for warnings pointing to symbols extr...
Dimitri van Heesch
2014-12-22
1
-9/+43
*
Bug 739210 - C++11 scoped enums with same name inside different classes are m...
Dimitri van Heesch
2014-12-22
1
-12/+16
*
Fixed issue parsing @end directly followed by the end of the file
Dimitri van Heesch
2014-12-19
1
-0/+4
*
Bug 741417 - Crash when building gtkmm documentation
Dimitri van Heesch
2014-12-17
1
-0/+1
*
Bug 687576 - Add support for LATEX_EXTRA_STYLESHEET
albert-github
2014-11-29
1
-0/+28
*
Bug 740218 - Full scope needed when making link inside cross-referenced section
Dimitri van Heesch
2014-11-17
1
-3/+3
*
Introduced template directory for template and resource files and resource co...
Dimitri van Heesch
2014-11-13
1
-1/+5
*
Fixed extension matching issue if path contained a dot.
Dimitri van Heesch
2014-10-24
1
-1/+2
*
Bug 736992 - Member functions omitted from tagfile
Dimitri van Heesch
2014-09-22
1
-46/+84
*
Regression class<T extends V> resulted in class<V> as the page title
Dimitri van Heesch
2014-09-14
1
-3/+3
*
Fix to show relations between C#/Java generic classes
Dimitri van Heesch
2014-09-11
1
-11/+21
*
Bug 736027 - [PATCH] Remove not needed local variable in src/doxygen.cpp
Dimitri van Heesch
2014-09-09
1
-1/+1
*
Show the parent-child type specialization relation in Java/C# generics inheri...
Dimitri van Heesch
2014-09-07
1
-4/+15
[next]