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
*
Fixes signed/unsigned mismatch warning in plantuml.cpp
Dimitri van Heesch
2020-05-10
1
-13/+15
*
Merge pull request #7703 from elrond79/set_defname_if_not_proto
Dimitri van Heesch
2020-05-10
1
-3/+3
|
\
|
*
try to make it so that argumentList is always from the definition
Paul Molodowitch
2020-04-15
1
-3/+3
*
|
Merge pull request #7559 from albert-github/feature/bug_plantuml_hashAsciiKey
Dimitri van Heesch
2020-05-10
1
-1/+7
|
\
\
|
*
|
Plantuml has problems with output directories ending with directory separator
albert-github
2020-02-01
1
-1/+7
*
|
|
Merge branch 'master' of github.com:doxygen/doxygen
Dimitri van Heesch
2020-05-10
1
-2/+7
|
\
\
\
|
*
\
\
Merge branch 'master' into feature/issue_7738
Dimitri van Heesch
2020-05-09
39
-584/+770
|
|
\
\
\
|
*
|
|
|
issue #7738 \todo ignores EXCLUDE_SYMBOLS
albert-github
2020-04-30
1
-1/+4
*
|
|
|
|
Did a bit of restructuring and fixed some compiler warnings
Dimitri van Heesch
2020-05-10
9
-97/+66
*
|
|
|
|
Merge branch 'feature/change-DirList-container-to-std' of https://github.com/...
Dimitri van Heesch
2020-05-10
10
-71/+64
|
\
\
\
\
\
|
|
_
|
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Replaced addDir(const DirDef *dd) by addDir(DirDef *const dd) in GroupDef and...
David Hebbeker
2020-05-05
2
-3/+3
|
*
|
|
|
Copied implementation of `QGList::inSort()` to sortInDirList.
David Hebbeker
2020-05-05
3
-2/+18
|
*
|
|
|
Replaced calls to DirDef::append() to DirDef::push_back().
David Hebbeker
2020-05-05
2
-3/+6
|
*
|
|
|
Include dirdef.h instead of forward declaration.
David Hebbeker
2020-05-05
2
-2/+2
|
*
|
|
|
Create compareDirDefs for sorting.
David Hebbeker
2020-05-05
2
-6/+9
|
*
|
|
|
Replaced DirList::count() by DirList::size().
David Hebbeker
2020-05-02
4
-8/+8
|
*
|
|
|
For loops on QListIterator by range loops.
David Hebbeker
2020-05-02
7
-43/+16
|
*
|
|
|
Replace QList with std::deque in DirList.
David Hebbeker
2020-05-02
1
-6/+4
*
|
|
|
|
Merge pull request #7742 from albert-github/feature/issue_7734
Dimitri van Heesch
2020-05-09
1
-16/+20
|
\
\
\
\
\
|
*
|
|
|
|
issue #7734 Incorrect parsing of Q_PROPERTY
albert-github
2020-05-01
1
-16/+20
*
|
|
|
|
|
Merge pull request #7750 from abathur/sqlite3_text_safety
Dimitri van Heesch
2020-05-09
1
-44/+39
|
\
\
\
\
\
\
|
*
|
|
|
|
|
sqlite: use err instead of term :)
Travis A. Everett
2020-05-05
1
-10/+10
|
*
|
|
|
|
|
sqlite: flip _static default in bindTextParameter
Travis A. Everett
2020-05-05
1
-63/+62
|
*
|
|
|
|
|
fix #7746 with liberal use of _static==FALSE
Travis A. Everett
2020-05-04
1
-49/+49
|
*
|
|
|
|
|
fail with term() instead of msg()
Travis A. Everett
2020-05-04
1
-7/+3
*
|
|
|
|
|
|
Merge pull request #7754 from albert-github/feature/issue_7753
Dimitri van Heesch
2020-05-09
1
-2/+2
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
issue #7753: SVG formula all with zero width
albert-github
2020-05-06
1
-2/+2
|
|
/
/
/
/
/
/
*
|
|
|
|
|
|
Merge pull request #7766 from albert-github/feature/issue_7762
Dimitri van Heesch
2020-05-09
1
-0/+2
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
issue #7762 C# mode completely broken
albert-github
2020-05-09
1
-0/+2
*
|
|
|
|
|
|
|
Combined logic in a single expression
Dimitri van Heesch
2020-05-09
1
-3/+6
*
|
|
|
|
|
|
|
Merge branch 'feature/issue_7747' of https://github.com/albert-github/doxygen...
Dimitri van Heesch
2020-05-09
4
-5/+7
|
\
\
\
\
\
\
\
\
|
|
/
/
/
/
/
/
/
|
/
|
|
|
|
|
|
|
|
*
|
|
|
|
|
|
issue #7747 Three-way comparison operator
albert-github
2020-05-04
4
-5/+7
|
|
/
/
/
/
/
/
*
|
|
|
|
|
|
Split off code to detect inkscape version to a separate function
Dimitri van Heesch
2020-05-09
1
-80/+84
*
|
|
|
|
|
|
Running Inkscape 1.0
albert-github
2020-05-09
1
-1/+9
*
|
|
|
|
|
|
Running Inkscape 1.0
albert-github
2020-05-08
1
-1/+78
|
/
/
/
/
/
/
*
|
|
|
|
|
Input buffer overflow in php input code (#7745)
albert-github
2020-05-02
1
-4/+4
*
|
|
|
|
|
Refactoring: size_t type conversions and QList in DotManager
Dimitri van Heesch
2020-05-02
12
-40/+57
*
|
|
|
|
|
Refactoring: Introduce type names for commonly used container types
Dimitri van Heesch
2020-05-01
26
-361/+396
|
/
/
/
/
/
*
|
|
|
|
Fix for overruling flags that did work with the Visual Studio compiler
Dimitri van Heesch
2020-04-30
1
-0/+3
*
|
|
|
|
Refactoring: modernize g_inputFiles and the parameters of readFileOrDirectory
Dimitri van Heesch
2020-04-30
4
-113/+147
|
|
/
/
/
|
/
|
|
|
*
|
|
|
Refactoring: replace Doxygen::namespaceAliasDict by Doxygen::namespaceAliasMap
Dimitri van Heesch
2020-04-29
4
-31/+26
*
|
|
|
Refactoring: migrate type of Doxygen::inputPaths to std::set
Dimitri van Heesch
2020-04-29
3
-25/+19
*
|
|
|
Refactoring: replaced killDict by killSet
Dimitri van Heesch
2020-04-27
2
-31/+29
*
|
|
|
Refactoring: migrate MemberNameInfoSDict to MemberNameInfoLinkedMap
Dimitri van Heesch
2020-04-27
15
-801/+678
*
|
|
|
Refactoring: Improve encapsulation of MemberInfo class
Dimitri van Heesch
2020-04-27
10
-100/+123
*
|
|
|
Fixed 2 small memory leaks
Dimitri van Heesch
2020-04-26
1
-16/+16
|
/
/
/
*
|
|
Merge branch 'master' of github.com:doxygen/doxygen
Dimitri van Heesch
2020-04-26
1
-1/+1
|
\
\
\
|
*
|
|
Inconsistent behavior between `///` and `//!` for formulas (#7726)
albert-github
2020-04-26
1
-1/+1
*
|
|
|
Refactor: better encapsulation for MemberName
Dimitri van Heesch
2020-04-25
2
-1/+28
*
|
|
|
Refactor: remove symbolStorage references (dead code)
Dimitri van Heesch
2020-04-25
2
-15/+0
[next]