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
*
Removing left over debug statements
albert-github
2019-11-01
1
-1/+1
*
Replaced QList<ListItemInfo> with std::vector<ListItemInfo>
Dimitri van Heesch
2019-10-29
1
-3/+3
*
Replaced QList<SectionInfo> by std::vector<SectionInfo>
Dimitri van Heesch
2019-10-29
1
-1/+1
*
Replaced QList<Grouping> with std::vector<Grouping>
Dimitri van Heesch
2019-10-29
1
-20/+16
*
Replaced QList<BaseInfo> with std::vector<BaseInfo>
Dimitri van Heesch
2019-10-29
1
-27/+20
*
Embed TagInfo struct inside Entry
Dimitri van Heesch
2019-10-28
1
-47/+47
*
Merge pull request #7355 from albert-github/feature/bug_quote_warn_2
Dimitri van Heesch
2019-10-28
1
-2/+3
|
\
|
*
Properly open quotes in warning
albert-github
2019-10-28
1
-2/+3
*
|
Merge pull request #7332 from albert-github/feature/bug_rtf_man
Dimitri van Heesch
2019-10-28
1
-7/+14
|
\
\
|
|
/
|
/
|
|
*
RTF extension file to standard output, make according documentation consistent.
albert-github
2019-10-17
1
-7/+14
*
|
Merge branch 'std'
Dimitri van Heesch
2019-10-27
1
-333/+249
|
\
\
|
|
/
|
/
|
|
*
Changed ArgumentList to be an STL container
Dimitri van Heesch
2019-10-27
1
-333/+249
*
|
Revert "Minor code cleanup for layout files"
Dimitri van Heesch
2019-10-16
1
-1/+1
|
/
*
Properly close quotes in warning
albert-github
2019-10-10
1
-0/+2
*
Merge pull request #7283 from luzpaz/typos
Dimitri van Heesch
2019-10-09
1
-1/+1
|
\
|
*
Fix typos
luz.paz
2019-09-28
1
-1/+1
*
|
Use smartpointers to manage the lifetime of Entry objects
Dimitri van Heesch
2019-10-07
1
-495/+474
|
/
*
issue #7277: C++ - Crash using all system memory on using parent constructor ...
Dimitri van Heesch
2019-09-26
1
-2/+2
*
Minor code cleanup for layout files
Dimitri van Heesch
2019-09-24
1
-1/+1
*
Reduce the use of QString in favor of the more efficient QCString
Dimitri van Heesch
2019-09-21
1
-1/+1
*
Warning with xrefitem from documentation
albert-github
2019-09-13
1
-0/+2
*
Refactoring code for dot related source files
Dimitri van Heesch
2019-09-10
1
-1/+0
*
issue #7189: wrong warning on ambiguous image files
Dimitri van Heesch
2019-09-02
1
-8/+23
*
Merge branch 'feature/bug_endblock_msg' of https://github.com/albert-github/d...
Dimitri van Heesch
2019-08-04
1
-121/+121
|
\
|
*
Correction warning message
albert-github
2019-06-01
1
-121/+121
*
|
Merge branch 'feature/issue_6831' of https://github.com/albert-github/doxygen...
Dimitri van Heesch
2019-08-04
1
-1/+1
|
\
\
|
*
|
issue #6831 Failure to recognize class array with PHP in @var
albert-github
2019-02-15
1
-1/+1
*
|
|
issue 7068: "QGDict::hashAsciiKey: Invalid null key" error messages (part 2)
Dimitri van Heesch
2019-07-31
1
-2/+2
*
|
|
Reduce code duplication when printing version string
Dimitri van Heesch
2019-07-30
1
-31/+20
*
|
|
Merge branch 'feature/bug_gitversion' of https://github.com/albert-github/dox...
Dimitri van Heesch
2019-07-30
1
-3/+24
|
\
\
\
|
*
|
|
Show git version information
albert-github
2019-05-31
1
-11/+9
|
*
|
|
Show git version information
albert-github
2019-04-07
1
-3/+26
*
|
|
|
Improved constness and avoid using non-const members of aliases
Dimitri van Heesch
2019-07-29
1
-25/+29
*
|
|
|
Merge branch 'docgroup' of https://github.com/groleo/doxygen into groleo-docg...
Dimitri van Heesch
2019-07-27
1
-0/+1
|
\
\
\
\
|
*
|
|
|
take doc group out of commentscan.l
Adrian Negreanu
2019-07-26
1
-0/+1
*
|
|
|
|
issue @7140 DoxygenLayout does not support UTF8 BOM format
albert-github
2019-07-26
1
-3/+1
*
|
|
|
|
Merge pull request #7112 from arm-in/master
Dimitri van Heesch
2019-07-20
1
-1/+1
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
built-in
Armin Müller
2019-07-09
1
-1/+1
*
|
|
|
|
Avoid calling non-const member aliases and 0 pointer dereference in sqlite3
Dimitri van Heesch
2019-06-17
1
-3/+3
*
|
|
|
|
refactoring dot.cpp
Thomas Haller
2019-06-13
1
-0/+1
|
|
_
|
_
|
/
|
/
|
|
|
*
|
|
|
Merge pull request #6954 from albert-github/feature/bug_ambig_file
Dimitri van Heesch
2019-05-30
1
-1/+11
|
\
\
\
\
|
*
|
|
|
Ambiguous file name in file command
albert-github
2019-05-03
1
-1/+1
|
*
|
|
|
Ambiguous file name in file command
albert-github
2019-05-02
1
-0/+10
*
|
|
|
|
Merge branch 'master' of github.com:doxygen/doxygen
Dimitri van Heesch
2019-05-15
1
-9/+6
|
\
\
\
\
\
|
*
\
\
\
\
Merge pull request #6988 from albert-github/feature/bug_htags_call_graph
Dimitri van Heesch
2019-05-15
1
-8/+5
|
|
\
\
\
\
\
|
|
*
|
|
|
|
USE_HTAGS = YES, there are _no_ call / caller graphs in the documentation
albert-github
2019-05-14
1
-8/+5
|
*
|
|
|
|
|
Don't try to load htags filemap in case htags fails
albert-github
2019-05-14
1
-1/+1
|
|
/
/
/
/
/
*
|
|
|
|
|
issue 6986: C++ static template methods: duplication as non-static and specia...
Dimitri van Heesch
2019-05-15
1
-0/+6
|
/
/
/
/
/
*
|
|
|
|
Merge branch 'master' of github.com:doxygen/doxygen
Dimitri van Heesch
2019-05-07
1
-1/+1
|
\
\
\
\
\
|
*
|
|
|
|
Missing white space in warning
albert-github
2019-05-06
1
-1/+1
[next]