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
...
*
|
|
Fix size_t->int related compiler warnings on Windows 64bit
Dimitri van Heesch
2020-12-30
1
-4/+4
*
|
|
Replaced UsedDirsContainer with UsedDirLinkedMap
Dimitri van Heesch
2020-12-30
3
-84/+102
*
|
|
Merge branch 'feature/replace_QDict_by_std-container_for_m_usedDirs' of https...
Dimitri van Heesch
2020-12-30
3
-20/+23
|
\
\
\
|
*
|
|
Substitute `QDict<UsedDir>` with `std::map<QCString, UsedDir * >`.
David Hebbeker
2020-12-29
3
-20/+23
|
|
/
/
*
|
|
Merge pull request #8288 from albert-github/feature/issue_8286_2
Dimitri van Heesch
2020-12-30
1
-0/+10
|
\
\
\
|
*
|
|
issue #8286 Incorrect processing of VHDL strings
albert-github
2020-12-29
1
-0/+10
|
|
/
/
*
|
|
Merge pull request #8284 from albert-github/feature/issue_8282
Dimitri van Heesch
2020-12-30
1
-1/+1
|
\
\
\
|
*
|
|
issue #8282 Error on ALIAS declaration without quotes
albert-github
2020-12-29
1
-1/+1
|
|
/
/
*
|
|
issue #8291: Doxygen crash on Windows when INLINE_SIMPLE_STRUCTS=YES
Dimitri van Heesch
2020-12-30
1
-4/+16
*
|
|
Refactoring: modernise member indices
Dimitri van Heesch
2020-12-30
4
-297/+163
|
|
/
|
/
|
*
|
Refactoring: Modernise client side part of searchindex
Dimitri van Heesch
2020-12-29
4
-470/+389
|
/
*
Merge branch 'master' of github.com:doxygen/doxygen
Dimitri van Heesch
2020-12-26
1
-2/+1
|
\
|
*
Miscounting lines in case a fenced code block
albert-github
2020-12-26
1
-2/+1
*
|
Avoid "Internal inconsistency" warnings for scoped enums
Dimitri van Heesch
2020-12-26
1
-3/+7
|
/
*
When instantiating templates also instantiate nested classes
Dimitri van Heesch
2020-12-26
3
-26/+47
*
Improved sorting of class list/hierarchy
Dimitri van Heesch
2020-12-26
1
-3/+9
*
issue #8050: Artificial classDef confuses getCanonicalTypeForIdentifier() (pa...
Dimitri van Heesch
2020-12-25
1
-9/+34
*
Refactoring: removed some dead code
Dimitri van Heesch
2020-12-25
1
-2/+0
*
Refactoring: Re-added sorting for namespaces
Dimitri van Heesch
2020-12-25
1
-0/+8
*
Refactoring: better processing of (un)quoted values for tags in the configura...
Dimitri van Heesch
2020-12-25
3
-48/+48
*
Refactoring: better processing of (un)quoted values for tags in the configura...
Dimitri van Heesch
2020-12-24
1
-318/+427
*
Fixed small issue computing indentation for inline line breaks
Dimitri van Heesch
2020-12-24
1
-0/+1
*
Merge branch 'feature/bug_param_ilinebr' of https://github.com/albert-github/...
Dimitri van Heesch
2020-12-24
1
-1/+1
|
\
|
*
Concatenation of \param text and \details text
albert-github
2020-12-23
1
-1/+1
*
|
issue #7471: [1.8.16 regression] multiple use of page label
Dimitri van Heesch
2020-12-24
1
-2/+5
*
|
Merge branch 'master' of github.com:doxygen/doxygen
Dimitri van Heesch
2020-12-24
4
-247/+3
|
\
\
|
*
\
Merge pull request #8276 from albert-github/feature/bug_refactor_lauout_default
Dimitri van Heesch
2020-12-24
4
-247/+3
|
|
\
\
|
|
*
|
Refactoring position of layout_default.xml
albert-github
2020-12-24
4
-247/+3
*
|
|
|
issue #8050: Artificial classDef confuses getCanonicalTypeForIdentifier()
Dimitri van Heesch
2020-12-24
1
-1/+6
|
/
/
/
*
|
|
issue #8274 List entries for file & namespace enums (part 2)
Dimitri van Heesch
2020-12-24
2
-4/+19
|
/
/
*
|
Regression: fixed 'no matching class member found for' warning in OpenMSX pro...
Dimitri van Heesch
2020-12-23
1
-2/+2
*
|
Regression: Members of template instances were no longer outputted
Dimitri van Heesch
2020-12-23
1
-1/+1
*
|
issue #8274: List entries for file & namespace enums
Dimitri van Heesch
2020-12-23
1
-76/+65
*
|
Merge branch 'master' of github.com:doxygen/doxygen
Dimitri van Heesch
2020-12-23
1
-1/+1
|
\
\
|
|
/
|
*
issue #8269 Make failed when building layout.cpp
albert-github
2020-12-23
1
-1/+1
*
|
Refactoring: replace NamespaceSDict by NamespaceLinkedMap
Dimitri van Heesch
2020-12-23
17
-282/+150
*
|
Refactoring: replaced getNamespaceSDict() by getNamespaces()
Dimitri van Heesch
2020-12-23
14
-343/+313
|
/
*
issue #6471: Out-of-line documentation of scoped enums
Dimitri van Heesch
2020-12-22
1
-3/+76
*
Merge pull request #8268 from albert-github/feature/bug_warn_util
Dimitri van Heesch
2020-12-22
1
-3/+3
|
\
|
*
Remove warnings from util.cpp
albert-github
2020-12-21
1
-3/+3
*
|
Merge pull request #8271 from albert-github/feature/bug_cnt_md_anchor
Dimitri van Heesch
2020-12-22
1
-1/+1
|
\
\
|
*
|
Miscounting of lines in case of inserting an anchor for a "H." tag
albert-github
2020-12-22
1
-1/+1
*
|
|
Fixed more issues handling Java nested generic classes (part 2)
Dimitri van Heesch
2020-12-22
1
-2/+6
*
|
|
Fixed more issues handling Java nested generic classes
Dimitri van Heesch
2020-12-22
1
-2/+28
|
/
/
*
|
Refactoring: remove unused Doxygen::genericsSDict
Dimitri van Heesch
2020-12-22
4
-42/+2
*
|
Fixed scope resolution problem for nested Java generics
Dimitri van Heesch
2020-12-22
3
-11/+16
|
/
*
Merge pull request #8237 from albert-github/feature/bug_anchor_member_group
Dimitri van Heesch
2020-12-21
1
-1/+1
|
\
|
*
Multilke anchors with member-group
albert-github
2020-12-08
1
-1/+1
*
|
Merge pull request #8265 from albert-github/feature/bug_bld_warn
Dimitri van Heesch
2020-12-21
3
-7/+7
|
\
\
|
*
|
Remove some build warnings
albert-github
2020-12-20
3
-7/+7
[prev]
[next]