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
*
Removed exitCode parameter as it is always 1
Dimitri van Heesch
2019-12-22
1
-8/+8
*
Merge branch 'feature/bug_terminate' of https://github.com/albert-github/doxy...
Dimitri van Heesch
2019-12-22
1
-16/+8
|
\
|
*
Better termination message
albert-github
2019-11-22
1
-16/+8
*
|
Merge branch 'feature/bug_config' of https://github.com/albert-github/doxygen...
Dimitri van Heesch
2019-12-20
1
-5/+16
|
\
\
|
*
|
Checking of right usage of configuration list items
albert-github
2019-11-25
1
-5/+16
|
|
/
*
|
issue #7446: C#: parameter named `extends` is broken in the documentation
Dimitri van Heesch
2019-12-20
1
-4/+4
*
|
Extend built-in STL support with more classes
Dimitri van Heesch
2019-12-19
1
-223/+2
*
|
Renamed Portables to Portable
Dimitri van Heesch
2019-12-08
1
-17/+17
*
|
Merge branch 'memory_leakage_fix' of https://github.com/virusxp/doxygen into ...
Dimitri van Heesch
2019-12-08
1
-17/+17
|
\
\
|
*
|
Refactoring of portable.h and portable.cpp functions to be contained in a nam...
Tobias Off
2019-11-28
1
-17/+17
*
|
|
Changed std::unique_ptr<Entry> to std::shared_ptr<Entry> at avoid use after f...
Dimitri van Heesch
2019-12-08
1
-16/+16
*
|
|
Split language parser into "outline parser" and "code parser"
Dimitri van Heesch
2019-12-03
1
-29/+54
*
|
|
Made scanner.l reentrant
Dimitri van Heesch
2019-12-01
1
-1/+0
|
|
/
|
/
|
*
|
Made code.l scanner reentrant
Dimitri van Heesch
2019-11-21
1
-2/+2
|
/
*
HHC and directory elements starting with "."
albert-github
2019-11-15
1
-0/+1
*
Merge branch 'master' of github.com:doxygen/doxygen
Dimitri van Heesch
2019-11-09
1
-5/+5
|
\
|
*
Merge pull request #7377 from albert-github/feature/bug_spell_src
Dimitri van Heesch
2019-11-06
1
-5/+5
|
|
\
|
|
*
Spelling corrections for src directory
albert-github
2019-11-05
1
-5/+5
*
|
|
Make preprocess code reentrant
Dimitri van Heesch
2019-11-09
1
-5/+5
|
/
/
*
|
issue #7302: Determination of anonymous is too restrictive
Dimitri van Heesch
2019-11-05
1
-8/+8
|
/
*
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
|
\
\
\
[next]