index
:
Doxygen.git
master
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'dhebbeker-feature/change-DirList-container-to-std'
Dimitri van Heesch
2020-05-10
15
-136/+123
|
\
|
*
Did a bit of restructuring and fixed some compiler warnings
Dimitri van Heesch
2020-05-10
12
-102/+96
|
*
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
*
|
|
|
|
Merge branch 'albert-github-feature/issue_7747'
Dimitri van Heesch
2020-05-09
4
-4/+9
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
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
|
|
/
/
/
*
|
|
|
Merge branch 'albert-github-feature/bug_inkscape_1'
Dimitri van Heesch
2020-05-09
3
-9/+97
|
\
\
\
\
|
*
|
|
|
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
|
|
/
/
/
|
*
|
|
Users cannot set "enhancement label" on github. (#7744)
albert-github
2020-05-02
1
-2/+1
|
*
|
|
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
*
|
Remove default bug report template
Dimitri van Heesch
2020-04-29
1
-38/+0
*
|
Update issue templates
Dimitri van Heesch
2020-04-29
2
-0/+68
*
|
Fix cmake warning about ICONV package naming (should be Iconv)
Dimitri van Heesch
2020-04-27
1
-1/+1
*
|
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
*
|
Refactor: improve encapsulation for ArgumentList
Dimitri van Heesch
2020-04-25
10
-84/+120
|
/
[next]